@aws-sdk/client-sqs 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SQS.d.ts +0 -20
- package/dist-types/ts3.4/SQSClient.d.ts +0 -26
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SQSServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +28 -28
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-sqs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-sqs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-sqs
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
32
32
|
tls?: boolean | undefined;
|
|
33
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
35
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
35
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
36
36
|
signingEscapePath?: boolean | undefined;
|
|
37
37
|
systemClockOffset?: number | undefined;
|
|
38
38
|
signingRegion?: string | undefined;
|
|
@@ -33,7 +33,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
35
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
36
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
36
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
38
38
|
systemClockOffset?: number | undefined;
|
|
39
39
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -80,7 +80,6 @@ import {
|
|
|
80
80
|
UntagQueueCommandOutput,
|
|
81
81
|
} from "./commands/UntagQueueCommand";
|
|
82
82
|
import { SQSClient } from "./SQSClient";
|
|
83
|
-
|
|
84
83
|
export declare class SQS extends SQSClient {
|
|
85
84
|
addPermission(
|
|
86
85
|
args: AddPermissionCommandInput,
|
|
@@ -95,7 +94,6 @@ export declare class SQS extends SQSClient {
|
|
|
95
94
|
options: __HttpHandlerOptions,
|
|
96
95
|
cb: (err: any, data?: AddPermissionCommandOutput) => void
|
|
97
96
|
): void;
|
|
98
|
-
|
|
99
97
|
changeMessageVisibility(
|
|
100
98
|
args: ChangeMessageVisibilityCommandInput,
|
|
101
99
|
options?: __HttpHandlerOptions
|
|
@@ -109,7 +107,6 @@ export declare class SQS extends SQSClient {
|
|
|
109
107
|
options: __HttpHandlerOptions,
|
|
110
108
|
cb: (err: any, data?: ChangeMessageVisibilityCommandOutput) => void
|
|
111
109
|
): void;
|
|
112
|
-
|
|
113
110
|
changeMessageVisibilityBatch(
|
|
114
111
|
args: ChangeMessageVisibilityBatchCommandInput,
|
|
115
112
|
options?: __HttpHandlerOptions
|
|
@@ -123,7 +120,6 @@ export declare class SQS extends SQSClient {
|
|
|
123
120
|
options: __HttpHandlerOptions,
|
|
124
121
|
cb: (err: any, data?: ChangeMessageVisibilityBatchCommandOutput) => void
|
|
125
122
|
): void;
|
|
126
|
-
|
|
127
123
|
createQueue(
|
|
128
124
|
args: CreateQueueCommandInput,
|
|
129
125
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +133,6 @@ export declare class SQS extends SQSClient {
|
|
|
137
133
|
options: __HttpHandlerOptions,
|
|
138
134
|
cb: (err: any, data?: CreateQueueCommandOutput) => void
|
|
139
135
|
): void;
|
|
140
|
-
|
|
141
136
|
deleteMessage(
|
|
142
137
|
args: DeleteMessageCommandInput,
|
|
143
138
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +146,6 @@ export declare class SQS extends SQSClient {
|
|
|
151
146
|
options: __HttpHandlerOptions,
|
|
152
147
|
cb: (err: any, data?: DeleteMessageCommandOutput) => void
|
|
153
148
|
): void;
|
|
154
|
-
|
|
155
149
|
deleteMessageBatch(
|
|
156
150
|
args: DeleteMessageBatchCommandInput,
|
|
157
151
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +159,6 @@ export declare class SQS extends SQSClient {
|
|
|
165
159
|
options: __HttpHandlerOptions,
|
|
166
160
|
cb: (err: any, data?: DeleteMessageBatchCommandOutput) => void
|
|
167
161
|
): void;
|
|
168
|
-
|
|
169
162
|
deleteQueue(
|
|
170
163
|
args: DeleteQueueCommandInput,
|
|
171
164
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +172,6 @@ export declare class SQS extends SQSClient {
|
|
|
179
172
|
options: __HttpHandlerOptions,
|
|
180
173
|
cb: (err: any, data?: DeleteQueueCommandOutput) => void
|
|
181
174
|
): void;
|
|
182
|
-
|
|
183
175
|
getQueueAttributes(
|
|
184
176
|
args: GetQueueAttributesCommandInput,
|
|
185
177
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +185,6 @@ export declare class SQS extends SQSClient {
|
|
|
193
185
|
options: __HttpHandlerOptions,
|
|
194
186
|
cb: (err: any, data?: GetQueueAttributesCommandOutput) => void
|
|
195
187
|
): void;
|
|
196
|
-
|
|
197
188
|
getQueueUrl(
|
|
198
189
|
args: GetQueueUrlCommandInput,
|
|
199
190
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +198,6 @@ export declare class SQS extends SQSClient {
|
|
|
207
198
|
options: __HttpHandlerOptions,
|
|
208
199
|
cb: (err: any, data?: GetQueueUrlCommandOutput) => void
|
|
209
200
|
): void;
|
|
210
|
-
|
|
211
201
|
listDeadLetterSourceQueues(
|
|
212
202
|
args: ListDeadLetterSourceQueuesCommandInput,
|
|
213
203
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +211,6 @@ export declare class SQS extends SQSClient {
|
|
|
221
211
|
options: __HttpHandlerOptions,
|
|
222
212
|
cb: (err: any, data?: ListDeadLetterSourceQueuesCommandOutput) => void
|
|
223
213
|
): void;
|
|
224
|
-
|
|
225
214
|
listQueues(
|
|
226
215
|
args: ListQueuesCommandInput,
|
|
227
216
|
options?: __HttpHandlerOptions
|
|
@@ -235,7 +224,6 @@ export declare class SQS extends SQSClient {
|
|
|
235
224
|
options: __HttpHandlerOptions,
|
|
236
225
|
cb: (err: any, data?: ListQueuesCommandOutput) => void
|
|
237
226
|
): void;
|
|
238
|
-
|
|
239
227
|
listQueueTags(
|
|
240
228
|
args: ListQueueTagsCommandInput,
|
|
241
229
|
options?: __HttpHandlerOptions
|
|
@@ -249,7 +237,6 @@ export declare class SQS extends SQSClient {
|
|
|
249
237
|
options: __HttpHandlerOptions,
|
|
250
238
|
cb: (err: any, data?: ListQueueTagsCommandOutput) => void
|
|
251
239
|
): void;
|
|
252
|
-
|
|
253
240
|
purgeQueue(
|
|
254
241
|
args: PurgeQueueCommandInput,
|
|
255
242
|
options?: __HttpHandlerOptions
|
|
@@ -263,7 +250,6 @@ export declare class SQS extends SQSClient {
|
|
|
263
250
|
options: __HttpHandlerOptions,
|
|
264
251
|
cb: (err: any, data?: PurgeQueueCommandOutput) => void
|
|
265
252
|
): void;
|
|
266
|
-
|
|
267
253
|
receiveMessage(
|
|
268
254
|
args: ReceiveMessageCommandInput,
|
|
269
255
|
options?: __HttpHandlerOptions
|
|
@@ -277,7 +263,6 @@ export declare class SQS extends SQSClient {
|
|
|
277
263
|
options: __HttpHandlerOptions,
|
|
278
264
|
cb: (err: any, data?: ReceiveMessageCommandOutput) => void
|
|
279
265
|
): void;
|
|
280
|
-
|
|
281
266
|
removePermission(
|
|
282
267
|
args: RemovePermissionCommandInput,
|
|
283
268
|
options?: __HttpHandlerOptions
|
|
@@ -291,7 +276,6 @@ export declare class SQS extends SQSClient {
|
|
|
291
276
|
options: __HttpHandlerOptions,
|
|
292
277
|
cb: (err: any, data?: RemovePermissionCommandOutput) => void
|
|
293
278
|
): void;
|
|
294
|
-
|
|
295
279
|
sendMessage(
|
|
296
280
|
args: SendMessageCommandInput,
|
|
297
281
|
options?: __HttpHandlerOptions
|
|
@@ -305,7 +289,6 @@ export declare class SQS extends SQSClient {
|
|
|
305
289
|
options: __HttpHandlerOptions,
|
|
306
290
|
cb: (err: any, data?: SendMessageCommandOutput) => void
|
|
307
291
|
): void;
|
|
308
|
-
|
|
309
292
|
sendMessageBatch(
|
|
310
293
|
args: SendMessageBatchCommandInput,
|
|
311
294
|
options?: __HttpHandlerOptions
|
|
@@ -319,7 +302,6 @@ export declare class SQS extends SQSClient {
|
|
|
319
302
|
options: __HttpHandlerOptions,
|
|
320
303
|
cb: (err: any, data?: SendMessageBatchCommandOutput) => void
|
|
321
304
|
): void;
|
|
322
|
-
|
|
323
305
|
setQueueAttributes(
|
|
324
306
|
args: SetQueueAttributesCommandInput,
|
|
325
307
|
options?: __HttpHandlerOptions
|
|
@@ -333,7 +315,6 @@ export declare class SQS extends SQSClient {
|
|
|
333
315
|
options: __HttpHandlerOptions,
|
|
334
316
|
cb: (err: any, data?: SetQueueAttributesCommandOutput) => void
|
|
335
317
|
): void;
|
|
336
|
-
|
|
337
318
|
tagQueue(
|
|
338
319
|
args: TagQueueCommandInput,
|
|
339
320
|
options?: __HttpHandlerOptions
|
|
@@ -347,7 +328,6 @@ export declare class SQS extends SQSClient {
|
|
|
347
328
|
options: __HttpHandlerOptions,
|
|
348
329
|
cb: (err: any, data?: TagQueueCommandOutput) => void
|
|
349
330
|
): void;
|
|
350
|
-
|
|
351
331
|
untagQueue(
|
|
352
332
|
args: UntagQueueCommandInput,
|
|
353
333
|
options?: __HttpHandlerOptions
|
|
@@ -167,49 +167,27 @@ export declare type ServiceOutputTypes =
|
|
|
167
167
|
export interface ClientDefaults
|
|
168
168
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
169
169
|
requestHandler?: __HttpHandler;
|
|
170
|
-
|
|
171
170
|
sha256?: __HashConstructor;
|
|
172
|
-
|
|
173
171
|
urlParser?: __UrlParser;
|
|
174
|
-
|
|
175
172
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
176
|
-
|
|
177
173
|
streamCollector?: __StreamCollector;
|
|
178
|
-
|
|
179
174
|
base64Decoder?: __Decoder;
|
|
180
|
-
|
|
181
175
|
base64Encoder?: __Encoder;
|
|
182
|
-
|
|
183
176
|
utf8Decoder?: __Decoder;
|
|
184
|
-
|
|
185
177
|
utf8Encoder?: __Encoder;
|
|
186
|
-
|
|
187
178
|
runtime?: string;
|
|
188
|
-
|
|
189
179
|
disableHostPrefix?: boolean;
|
|
190
|
-
|
|
191
180
|
maxAttempts?: number | __Provider<number>;
|
|
192
|
-
|
|
193
181
|
retryMode?: string | __Provider<string>;
|
|
194
|
-
|
|
195
182
|
logger?: __Logger;
|
|
196
|
-
|
|
197
183
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
198
|
-
|
|
199
184
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
200
|
-
|
|
201
185
|
serviceId?: string;
|
|
202
|
-
|
|
203
186
|
region?: string | __Provider<string>;
|
|
204
|
-
|
|
205
187
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
206
|
-
|
|
207
188
|
regionInfoProvider?: RegionInfoProvider;
|
|
208
|
-
|
|
209
189
|
md5?: __HashConstructor;
|
|
210
|
-
|
|
211
190
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
212
|
-
|
|
213
191
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
214
192
|
}
|
|
215
193
|
declare type SQSClientConfigType = Partial<
|
|
@@ -222,7 +200,6 @@ declare type SQSClientConfigType = Partial<
|
|
|
222
200
|
HostHeaderInputConfig &
|
|
223
201
|
AwsAuthInputConfig &
|
|
224
202
|
UserAgentInputConfig;
|
|
225
|
-
|
|
226
203
|
export interface SQSClientConfig extends SQSClientConfigType {}
|
|
227
204
|
declare type SQSClientResolvedConfigType =
|
|
228
205
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -233,9 +210,7 @@ declare type SQSClientResolvedConfigType =
|
|
|
233
210
|
HostHeaderResolvedConfig &
|
|
234
211
|
AwsAuthResolvedConfig &
|
|
235
212
|
UserAgentResolvedConfig;
|
|
236
|
-
|
|
237
213
|
export interface SQSClientResolvedConfig extends SQSClientResolvedConfigType {}
|
|
238
|
-
|
|
239
214
|
export declare class SQSClient extends __Client<
|
|
240
215
|
__HttpHandlerOptions,
|
|
241
216
|
ServiceInputTypes,
|
|
@@ -244,7 +219,6 @@ export declare class SQSClient extends __Client<
|
|
|
244
219
|
> {
|
|
245
220
|
readonly config: SQSClientResolvedConfig;
|
|
246
221
|
constructor(configuration: SQSClientConfig);
|
|
247
|
-
|
|
248
222
|
destroy(): void;
|
|
249
223
|
}
|
|
250
224
|
export {};
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SQSClient";
|
|
14
14
|
export interface AddPermissionCommandInput extends AddPermissionRequest {}
|
|
15
15
|
export interface AddPermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class AddPermissionCommand extends $Command<
|
|
18
17
|
AddPermissionCommandInput,
|
|
19
18
|
AddPermissionCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class AddPermissionCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: AddPermissionCommandInput;
|
|
23
22
|
constructor(input: AddPermissionCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SQSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ChangeMessageVisibilityBatchCommandInput
|
|
|
19
19
|
export interface ChangeMessageVisibilityBatchCommandOutput
|
|
20
20
|
extends ChangeMessageVisibilityBatchResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ChangeMessageVisibilityBatchCommand extends $Command<
|
|
24
23
|
ChangeMessageVisibilityBatchCommandInput,
|
|
25
24
|
ChangeMessageVisibilityBatchCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ChangeMessageVisibilityBatchCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ChangeMessageVisibilityBatchCommandInput;
|
|
29
28
|
constructor(input: ChangeMessageVisibilityBatchCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SQSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ChangeMessageVisibilityCommandInput
|
|
|
15
15
|
extends ChangeMessageVisibilityRequest {}
|
|
16
16
|
export interface ChangeMessageVisibilityCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ChangeMessageVisibilityCommand extends $Command<
|
|
20
19
|
ChangeMessageVisibilityCommandInput,
|
|
21
20
|
ChangeMessageVisibilityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ChangeMessageVisibilityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ChangeMessageVisibilityCommandInput;
|
|
25
24
|
constructor(input: ChangeMessageVisibilityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SQSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateQueueCommandInput extends CreateQueueRequest {}
|
|
|
15
15
|
export interface CreateQueueCommandOutput
|
|
16
16
|
extends CreateQueueResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateQueueCommand extends $Command<
|
|
20
19
|
CreateQueueCommandInput,
|
|
21
20
|
CreateQueueCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateQueueCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateQueueCommandInput;
|
|
25
24
|
constructor(input: CreateQueueCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SQSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteMessageBatchCommandInput
|
|
|
19
19
|
export interface DeleteMessageBatchCommandOutput
|
|
20
20
|
extends DeleteMessageBatchResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteMessageBatchCommand extends $Command<
|
|
24
23
|
DeleteMessageBatchCommandInput,
|
|
25
24
|
DeleteMessageBatchCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteMessageBatchCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteMessageBatchCommandInput;
|
|
29
28
|
constructor(input: DeleteMessageBatchCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SQSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SQSClient";
|
|
14
14
|
export interface DeleteMessageCommandInput extends DeleteMessageRequest {}
|
|
15
15
|
export interface DeleteMessageCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteMessageCommand extends $Command<
|
|
18
17
|
DeleteMessageCommandInput,
|
|
19
18
|
DeleteMessageCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteMessageCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteMessageCommandInput;
|
|
23
22
|
constructor(input: DeleteMessageCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SQSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SQSClient";
|
|
14
14
|
export interface DeleteQueueCommandInput extends DeleteQueueRequest {}
|
|
15
15
|
export interface DeleteQueueCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteQueueCommand extends $Command<
|
|
18
17
|
DeleteQueueCommandInput,
|
|
19
18
|
DeleteQueueCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteQueueCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteQueueCommandInput;
|
|
23
22
|
constructor(input: DeleteQueueCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SQSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetQueueAttributesCommandInput
|
|
|
19
19
|
export interface GetQueueAttributesCommandOutput
|
|
20
20
|
extends GetQueueAttributesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetQueueAttributesCommand extends $Command<
|
|
24
23
|
GetQueueAttributesCommandInput,
|
|
25
24
|
GetQueueAttributesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetQueueAttributesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetQueueAttributesCommandInput;
|
|
29
28
|
constructor(input: GetQueueAttributesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SQSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetQueueUrlCommandInput extends GetQueueUrlRequest {}
|
|
|
15
15
|
export interface GetQueueUrlCommandOutput
|
|
16
16
|
extends GetQueueUrlResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetQueueUrlCommand extends $Command<
|
|
20
19
|
GetQueueUrlCommandInput,
|
|
21
20
|
GetQueueUrlCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetQueueUrlCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetQueueUrlCommandInput;
|
|
25
24
|
constructor(input: GetQueueUrlCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SQSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDeadLetterSourceQueuesCommandInput
|
|
|
19
19
|
export interface ListDeadLetterSourceQueuesCommandOutput
|
|
20
20
|
extends ListDeadLetterSourceQueuesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDeadLetterSourceQueuesCommand extends $Command<
|
|
24
23
|
ListDeadLetterSourceQueuesCommandInput,
|
|
25
24
|
ListDeadLetterSourceQueuesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDeadLetterSourceQueuesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDeadLetterSourceQueuesCommandInput;
|
|
29
28
|
constructor(input: ListDeadLetterSourceQueuesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SQSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListQueueTagsCommandInput extends ListQueueTagsRequest {}
|
|
|
15
15
|
export interface ListQueueTagsCommandOutput
|
|
16
16
|
extends ListQueueTagsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListQueueTagsCommand extends $Command<
|
|
20
19
|
ListQueueTagsCommandInput,
|
|
21
20
|
ListQueueTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListQueueTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListQueueTagsCommandInput;
|
|
25
24
|
constructor(input: ListQueueTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SQSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListQueuesCommandInput extends ListQueuesRequest {}
|
|
|
15
15
|
export interface ListQueuesCommandOutput
|
|
16
16
|
extends ListQueuesResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListQueuesCommand extends $Command<
|
|
20
19
|
ListQueuesCommandInput,
|
|
21
20
|
ListQueuesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListQueuesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListQueuesCommandInput;
|
|
25
24
|
constructor(input: ListQueuesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SQSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SQSClient";
|
|
14
14
|
export interface PurgeQueueCommandInput extends PurgeQueueRequest {}
|
|
15
15
|
export interface PurgeQueueCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PurgeQueueCommand extends $Command<
|
|
18
17
|
PurgeQueueCommandInput,
|
|
19
18
|
PurgeQueueCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PurgeQueueCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PurgeQueueCommandInput;
|
|
23
22
|
constructor(input: PurgeQueueCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SQSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ReceiveMessageCommandInput extends ReceiveMessageRequest {}
|
|
|
18
18
|
export interface ReceiveMessageCommandOutput
|
|
19
19
|
extends ReceiveMessageResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ReceiveMessageCommand extends $Command<
|
|
23
22
|
ReceiveMessageCommandInput,
|
|
24
23
|
ReceiveMessageCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ReceiveMessageCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ReceiveMessageCommandInput;
|
|
28
27
|
constructor(input: ReceiveMessageCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SQSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SQSClient";
|
|
14
14
|
export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
|
|
15
15
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class RemovePermissionCommand extends $Command<
|
|
18
17
|
RemovePermissionCommandInput,
|
|
19
18
|
RemovePermissionCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class RemovePermissionCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: RemovePermissionCommandInput;
|
|
23
22
|
constructor(input: RemovePermissionCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SQSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {}
|
|
|
18
18
|
export interface SendMessageBatchCommandOutput
|
|
19
19
|
extends SendMessageBatchResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SendMessageBatchCommand extends $Command<
|
|
23
22
|
SendMessageBatchCommandInput,
|
|
24
23
|
SendMessageBatchCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SendMessageBatchCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SendMessageBatchCommandInput;
|
|
28
27
|
constructor(input: SendMessageBatchCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SQSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface SendMessageCommandInput extends SendMessageRequest {}
|
|
|
15
15
|
export interface SendMessageCommandOutput
|
|
16
16
|
extends SendMessageResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class SendMessageCommand extends $Command<
|
|
20
19
|
SendMessageCommandInput,
|
|
21
20
|
SendMessageCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class SendMessageCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: SendMessageCommandInput;
|
|
25
24
|
constructor(input: SendMessageCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SQSClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface SetQueueAttributesCommandInput
|
|
15
15
|
extends SetQueueAttributesRequest {}
|
|
16
16
|
export interface SetQueueAttributesCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class SetQueueAttributesCommand extends $Command<
|
|
19
18
|
SetQueueAttributesCommandInput,
|
|
20
19
|
SetQueueAttributesCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class SetQueueAttributesCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: SetQueueAttributesCommandInput;
|
|
24
23
|
constructor(input: SetQueueAttributesCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: SQSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SQSClient";
|
|
14
14
|
export interface TagQueueCommandInput extends TagQueueRequest {}
|
|
15
15
|
export interface TagQueueCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagQueueCommand extends $Command<
|
|
18
17
|
TagQueueCommandInput,
|
|
19
18
|
TagQueueCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagQueueCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagQueueCommandInput;
|
|
23
22
|
constructor(input: TagQueueCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SQSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SQSClient";
|
|
14
14
|
export interface UntagQueueCommandInput extends UntagQueueRequest {}
|
|
15
15
|
export interface UntagQueueCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagQueueCommand extends $Command<
|
|
18
17
|
UntagQueueCommandInput,
|
|
19
18
|
UntagQueueCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagQueueCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagQueueCommandInput;
|
|
23
22
|
constructor(input: UntagQueueCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SQSClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class SQSServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|