File: doc.go

package info (click to toggle)
gitaly 16.11.6%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,623,936 kB
  • sloc: cpp: 33,732; java: 20,579; sh: 5,372; cs: 3,973; javascript: 3,426; python: 3,053; makefile: 2,303; ansic: 1,729; php: 1,455; asm: 1,217; xml: 838; ruby: 452; sql: 431; yacc: 22; sed: 1
file content (50 lines) | stat: -rw-r--r-- 2,139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package sqs provides the API client, operations, and parameter types for Amazon
// Simple Queue Service.
//
// Welcome to the Amazon SQS API Reference.
//
// 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.
//
// For information on the permissions you need to use this API, see [Identity and access management] in the Amazon
// SQS Developer Guide.
//
// You can use [Amazon Web Services SDKs] 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]
//
//   - Amazon SQS Developer Guide
//
// [Making API Requests]
//
// [Amazon SQS Message Attributes]
//
// [Amazon SQS Dead-Letter Queues]
//
// [Amazon SQS in the Command Line Interface]
//
//   - Amazon Web Services General Reference
//
// [Regions and Endpoints]
//
// [Identity and access management]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html
// [Amazon SQS Product Page]: http://aws.amazon.com/sqs/
// [Regions and Endpoints]: https://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region
// [Amazon SQS Dead-Letter Queues]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html
// [Amazon Web Services SDKs]: http://aws.amazon.com/tools/#sdk
// [Making API Requests]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html
// [Amazon SQS Message Attributes]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html#sqs-message-attributes
// [Amazon SQS in the Command Line Interface]: http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html
package sqs