Skip to content

Commit

Permalink
Regenerate aws-sdk SQS interface (v1.29.6) (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
co-go authored Jan 4, 2024
1 parent 4a8fc1c commit 2e52670
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sqs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from service/sqs/v1.28.4
// Generated from service/sqs/v1.29.6

package sqsextendedclient

Expand All @@ -12,6 +12,12 @@ import (
// Client provides the API client to make operations call for Amazon Simple Queue
// Service.
type SQSClient interface {
// Options returns a copy of the client configuration.
//
// Callers SHOULD NOT perform mutations on any inner structures within client
// config. Config overrides should instead be made on a per-operation basis through
// functional options.
Options() sqs.Options
// Adds a permission to a queue for a specific principal (https://docs.aws.amazon.com/general/latest/gr/glos-chap.html#P)
// . This allows sharing access to the queue. When you create a queue, you have
// full control access rights for the queue. Only you, the owner of the queue, can
Expand Down

0 comments on commit 2e52670

Please sign in to comment.