@aws-sdk/client-sqs 3.533.0 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist-types/SQS.d.ts +2 -1
  2. package/dist-types/SQSClient.d.ts +1 -1
  3. package/dist-types/commands/AddPermissionCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +2 -1
  5. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +2 -1
  6. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateQueueCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteMessageCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteQueueCommand.d.ts +2 -1
  11. package/dist-types/commands/GetQueueAttributesCommand.d.ts +2 -1
  12. package/dist-types/commands/GetQueueUrlCommand.d.ts +2 -1
  13. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +2 -1
  14. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +2 -1
  15. package/dist-types/commands/ListQueueTagsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
  17. package/dist-types/commands/PurgeQueueCommand.d.ts +2 -1
  18. package/dist-types/commands/ReceiveMessageCommand.d.ts +2 -1
  19. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
  20. package/dist-types/commands/SendMessageBatchCommand.d.ts +2 -1
  21. package/dist-types/commands/SendMessageCommand.d.ts +2 -1
  22. package/dist-types/commands/SetQueueAttributesCommand.d.ts +2 -1
  23. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +2 -1
  24. package/dist-types/commands/TagQueueCommand.d.ts +2 -1
  25. package/dist-types/commands/UntagQueueCommand.d.ts +2 -1
  26. package/dist-types/models/models_0.d.ts +198 -199
  27. package/dist-types/ts3.4/SQS.d.ts +1 -0
  28. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +9 -0
  51. package/package.json +42 -42
@@ -99,6 +99,7 @@ export interface SQS {
99
99
  /**
100
100
  * @see {@link ListQueuesCommand}
101
101
  */
102
+ listQueues(): Promise<ListQueuesCommandOutput>;
102
103
  listQueues(args: ListQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuesCommandOutput>;
103
104
  listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
104
105
  listQueues(args: ListQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
@@ -164,7 +165,6 @@ export interface SQS {
164
165
  untagQueue(args: UntagQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagQueueCommandOutput) => void): void;
165
166
  }
166
167
  /**
167
- * @public
168
168
  * <p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
169
169
  * <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they
170
170
  * travel between applications or microservices. Amazon SQS moves data between distributed
@@ -238,6 +238,7 @@ export interface SQS {
238
238
  * </ul>
239
239
  * </li>
240
240
  * </ul>
241
+ * @public
241
242
  */
242
243
  export declare class SQS extends SQSClient implements SQS {
243
244
  }
@@ -181,7 +181,6 @@ export type SQSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
181
181
  export interface SQSClientResolvedConfig extends SQSClientResolvedConfigType {
182
182
  }
183
183
  /**
184
- * @public
185
184
  * <p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
186
185
  * <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they
187
186
  * travel between applications or microservices. Amazon SQS moves data between distributed
@@ -255,6 +254,7 @@ export interface SQSClientResolvedConfig extends SQSClientResolvedConfigType {
255
254
  * </ul>
256
255
  * </li>
257
256
  * </ul>
257
+ * @public
258
258
  */
259
259
  export declare class SQSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig> {
260
260
  /**
@@ -22,10 +22,10 @@ export interface AddPermissionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AddPermissionCommand_base: {
24
24
  new (input: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a permission to a queue for a specific <a href="https://docs.aws.amazon.com/general/latest/gr/glos-chap.html#P">principal</a>. This allows sharing
30
30
  * access to the queue.</p>
31
31
  * <p>When you create a queue, you have full control access rights for the queue. Only you,
@@ -132,6 +132,7 @@ declare const AddPermissionCommand_base: {
132
132
  * @throws {@link SQSServiceException}
133
133
  * <p>Base exception class for all service exceptions from SQS service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class AddPermissionCommand extends AddPermissionCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface CancelMessageMoveTaskCommandOutput extends CancelMessageMoveTas
22
22
  }
23
23
  declare const CancelMessageMoveTaskCommand_base: {
24
24
  new (input: CancelMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a specified message movement task. A message movement can only be cancelled
30
30
  * when the current status is RUNNING. Cancelling a message movement task does not revert
31
31
  * the messages that have already been moved. It can only stop the messages that have not
@@ -104,6 +104,7 @@ declare const CancelMessageMoveTaskCommand_base: {
104
104
  * @throws {@link SQSServiceException}
105
105
  * <p>Base exception class for all service exceptions from SQS service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface ChangeMessageVisibilityBatchCommandOutput extends ChangeMessage
22
22
  }
23
23
  declare const ChangeMessageVisibilityBatchCommand_base: {
24
24
  new (input: ChangeMessageVisibilityBatchCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ChangeMessageVisibilityBatchCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes the visibility timeout of multiple messages. This is a batch version of
30
30
  * <code>
31
31
  * <a>ChangeMessageVisibility</a>.</code> The result of the action
@@ -128,6 +128,7 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
128
128
  * @throws {@link SQSServiceException}
129
129
  * <p>Base exception class for all service exceptions from SQS service.</p>
130
130
  *
131
+ * @public
131
132
  */
132
133
  export declare class ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {
133
134
  }
@@ -22,10 +22,10 @@ export interface ChangeMessageVisibilityCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ChangeMessageVisibilityCommand_base: {
24
24
  new (input: ChangeMessageVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ChangeMessageVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes the visibility timeout of a specified message in a queue to a new value. The
30
30
  * default visibility timeout for a message is 30 seconds. The minimum is 0 seconds. The
31
31
  * maximum is 12 hours. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html">Visibility Timeout</a> in the <i>Amazon SQS Developer
@@ -140,6 +140,7 @@ declare const ChangeMessageVisibilityCommand_base: {
140
140
  * @throws {@link SQSServiceException}
141
141
  * <p>Base exception class for all service exceptions from SQS service.</p>
142
142
  *
143
+ * @public
143
144
  */
144
145
  export declare class ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_base {
145
146
  }
@@ -22,10 +22,10 @@ export interface CreateQueueCommandOutput extends CreateQueueResult, __MetadataB
22
22
  }
23
23
  declare const CreateQueueCommand_base: {
24
24
  new (input: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new standard or FIFO queue. You can pass one or more attributes in the
30
30
  * request. Keep the following in mind:</p>
31
31
  * <ul>
@@ -153,6 +153,7 @@ declare const CreateQueueCommand_base: {
153
153
  * @throws {@link SQSServiceException}
154
154
  * <p>Base exception class for all service exceptions from SQS service.</p>
155
155
  *
156
+ * @public
156
157
  */
157
158
  export declare class CreateQueueCommand extends CreateQueueCommand_base {
158
159
  }
@@ -22,10 +22,10 @@ export interface DeleteMessageBatchCommandOutput extends DeleteMessageBatchResul
22
22
  }
23
23
  declare const DeleteMessageBatchCommand_base: {
24
24
  new (input: DeleteMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes up to ten messages from the specified queue. This is a batch version of
30
30
  * <code>
31
31
  * <a>DeleteMessage</a>.</code> The result of the action on each
@@ -123,6 +123,7 @@ declare const DeleteMessageBatchCommand_base: {
123
123
  * @throws {@link SQSServiceException}
124
124
  * <p>Base exception class for all service exceptions from SQS service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface DeleteMessageCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteMessageCommand_base: {
24
24
  new (input: DeleteMessageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageCommandInput, DeleteMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMessageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageCommandInput, DeleteMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified message from the specified queue. To select the message to
30
30
  * delete, use the <code>ReceiptHandle</code> of the message (<i>not</i> the
31
31
  * <code>MessageId</code> which you receive when you send the message). Amazon SQS can
@@ -108,6 +108,7 @@ declare const DeleteMessageCommand_base: {
108
108
  * @throws {@link SQSServiceException}
109
109
  * <p>Base exception class for all service exceptions from SQS service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class DeleteMessageCommand extends DeleteMessageCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface DeleteQueueCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteQueueCommand_base: {
24
24
  new (input: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the queue specified by the <code>QueueUrl</code>, regardless of the queue's
30
30
  * contents.</p>
31
31
  * <important>
@@ -101,6 +101,7 @@ declare const DeleteQueueCommand_base: {
101
101
  * @throws {@link SQSServiceException}
102
102
  * <p>Base exception class for all service exceptions from SQS service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface GetQueueAttributesCommandOutput extends GetQueueAttributesResul
22
22
  }
23
23
  declare const GetQueueAttributesCommand_base: {
24
24
  new (input: GetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets attributes for the specified queue.</p>
30
30
  * <note>
31
31
  * <p>To determine whether a queue is <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html">FIFO</a>, you can check whether <code>QueueName</code> ends with the
@@ -96,6 +96,7 @@ declare const GetQueueAttributesCommand_base: {
96
96
  * @throws {@link SQSServiceException}
97
97
  * <p>Base exception class for all service exceptions from SQS service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class GetQueueAttributesCommand extends GetQueueAttributesCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface GetQueueUrlCommandOutput extends GetQueueUrlResult, __MetadataB
22
22
  }
23
23
  declare const GetQueueUrlCommand_base: {
24
24
  new (input: GetQueueUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetQueueUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the URL of an existing Amazon SQS queue.</p>
30
30
  * <p>To access a queue that belongs to another AWS account, use the
31
31
  * <code>QueueOwnerAWSAccountId</code> parameter to specify the account ID of the
@@ -93,6 +93,7 @@ declare const GetQueueUrlCommand_base: {
93
93
  * @throws {@link SQSServiceException}
94
94
  * <p>Base exception class for all service exceptions from SQS service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class GetQueueUrlCommand extends GetQueueUrlCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListDeadLetterSourceQueuesCommandOutput extends ListDeadLetterS
22
22
  }
23
23
  declare const ListDeadLetterSourceQueuesCommand_base: {
24
24
  new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDeadLetterSourceQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of your queues that have the <code>RedrivePolicy</code> queue attribute
30
30
  * configured with a dead-letter queue.</p>
31
31
  * <p> The <code>ListDeadLetterSourceQueues</code> methods supports pagination. Set
@@ -99,6 +99,7 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
99
99
  * @throws {@link SQSServiceException}
100
100
  * <p>Base exception class for all service exceptions from SQS service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface ListMessageMoveTasksCommandOutput extends ListMessageMoveTasksR
22
22
  }
23
23
  declare const ListMessageMoveTasksCommand_base: {
24
24
  new (input: ListMessageMoveTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListMessageMoveTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the most recent message movement tasks (up to 10) under a specific source
30
30
  * queue.</p>
31
31
  * <note>
@@ -115,6 +115,7 @@ declare const ListMessageMoveTasksCommand_base: {
115
115
  * @throws {@link SQSServiceException}
116
116
  * <p>Base exception class for all service exceptions from SQS service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface ListQueueTagsCommandOutput extends ListQueueTagsResult, __Metad
22
22
  }
23
23
  declare const ListQueueTagsCommand_base: {
24
24
  new (input: ListQueueTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListQueueTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all cost allocation tags added to the specified Amazon SQS queue. For an
30
30
  * overview, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
31
31
  * Your Amazon SQS Queues</a> in the <i>Amazon SQS Developer
@@ -94,6 +94,7 @@ declare const ListQueueTagsCommand_base: {
94
94
  * @throws {@link SQSServiceException}
95
95
  * <p>Base exception class for all service exceptions from SQS service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListQueueTagsCommand extends ListQueueTagsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListQueuesCommandOutput extends ListQueuesResult, __MetadataBea
22
22
  }
23
23
  declare const ListQueuesCommand_base: {
24
24
  new (input: ListQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListQueuesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of your queues in the current region. The response includes a maximum
30
30
  * of 1,000 results. If you specify a value for the optional <code>QueueNamePrefix</code>
31
31
  * parameter, only queues with a name that begins with the specified value are
@@ -101,6 +101,7 @@ declare const ListQueuesCommand_base: {
101
101
  * @throws {@link SQSServiceException}
102
102
  * <p>Base exception class for all service exceptions from SQS service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ListQueuesCommand extends ListQueuesCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface PurgeQueueCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PurgeQueueCommand_base: {
24
24
  new (input: PurgeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PurgeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes available messages in a queue (including in-flight messages) specified by the
30
30
  * <code>QueueURL</code> parameter.</p>
31
31
  * <important>
@@ -99,6 +99,7 @@ declare const PurgeQueueCommand_base: {
99
99
  * @throws {@link SQSServiceException}
100
100
  * <p>Base exception class for all service exceptions from SQS service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class PurgeQueueCommand extends PurgeQueueCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface ReceiveMessageCommandOutput extends ReceiveMessageResult, __Met
22
22
  }
23
23
  declare const ReceiveMessageCommand_base: {
24
24
  new (input: ReceiveMessageCommandInput): import("@smithy/smithy-client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ReceiveMessageCommandInput): import("@smithy/smithy-client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves one or more messages (up to 10), from the specified queue. Using the
30
30
  * <code>WaitTimeSeconds</code> parameter enables long-poll support. For more
31
31
  * information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html">Amazon
@@ -206,6 +206,7 @@ declare const ReceiveMessageCommand_base: {
206
206
  * @throws {@link SQSServiceException}
207
207
  * <p>Base exception class for all service exceptions from SQS service.</p>
208
208
  *
209
+ * @public
209
210
  */
210
211
  export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {
211
212
  }
@@ -22,10 +22,10 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RemovePermissionCommand_base: {
24
24
  new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Revokes any permissions in the queue policy that matches the specified
30
30
  * <code>Label</code> parameter.</p>
31
31
  * <note>
@@ -101,6 +101,7 @@ declare const RemovePermissionCommand_base: {
101
101
  * @throws {@link SQSServiceException}
102
102
  * <p>Base exception class for all service exceptions from SQS service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, _
22
22
  }
23
23
  declare const SendMessageBatchCommand_base: {
24
24
  new (input: SendMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>You can use <code>SendMessageBatch</code> to send up to 10 messages to the specified
30
30
  * queue by assigning either identical or different values to each message (or by not
31
31
  * assigning values at all). This is a batch version of <code>
@@ -211,6 +211,7 @@ declare const SendMessageBatchCommand_base: {
211
211
  * @throws {@link SQSServiceException}
212
212
  * <p>Base exception class for all service exceptions from SQS service.</p>
213
213
  *
214
+ * @public
214
215
  */
215
216
  export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {
216
217
  }
@@ -22,10 +22,10 @@ export interface SendMessageCommandOutput extends SendMessageResult, __MetadataB
22
22
  }
23
23
  declare const SendMessageCommand_base: {
24
24
  new (input: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delivers a message to the specified queue.</p>
30
30
  * <important>
31
31
  * <p>A message can include only XML, JSON, and unformatted text. The following Unicode
@@ -167,6 +167,7 @@ declare const SendMessageCommand_base: {
167
167
  * @throws {@link SQSServiceException}
168
168
  * <p>Base exception class for all service exceptions from SQS service.</p>
169
169
  *
170
+ * @public
170
171
  */
171
172
  export declare class SendMessageCommand extends SendMessageCommand_base {
172
173
  }
@@ -22,10 +22,10 @@ export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SetQueueAttributesCommand_base: {
24
24
  new (input: SetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets the value of one or more queue attributes. When you change a queue's attributes,
30
30
  * the change can take up to 60 seconds for most of the attributes to propagate throughout
31
31
  * the Amazon SQS system. Changes made to the <code>MessageRetentionPeriod</code> attribute
@@ -121,6 +121,7 @@ declare const SetQueueAttributesCommand_base: {
121
121
  * @throws {@link SQSServiceException}
122
122
  * <p>Base exception class for all service exceptions from SQS service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class SetQueueAttributesCommand extends SetQueueAttributesCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface StartMessageMoveTaskCommandOutput extends StartMessageMoveTaskR
22
22
  }
23
23
  declare const StartMessageMoveTaskCommand_base: {
24
24
  new (input: StartMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an asynchronous task to move messages from a specified source queue to a
30
30
  * specified destination queue.</p>
31
31
  * <note>
@@ -111,6 +111,7 @@ declare const StartMessageMoveTaskCommand_base: {
111
111
  * @throws {@link SQSServiceException}
112
112
  * <p>Base exception class for all service exceptions from SQS service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class StartMessageMoveTaskCommand extends StartMessageMoveTaskCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface TagQueueCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagQueueCommand_base: {
24
24
  new (input: TagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Add cost allocation tags to the specified Amazon SQS queue. For an overview, see
30
30
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
31
31
  * Your Amazon SQS Queues</a> in the <i>Amazon SQS Developer
@@ -112,6 +112,7 @@ declare const TagQueueCommand_base: {
112
112
  * @throws {@link SQSServiceException}
113
113
  * <p>Base exception class for all service exceptions from SQS service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class TagQueueCommand extends TagQueueCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface UntagQueueCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagQueueCommand_base: {
24
24
  new (input: UntagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see
30
30
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
31
31
  * Your Amazon SQS Queues</a> in the <i>Amazon SQS Developer
@@ -93,6 +93,7 @@ declare const UntagQueueCommand_base: {
93
93
  * @throws {@link SQSServiceException}
94
94
  * <p>Base exception class for all service exceptions from SQS service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UntagQueueCommand extends UntagQueueCommand_base {
98
99
  }