@aws-sdk/client-sqs 3.477.0 → 3.481.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 (105) hide show
  1. package/dist-cjs/commands/AddPermissionCommand.js +18 -41
  2. package/dist-cjs/commands/CancelMessageMoveTaskCommand.js +18 -41
  3. package/dist-cjs/commands/ChangeMessageVisibilityBatchCommand.js +18 -41
  4. package/dist-cjs/commands/ChangeMessageVisibilityCommand.js +18 -41
  5. package/dist-cjs/commands/CreateQueueCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteMessageBatchCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteMessageCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteQueueCommand.js +18 -41
  9. package/dist-cjs/commands/GetQueueAttributesCommand.js +18 -41
  10. package/dist-cjs/commands/GetQueueUrlCommand.js +18 -41
  11. package/dist-cjs/commands/ListDeadLetterSourceQueuesCommand.js +18 -41
  12. package/dist-cjs/commands/ListMessageMoveTasksCommand.js +18 -41
  13. package/dist-cjs/commands/ListQueueTagsCommand.js +18 -41
  14. package/dist-cjs/commands/ListQueuesCommand.js +18 -41
  15. package/dist-cjs/commands/PurgeQueueCommand.js +18 -41
  16. package/dist-cjs/commands/ReceiveMessageCommand.js +19 -42
  17. package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
  18. package/dist-cjs/commands/SendMessageBatchCommand.js +19 -42
  19. package/dist-cjs/commands/SendMessageCommand.js +19 -42
  20. package/dist-cjs/commands/SetQueueAttributesCommand.js +18 -41
  21. package/dist-cjs/commands/StartMessageMoveTaskCommand.js +18 -41
  22. package/dist-cjs/commands/TagQueueCommand.js +18 -41
  23. package/dist-cjs/commands/UntagQueueCommand.js +18 -41
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-cjs/pagination/ListDeadLetterSourceQueuesPaginator.js +2 -24
  26. package/dist-cjs/pagination/ListQueuesPaginator.js +2 -24
  27. package/dist-es/commands/AddPermissionCommand.js +18 -41
  28. package/dist-es/commands/CancelMessageMoveTaskCommand.js +18 -41
  29. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +18 -41
  30. package/dist-es/commands/ChangeMessageVisibilityCommand.js +18 -41
  31. package/dist-es/commands/CreateQueueCommand.js +18 -41
  32. package/dist-es/commands/DeleteMessageBatchCommand.js +18 -41
  33. package/dist-es/commands/DeleteMessageCommand.js +18 -41
  34. package/dist-es/commands/DeleteQueueCommand.js +18 -41
  35. package/dist-es/commands/GetQueueAttributesCommand.js +18 -41
  36. package/dist-es/commands/GetQueueUrlCommand.js +18 -41
  37. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +18 -41
  38. package/dist-es/commands/ListMessageMoveTasksCommand.js +18 -41
  39. package/dist-es/commands/ListQueueTagsCommand.js +18 -41
  40. package/dist-es/commands/ListQueuesCommand.js +18 -41
  41. package/dist-es/commands/PurgeQueueCommand.js +18 -41
  42. package/dist-es/commands/ReceiveMessageCommand.js +19 -42
  43. package/dist-es/commands/RemovePermissionCommand.js +18 -41
  44. package/dist-es/commands/SendMessageBatchCommand.js +19 -42
  45. package/dist-es/commands/SendMessageCommand.js +19 -42
  46. package/dist-es/commands/SetQueueAttributesCommand.js +18 -41
  47. package/dist-es/commands/StartMessageMoveTaskCommand.js +18 -41
  48. package/dist-es/commands/TagQueueCommand.js +18 -41
  49. package/dist-es/commands/UntagQueueCommand.js +18 -41
  50. package/dist-es/endpoint/EndpointParameters.js +6 -0
  51. package/dist-es/pagination/ListDeadLetterSourceQueuesPaginator.js +2 -23
  52. package/dist-es/pagination/ListQueuesPaginator.js +2 -23
  53. package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
  54. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +6 -21
  55. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +6 -21
  56. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +6 -21
  57. package/dist-types/commands/CreateQueueCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +6 -21
  59. package/dist-types/commands/DeleteMessageCommand.d.ts +6 -21
  60. package/dist-types/commands/DeleteQueueCommand.d.ts +6 -21
  61. package/dist-types/commands/GetQueueAttributesCommand.d.ts +6 -21
  62. package/dist-types/commands/GetQueueUrlCommand.d.ts +6 -21
  63. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +6 -21
  64. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +6 -21
  65. package/dist-types/commands/ListQueueTagsCommand.d.ts +6 -21
  66. package/dist-types/commands/ListQueuesCommand.d.ts +6 -21
  67. package/dist-types/commands/PurgeQueueCommand.d.ts +6 -21
  68. package/dist-types/commands/ReceiveMessageCommand.d.ts +6 -21
  69. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
  70. package/dist-types/commands/SendMessageBatchCommand.d.ts +6 -21
  71. package/dist-types/commands/SendMessageCommand.d.ts +6 -21
  72. package/dist-types/commands/SetQueueAttributesCommand.d.ts +6 -21
  73. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +6 -21
  74. package/dist-types/commands/TagQueueCommand.d.ts +6 -21
  75. package/dist-types/commands/UntagQueueCommand.d.ts +6 -21
  76. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  77. package/dist-types/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  103. package/dist-types/ts3.4/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +3 -3
  104. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +3 -3
  105. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDeadLetterSourceQueuesCommandInput extends ListDeadLetterSo
21
20
  */
22
21
  export interface ListDeadLetterSourceQueuesCommandOutput extends ListDeadLetterSourceQueuesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListDeadLetterSourceQueuesCommand_base: {
24
+ new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of your queues that have the <code>RedrivePolicy</code> queue attribute
@@ -97,23 +100,5 @@ export interface ListDeadLetterSourceQueuesCommandOutput extends ListDeadLetterS
97
100
  * <p>Base exception class for all service exceptions from SQS service.</p>
98
101
  *
99
102
  */
100
- export declare class ListDeadLetterSourceQueuesCommand extends $Command<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig> {
101
- readonly input: ListDeadLetterSourceQueuesCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: ListDeadLetterSourceQueuesCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListMessageMoveTasksRequest, ListMessageMoveTasksResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMessageMoveTasksCommandInput extends ListMessageMoveTasksRe
21
20
  */
22
21
  export interface ListMessageMoveTasksCommandOutput extends ListMessageMoveTasksResult, __MetadataBearer {
23
22
  }
23
+ declare const ListMessageMoveTasksCommand_base: {
24
+ new (input: ListMessageMoveTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the most recent message movement tasks (up to 10) under a specific source
@@ -113,23 +116,5 @@ export interface ListMessageMoveTasksCommandOutput extends ListMessageMoveTasksR
113
116
  * <p>Base exception class for all service exceptions from SQS service.</p>
114
117
  *
115
118
  */
116
- export declare class ListMessageMoveTasksCommand extends $Command<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig> {
117
- readonly input: ListMessageMoveTasksCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: ListMessageMoveTasksCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListQueueTagsRequest, ListQueueTagsResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListQueueTagsCommandInput extends ListQueueTagsRequest {
21
20
  */
22
21
  export interface ListQueueTagsCommandOutput extends ListQueueTagsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListQueueTagsCommand_base: {
24
+ new (input: ListQueueTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List all cost allocation tags added to the specified Amazon SQS queue. For an
@@ -92,23 +95,5 @@ export interface ListQueueTagsCommandOutput extends ListQueueTagsResult, __Metad
92
95
  * <p>Base exception class for all service exceptions from SQS service.</p>
93
96
  *
94
97
  */
95
- export declare class ListQueueTagsCommand extends $Command<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig> {
96
- readonly input: ListQueueTagsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListQueueTagsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueueTagsCommandInput, ListQueueTagsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListQueueTagsCommand extends ListQueueTagsCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListQueuesRequest, ListQueuesResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListQueuesCommandInput extends ListQueuesRequest {
21
20
  */
22
21
  export interface ListQueuesCommandOutput extends ListQueuesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListQueuesCommand_base: {
24
+ new (input: ListQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of your queues in the current region. The response includes a maximum
@@ -99,23 +102,5 @@ export interface ListQueuesCommandOutput extends ListQueuesResult, __MetadataBea
99
102
  * <p>Base exception class for all service exceptions from SQS service.</p>
100
103
  *
101
104
  */
102
- export declare class ListQueuesCommand extends $Command<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig> {
103
- readonly input: ListQueuesCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListQueuesCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueuesCommandInput, ListQueuesCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListQueuesCommand extends ListQueuesCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { PurgeQueueRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PurgeQueueCommandInput extends PurgeQueueRequest {
21
20
  */
22
21
  export interface PurgeQueueCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PurgeQueueCommand_base: {
24
+ new (input: PurgeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes available messages in a queue (including in-flight messages) specified by the
@@ -97,23 +100,5 @@ export interface PurgeQueueCommandOutput extends __MetadataBearer {
97
100
  * <p>Base exception class for all service exceptions from SQS service.</p>
98
101
  *
99
102
  */
100
- export declare class PurgeQueueCommand extends $Command<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig> {
101
- readonly input: PurgeQueueCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: PurgeQueueCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurgeQueueCommandInput, PurgeQueueCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class PurgeQueueCommand extends PurgeQueueCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ReceiveMessageRequest, ReceiveMessageResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ReceiveMessageCommandInput extends ReceiveMessageRequest {
21
20
  */
22
21
  export interface ReceiveMessageCommandOutput extends ReceiveMessageResult, __MetadataBearer {
23
22
  }
23
+ declare const ReceiveMessageCommand_base: {
24
+ new (input: ReceiveMessageCommandInput): import("@smithy/smithy-client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves one or more messages (up to 10), from the specified queue. Using the
@@ -204,23 +207,5 @@ export interface ReceiveMessageCommandOutput extends ReceiveMessageResult, __Met
204
207
  * <p>Base exception class for all service exceptions from SQS service.</p>
205
208
  *
206
209
  */
207
- export declare class ReceiveMessageCommand extends $Command<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig> {
208
- readonly input: ReceiveMessageCommandInput;
209
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
210
- /**
211
- * @public
212
- */
213
- constructor(input: ReceiveMessageCommandInput);
214
- /**
215
- * @internal
216
- */
217
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReceiveMessageCommandInput, ReceiveMessageCommandOutput>;
218
- /**
219
- * @internal
220
- */
221
- private serialize;
222
- /**
223
- * @internal
224
- */
225
- private deserialize;
210
+ export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {
226
211
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RemovePermissionRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
21
20
  */
22
21
  export interface RemovePermissionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemovePermissionCommand_base: {
24
+ new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Revokes any permissions in the queue policy that matches the specified
@@ -99,23 +102,5 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
99
102
  * <p>Base exception class for all service exceptions from SQS service.</p>
100
103
  *
101
104
  */
102
- export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig> {
103
- readonly input: RemovePermissionCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: RemovePermissionCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SendMessageBatchRequest, SendMessageBatchResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {
21
20
  */
22
21
  export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, __MetadataBearer {
23
22
  }
23
+ declare const SendMessageBatchCommand_base: {
24
+ new (input: SendMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>You can use <code>SendMessageBatch</code> to send up to 10 messages to the specified
@@ -209,23 +212,5 @@ export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, _
209
212
  * <p>Base exception class for all service exceptions from SQS service.</p>
210
213
  *
211
214
  */
212
- export declare class SendMessageBatchCommand extends $Command<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig> {
213
- readonly input: SendMessageBatchCommandInput;
214
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
215
- /**
216
- * @public
217
- */
218
- constructor(input: SendMessageBatchCommandInput);
219
- /**
220
- * @internal
221
- */
222
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendMessageBatchCommandInput, SendMessageBatchCommandOutput>;
223
- /**
224
- * @internal
225
- */
226
- private serialize;
227
- /**
228
- * @internal
229
- */
230
- private deserialize;
215
+ export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {
231
216
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SendMessageRequest, SendMessageResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SendMessageCommandInput extends SendMessageRequest {
21
20
  */
22
21
  export interface SendMessageCommandOutput extends SendMessageResult, __MetadataBearer {
23
22
  }
23
+ declare const SendMessageCommand_base: {
24
+ new (input: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delivers a message to the specified queue.</p>
@@ -165,23 +168,5 @@ export interface SendMessageCommandOutput extends SendMessageResult, __MetadataB
165
168
  * <p>Base exception class for all service exceptions from SQS service.</p>
166
169
  *
167
170
  */
168
- export declare class SendMessageCommand extends $Command<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig> {
169
- readonly input: SendMessageCommandInput;
170
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
171
- /**
172
- * @public
173
- */
174
- constructor(input: SendMessageCommandInput);
175
- /**
176
- * @internal
177
- */
178
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendMessageCommandInput, SendMessageCommandOutput>;
179
- /**
180
- * @internal
181
- */
182
- private serialize;
183
- /**
184
- * @internal
185
- */
186
- private deserialize;
171
+ export declare class SendMessageCommand extends SendMessageCommand_base {
187
172
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SetQueueAttributesRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetQueueAttributesCommandInput extends SetQueueAttributesReques
21
20
  */
22
21
  export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const SetQueueAttributesCommand_base: {
24
+ new (input: SetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the value of one or more queue attributes. When you change a queue's attributes,
@@ -119,23 +122,5 @@ export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
119
122
  * <p>Base exception class for all service exceptions from SQS service.</p>
120
123
  *
121
124
  */
122
- export declare class SetQueueAttributesCommand extends $Command<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig> {
123
- readonly input: SetQueueAttributesCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: SetQueueAttributesCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class SetQueueAttributesCommand extends SetQueueAttributesCommand_base {
141
126
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { StartMessageMoveTaskRequest, StartMessageMoveTaskResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartMessageMoveTaskCommandInput extends StartMessageMoveTaskRe
21
20
  */
22
21
  export interface StartMessageMoveTaskCommandOutput extends StartMessageMoveTaskResult, __MetadataBearer {
23
22
  }
23
+ declare const StartMessageMoveTaskCommand_base: {
24
+ new (input: StartMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts an asynchronous task to move messages from a specified source queue to a
@@ -109,23 +112,5 @@ export interface StartMessageMoveTaskCommandOutput extends StartMessageMoveTaskR
109
112
  * <p>Base exception class for all service exceptions from SQS service.</p>
110
113
  *
111
114
  */
112
- export declare class StartMessageMoveTaskCommand extends $Command<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig> {
113
- readonly input: StartMessageMoveTaskCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: StartMessageMoveTaskCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class StartMessageMoveTaskCommand extends StartMessageMoveTaskCommand_base {
131
116
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TagQueueRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagQueueCommandInput extends TagQueueRequest {
21
20
  */
22
21
  export interface TagQueueCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const TagQueueCommand_base: {
24
+ new (input: TagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Add cost allocation tags to the specified Amazon SQS queue. For an overview, see
@@ -110,23 +113,5 @@ export interface TagQueueCommandOutput extends __MetadataBearer {
110
113
  * <p>Base exception class for all service exceptions from SQS service.</p>
111
114
  *
112
115
  */
113
- export declare class TagQueueCommand extends $Command<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig> {
114
- readonly input: TagQueueCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: TagQueueCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagQueueCommandInput, TagQueueCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class TagQueueCommand extends TagQueueCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagQueueRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagQueueCommandInput extends UntagQueueRequest {
21
20
  */
22
21
  export interface UntagQueueCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagQueueCommand_base: {
24
+ new (input: UntagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see
@@ -91,23 +94,5 @@ export interface UntagQueueCommandOutput extends __MetadataBearer {
91
94
  * <p>Base exception class for all service exceptions from SQS service.</p>
92
95
  *
93
96
  */
94
- export declare class UntagQueueCommand extends $Command<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig> {
95
- readonly input: UntagQueueCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: UntagQueueCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagQueueCommandInput, UntagQueueCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class UntagQueueCommand extends UntagQueueCommand_base {
113
98
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { SQSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDeadLetterSourceQueues(config: SQSPaginationConfiguration, input: ListDeadLetterSourceQueuesCommandInput, ...additionalArguments: any): Paginator<ListDeadLetterSourceQueuesCommandOutput>;
7
+ export declare const paginateListDeadLetterSourceQueues: (config: SQSPaginationConfiguration, input: ListDeadLetterSourceQueuesCommandInput, ...rest: any[]) => Paginator<ListDeadLetterSourceQueuesCommandOutput>;
@@ -4,4 +4,4 @@ import { SQSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListQueues(config: SQSPaginationConfiguration, input: ListQueuesCommandInput, ...additionalArguments: any): Paginator<ListQueuesCommandOutput>;
7
+ export declare const paginateListQueues: (config: SQSPaginationConfiguration, input: ListQueuesCommandInput, ...rest: any[]) => Paginator<ListQueuesCommandOutput>;