@aws-sdk/client-sqs 3.478.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 (97) 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-es/commands/AddPermissionCommand.js +18 -41
  26. package/dist-es/commands/CancelMessageMoveTaskCommand.js +18 -41
  27. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +18 -41
  28. package/dist-es/commands/ChangeMessageVisibilityCommand.js +18 -41
  29. package/dist-es/commands/CreateQueueCommand.js +18 -41
  30. package/dist-es/commands/DeleteMessageBatchCommand.js +18 -41
  31. package/dist-es/commands/DeleteMessageCommand.js +18 -41
  32. package/dist-es/commands/DeleteQueueCommand.js +18 -41
  33. package/dist-es/commands/GetQueueAttributesCommand.js +18 -41
  34. package/dist-es/commands/GetQueueUrlCommand.js +18 -41
  35. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +18 -41
  36. package/dist-es/commands/ListMessageMoveTasksCommand.js +18 -41
  37. package/dist-es/commands/ListQueueTagsCommand.js +18 -41
  38. package/dist-es/commands/ListQueuesCommand.js +18 -41
  39. package/dist-es/commands/PurgeQueueCommand.js +18 -41
  40. package/dist-es/commands/ReceiveMessageCommand.js +19 -42
  41. package/dist-es/commands/RemovePermissionCommand.js +18 -41
  42. package/dist-es/commands/SendMessageBatchCommand.js +19 -42
  43. package/dist-es/commands/SendMessageCommand.js +19 -42
  44. package/dist-es/commands/SetQueueAttributesCommand.js +18 -41
  45. package/dist-es/commands/StartMessageMoveTaskCommand.js +18 -41
  46. package/dist-es/commands/TagQueueCommand.js +18 -41
  47. package/dist-es/commands/UntagQueueCommand.js +18 -41
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
  50. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +6 -21
  51. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +6 -21
  52. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +6 -21
  53. package/dist-types/commands/CreateQueueCommand.d.ts +6 -21
  54. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteMessageCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteQueueCommand.d.ts +6 -21
  57. package/dist-types/commands/GetQueueAttributesCommand.d.ts +6 -21
  58. package/dist-types/commands/GetQueueUrlCommand.d.ts +6 -21
  59. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +6 -21
  60. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +6 -21
  61. package/dist-types/commands/ListQueueTagsCommand.d.ts +6 -21
  62. package/dist-types/commands/ListQueuesCommand.d.ts +6 -21
  63. package/dist-types/commands/PurgeQueueCommand.d.ts +6 -21
  64. package/dist-types/commands/ReceiveMessageCommand.d.ts +6 -21
  65. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
  66. package/dist-types/commands/SendMessageBatchCommand.d.ts +6 -21
  67. package/dist-types/commands/SendMessageCommand.d.ts +6 -21
  68. package/dist-types/commands/SetQueueAttributesCommand.d.ts +6 -21
  69. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +6 -21
  70. package/dist-types/commands/TagQueueCommand.d.ts +6 -21
  71. package/dist-types/commands/UntagQueueCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/package.json +9 -9
@@ -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;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { AddPermissionRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface AddPermissionCommandInput extends AddPermissionRequest {}
17
11
  export interface AddPermissionCommandOutput extends __MetadataBearer {}
18
- export declare class AddPermissionCommand extends $Command<
19
- AddPermissionCommandInput,
20
- AddPermissionCommandOutput,
21
- SQSClientResolvedConfig
22
- > {
23
- readonly input: AddPermissionCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: AddPermissionCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SQSClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<AddPermissionCommandInput, AddPermissionCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const AddPermissionCommand_base: {
13
+ new (
14
+ input: AddPermissionCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ AddPermissionCommandInput,
17
+ AddPermissionCommandOutput,
18
+ SQSClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class AddPermissionCommand extends AddPermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CancelMessageMoveTaskRequest,
11
5
  CancelMessageMoveTaskResult,
@@ -21,22 +15,16 @@ export interface CancelMessageMoveTaskCommandInput
21
15
  export interface CancelMessageMoveTaskCommandOutput
22
16
  extends CancelMessageMoveTaskResult,
23
17
  __MetadataBearer {}
24
- export declare class CancelMessageMoveTaskCommand extends $Command<
25
- CancelMessageMoveTaskCommandInput,
26
- CancelMessageMoveTaskCommandOutput,
27
- SQSClientResolvedConfig
28
- > {
29
- readonly input: CancelMessageMoveTaskCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CancelMessageMoveTaskCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SQSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CancelMessageMoveTaskCommand_base: {
19
+ new (
20
+ input: CancelMessageMoveTaskCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CancelMessageMoveTaskCommandInput,
38
- CancelMessageMoveTaskCommandOutput
23
+ CancelMessageMoveTaskCommandOutput,
24
+ SQSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ChangeMessageVisibilityBatchRequest,
11
5
  ChangeMessageVisibilityBatchResult,
@@ -21,22 +15,16 @@ export interface ChangeMessageVisibilityBatchCommandInput
21
15
  export interface ChangeMessageVisibilityBatchCommandOutput
22
16
  extends ChangeMessageVisibilityBatchResult,
23
17
  __MetadataBearer {}
24
- export declare class ChangeMessageVisibilityBatchCommand extends $Command<
25
- ChangeMessageVisibilityBatchCommandInput,
26
- ChangeMessageVisibilityBatchCommandOutput,
27
- SQSClientResolvedConfig
28
- > {
29
- readonly input: ChangeMessageVisibilityBatchCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ChangeMessageVisibilityBatchCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SQSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ChangeMessageVisibilityBatchCommand_base: {
19
+ new (
20
+ input: ChangeMessageVisibilityBatchCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ChangeMessageVisibilityBatchCommandInput,
38
- ChangeMessageVisibilityBatchCommandOutput
23
+ ChangeMessageVisibilityBatchCommandOutput,
24
+ SQSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ChangeMessageVisibilityRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface ChangeMessageVisibilityCommandInput
17
11
  extends ChangeMessageVisibilityRequest {}
18
12
  export interface ChangeMessageVisibilityCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class ChangeMessageVisibilityCommand extends $Command<
21
- ChangeMessageVisibilityCommandInput,
22
- ChangeMessageVisibilityCommandOutput,
23
- SQSClientResolvedConfig
24
- > {
25
- readonly input: ChangeMessageVisibilityCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ChangeMessageVisibilityCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SQSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const ChangeMessageVisibilityCommand_base: {
15
+ new (
16
+ input: ChangeMessageVisibilityCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  ChangeMessageVisibilityCommandInput,
34
- ChangeMessageVisibilityCommandOutput
19
+ ChangeMessageVisibilityCommandOutput,
20
+ SQSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_base {}