
This commit includes updates that affects the build, testing, and deployment of Tile38. - The root level build.sh has been broken up into multiple scripts and placed in the "scripts" directory. - The vendor directory has been updated to follow the Go modules rules, thus `make` should work on isolated environments. Also some vendored packages may have been updated to a later version, if needed. - The Makefile has been updated to allow for making single binaries such as `make tile38-server`. There is some scaffolding during the build process, so from now on all binaries should be made using make. For example, to run a development version of the tile38-cli binary, do this: make tile38-cli && ./tile38-cli not this: go run cmd/tile38-cli/main.go - Travis.CI docker push script has been updated to address a change to Docker's JSON repo meta output, which in turn fixes a bug where new Tile38 versions were not being properly pushed to Docker
68 lines
2.9 KiB
Go
68 lines
2.9 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
// Package sqs provides the client and types for making API
|
|
// requests to Amazon Simple Queue Service.
|
|
//
|
|
// Welcome to the Amazon Simple Queue Service API Reference.
|
|
//
|
|
// Amazon Simple Queue Service (Amazon SQS) is a reliable, highly-scalable hosted
|
|
// queue for storing messages as they travel between applications or microservices.
|
|
// Amazon SQS moves data between distributed application components and helps
|
|
// you decouple these components.
|
|
//
|
|
// Standard queues (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html)
|
|
// are available in all regions. FIFO queues (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html)
|
|
// are available in the US East (N. Virginia), US East (Ohio), US West (Oregon),
|
|
// and EU (Ireland) regions.
|
|
//
|
|
// You can use AWS SDKs (http://aws.amazon.com/tools/#sdk) to access Amazon
|
|
// SQS using your favorite programming language. The SDKs perform tasks such
|
|
// as the following automatically:
|
|
//
|
|
// * Cryptographically sign your service requests
|
|
//
|
|
// * Retry requests
|
|
//
|
|
// * Handle error responses
|
|
//
|
|
// Additional Information
|
|
//
|
|
// * Amazon SQS Product Page (http://aws.amazon.com/sqs/)
|
|
//
|
|
// * Amazon Simple Queue Service Developer Guide
|
|
//
|
|
// Making API Requests (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html)
|
|
//
|
|
// Amazon SQS Message Attributes (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html)
|
|
//
|
|
// Amazon SQS Dead-Letter Queues (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html)
|
|
//
|
|
// * Amazon SQS in the (http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html)AWS
|
|
// CLI Command Reference
|
|
//
|
|
// * Amazon Web Services General Reference
|
|
//
|
|
// Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region)
|
|
//
|
|
// See https://docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05 for more information on this service.
|
|
//
|
|
// See sqs package documentation for more information.
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/service/sqs/
|
|
//
|
|
// Using the Client
|
|
//
|
|
// To contact Amazon Simple Queue Service with the SDK use the New function to create
|
|
// a new service client. With that client you can make API requests to the service.
|
|
// These clients are safe to use concurrently.
|
|
//
|
|
// See the SDK's documentation for more information on how to use the SDK.
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/
|
|
//
|
|
// See aws.Config documentation for more information on configuring SDK clients.
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
|
//
|
|
// See the Amazon Simple Queue Service client SQS for more
|
|
// information on creating client for this service.
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/service/sqs/#New
|
|
package sqs
|