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

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package sqs provides the client and types for making API
     4  // requests to Amazon Simple Queue Service.
     5  //
     6  // Welcome to the Amazon SQS API Reference.
     7  //
     8  // Amazon SQS is a reliable, highly-scalable hosted queue for storing messages
     9  // as they travel between applications or microservices. Amazon SQS moves data
    10  // between distributed application components and helps you decouple these components.
    11  //
    12  // For information on the permissions you need to use this API, see Identity
    13  // and access management (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html)
    14  // in the Amazon SQS Developer Guide.
    15  //
    16  // You can use Amazon Web Services SDKs (http://aws.amazon.com/tools/#sdk) to
    17  // access Amazon SQS using your favorite programming language. The SDKs perform
    18  // tasks such as the following automatically:
    19  //
    20  //    * Cryptographically sign your service requests
    21  //
    22  //    * Retry requests
    23  //
    24  //    * Handle error responses
    25  //
    26  // Additional information
    27  //
    28  //    * Amazon SQS Product Page (http://aws.amazon.com/sqs/)
    29  //
    30  //    * Amazon SQS Developer Guide Making API Requests (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html)
    31  //    Amazon SQS Message Attributes (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html#sqs-message-attributes)
    32  //    Amazon SQS Dead-Letter Queues (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html)
    33  //
    34  //    * Amazon SQS in the Command Line Interface (http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html)
    35  //
    36  //    * Amazon Web Services General Reference Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region)
    37  //
    38  // See https://docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05 for more information on this service.
    39  //
    40  // See sqs package documentation for more information.
    41  // https://docs.aws.amazon.com/sdk-for-go/api/service/sqs/
    42  //
    43  // Using the Client
    44  //
    45  // To contact Amazon Simple Queue Service with the SDK use the New function to create
    46  // a new service client. With that client you can make API requests to the service.
    47  // These clients are safe to use concurrently.
    48  //
    49  // See the SDK's documentation for more information on how to use the SDK.
    50  // https://docs.aws.amazon.com/sdk-for-go/api/
    51  //
    52  // See aws.Config documentation for more information on configuring SDK clients.
    53  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    54  //
    55  // See the Amazon Simple Queue Service client SQS for more
    56  // information on creating client for this service.
    57  // https://docs.aws.amazon.com/sdk-for-go/api/service/sqs/#New
    58  package sqs