github.com/aavshr/aws-sdk-go@v1.41.3/service/swf/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package swf provides the client and types for making API
     4  // requests to Amazon Simple Workflow Service.
     5  //
     6  // The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications
     7  // that use Amazon's cloud to coordinate work across distributed components.
     8  // In Amazon SWF, a task represents a logical unit of work that is performed
     9  // by a component of your workflow. Coordinating tasks in a workflow involves
    10  // managing intertask dependencies, scheduling, and concurrency in accordance
    11  // with the logical flow of the application.
    12  //
    13  // Amazon SWF gives you full control over implementing tasks and coordinating
    14  // them without worrying about underlying complexities such as tracking their
    15  // progress and maintaining their state.
    16  //
    17  // This documentation serves as reference only. For a broader overview of the
    18  // Amazon SWF programming model, see the Amazon SWF Developer Guide (https://docs.aws.amazon.com/amazonswf/latest/developerguide/) .
    19  //
    20  // See swf package documentation for more information.
    21  // https://docs.aws.amazon.com/sdk-for-go/api/service/swf/
    22  //
    23  // Using the Client
    24  //
    25  // To contact Amazon Simple Workflow Service with the SDK use the New function to create
    26  // a new service client. With that client you can make API requests to the service.
    27  // These clients are safe to use concurrently.
    28  //
    29  // See the SDK's documentation for more information on how to use the SDK.
    30  // https://docs.aws.amazon.com/sdk-for-go/api/
    31  //
    32  // See aws.Config documentation for more information on configuring SDK clients.
    33  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    34  //
    35  // See the Amazon Simple Workflow Service client SWF for more
    36  // information on creating client for this service.
    37  // https://docs.aws.amazon.com/sdk-for-go/api/service/swf/#New
    38  package swf