@aws-sdk/client-sqs 3.170.0 → 3.171.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 +8 -0
- 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 +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +28 -28
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-sqs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-sqs
|
|
@@ -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
|
}
|
|
@@ -1,109 +1,77 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { SQSServiceException as __BaseException } from "./SQSServiceException";
|
|
3
|
-
|
|
4
3
|
export interface AddPermissionRequest {
|
|
5
4
|
QueueUrl: string | undefined;
|
|
6
|
-
|
|
7
5
|
Label: string | undefined;
|
|
8
|
-
|
|
9
6
|
AWSAccountIds: string[] | undefined;
|
|
10
|
-
|
|
11
7
|
Actions: string[] | undefined;
|
|
12
8
|
}
|
|
13
|
-
|
|
14
9
|
export declare class OverLimit extends __BaseException {
|
|
15
10
|
readonly name: "OverLimit";
|
|
16
11
|
readonly $fault: "client";
|
|
17
|
-
|
|
18
12
|
constructor(opts: __ExceptionOptionType<OverLimit, __BaseException>);
|
|
19
13
|
}
|
|
20
14
|
export interface ChangeMessageVisibilityRequest {
|
|
21
15
|
QueueUrl: string | undefined;
|
|
22
|
-
|
|
23
16
|
ReceiptHandle: string | undefined;
|
|
24
|
-
|
|
25
17
|
VisibilityTimeout: number | undefined;
|
|
26
18
|
}
|
|
27
|
-
|
|
28
19
|
export declare class MessageNotInflight extends __BaseException {
|
|
29
20
|
readonly name: "MessageNotInflight";
|
|
30
21
|
readonly $fault: "client";
|
|
31
|
-
|
|
32
22
|
constructor(opts: __ExceptionOptionType<MessageNotInflight, __BaseException>);
|
|
33
23
|
}
|
|
34
|
-
|
|
35
24
|
export declare class ReceiptHandleIsInvalid extends __BaseException {
|
|
36
25
|
readonly name: "ReceiptHandleIsInvalid";
|
|
37
26
|
readonly $fault: "client";
|
|
38
|
-
|
|
39
27
|
constructor(
|
|
40
28
|
opts: __ExceptionOptionType<ReceiptHandleIsInvalid, __BaseException>
|
|
41
29
|
);
|
|
42
30
|
}
|
|
43
|
-
|
|
44
31
|
export declare class BatchEntryIdsNotDistinct extends __BaseException {
|
|
45
32
|
readonly name: "BatchEntryIdsNotDistinct";
|
|
46
33
|
readonly $fault: "client";
|
|
47
|
-
|
|
48
34
|
constructor(
|
|
49
35
|
opts: __ExceptionOptionType<BatchEntryIdsNotDistinct, __BaseException>
|
|
50
36
|
);
|
|
51
37
|
}
|
|
52
|
-
|
|
53
38
|
export interface ChangeMessageVisibilityBatchRequestEntry {
|
|
54
39
|
Id: string | undefined;
|
|
55
|
-
|
|
56
40
|
ReceiptHandle: string | undefined;
|
|
57
|
-
|
|
58
41
|
VisibilityTimeout?: number;
|
|
59
42
|
}
|
|
60
|
-
|
|
61
43
|
export interface ChangeMessageVisibilityBatchRequest {
|
|
62
44
|
QueueUrl: string | undefined;
|
|
63
|
-
|
|
64
45
|
Entries: ChangeMessageVisibilityBatchRequestEntry[] | undefined;
|
|
65
46
|
}
|
|
66
|
-
|
|
67
47
|
export interface BatchResultErrorEntry {
|
|
68
48
|
Id: string | undefined;
|
|
69
|
-
|
|
70
49
|
SenderFault: boolean | undefined;
|
|
71
|
-
|
|
72
50
|
Code: string | undefined;
|
|
73
|
-
|
|
74
51
|
Message?: string;
|
|
75
52
|
}
|
|
76
|
-
|
|
77
53
|
export interface ChangeMessageVisibilityBatchResultEntry {
|
|
78
54
|
Id: string | undefined;
|
|
79
55
|
}
|
|
80
|
-
|
|
81
56
|
export interface ChangeMessageVisibilityBatchResult {
|
|
82
57
|
Successful: ChangeMessageVisibilityBatchResultEntry[] | undefined;
|
|
83
|
-
|
|
84
58
|
Failed: BatchResultErrorEntry[] | undefined;
|
|
85
59
|
}
|
|
86
|
-
|
|
87
60
|
export declare class EmptyBatchRequest extends __BaseException {
|
|
88
61
|
readonly name: "EmptyBatchRequest";
|
|
89
62
|
readonly $fault: "client";
|
|
90
|
-
|
|
91
63
|
constructor(opts: __ExceptionOptionType<EmptyBatchRequest, __BaseException>);
|
|
92
64
|
}
|
|
93
|
-
|
|
94
65
|
export declare class InvalidBatchEntryId extends __BaseException {
|
|
95
66
|
readonly name: "InvalidBatchEntryId";
|
|
96
67
|
readonly $fault: "client";
|
|
97
|
-
|
|
98
68
|
constructor(
|
|
99
69
|
opts: __ExceptionOptionType<InvalidBatchEntryId, __BaseException>
|
|
100
70
|
);
|
|
101
71
|
}
|
|
102
|
-
|
|
103
72
|
export declare class TooManyEntriesInBatchRequest extends __BaseException {
|
|
104
73
|
readonly name: "TooManyEntriesInBatchRequest";
|
|
105
74
|
readonly $fault: "client";
|
|
106
|
-
|
|
107
75
|
constructor(
|
|
108
76
|
opts: __ExceptionOptionType<TooManyEntriesInBatchRequest, __BaseException>
|
|
109
77
|
);
|
|
@@ -131,135 +99,95 @@ export declare type QueueAttributeName =
|
|
|
131
99
|
| "RedrivePolicy"
|
|
132
100
|
| "SqsManagedSseEnabled"
|
|
133
101
|
| "VisibilityTimeout";
|
|
134
|
-
|
|
135
102
|
export interface CreateQueueRequest {
|
|
136
103
|
QueueName: string | undefined;
|
|
137
|
-
|
|
138
104
|
tags?: Record<string, string>;
|
|
139
|
-
|
|
140
105
|
Attributes?: Record<string, string>;
|
|
141
106
|
}
|
|
142
|
-
|
|
143
107
|
export interface CreateQueueResult {
|
|
144
108
|
QueueUrl?: string;
|
|
145
109
|
}
|
|
146
|
-
|
|
147
110
|
export declare class QueueDeletedRecently extends __BaseException {
|
|
148
111
|
readonly name: "QueueDeletedRecently";
|
|
149
112
|
readonly $fault: "client";
|
|
150
|
-
|
|
151
113
|
constructor(
|
|
152
114
|
opts: __ExceptionOptionType<QueueDeletedRecently, __BaseException>
|
|
153
115
|
);
|
|
154
116
|
}
|
|
155
|
-
|
|
156
117
|
export declare class QueueNameExists extends __BaseException {
|
|
157
118
|
readonly name: "QueueNameExists";
|
|
158
119
|
readonly $fault: "client";
|
|
159
|
-
|
|
160
120
|
constructor(opts: __ExceptionOptionType<QueueNameExists, __BaseException>);
|
|
161
121
|
}
|
|
162
|
-
|
|
163
122
|
export interface DeleteMessageRequest {
|
|
164
123
|
QueueUrl: string | undefined;
|
|
165
|
-
|
|
166
124
|
ReceiptHandle: string | undefined;
|
|
167
125
|
}
|
|
168
|
-
|
|
169
126
|
export declare class InvalidIdFormat extends __BaseException {
|
|
170
127
|
readonly name: "InvalidIdFormat";
|
|
171
128
|
readonly $fault: "client";
|
|
172
|
-
|
|
173
129
|
constructor(opts: __ExceptionOptionType<InvalidIdFormat, __BaseException>);
|
|
174
130
|
}
|
|
175
|
-
|
|
176
131
|
export interface DeleteMessageBatchRequestEntry {
|
|
177
132
|
Id: string | undefined;
|
|
178
|
-
|
|
179
133
|
ReceiptHandle: string | undefined;
|
|
180
134
|
}
|
|
181
|
-
|
|
182
135
|
export interface DeleteMessageBatchRequest {
|
|
183
136
|
QueueUrl: string | undefined;
|
|
184
|
-
|
|
185
137
|
Entries: DeleteMessageBatchRequestEntry[] | undefined;
|
|
186
138
|
}
|
|
187
|
-
|
|
188
139
|
export interface DeleteMessageBatchResultEntry {
|
|
189
140
|
Id: string | undefined;
|
|
190
141
|
}
|
|
191
|
-
|
|
192
142
|
export interface DeleteMessageBatchResult {
|
|
193
143
|
Successful: DeleteMessageBatchResultEntry[] | undefined;
|
|
194
|
-
|
|
195
144
|
Failed: BatchResultErrorEntry[] | undefined;
|
|
196
145
|
}
|
|
197
|
-
|
|
198
146
|
export interface DeleteQueueRequest {
|
|
199
147
|
QueueUrl: string | undefined;
|
|
200
148
|
}
|
|
201
|
-
|
|
202
149
|
export interface GetQueueAttributesRequest {
|
|
203
150
|
QueueUrl: string | undefined;
|
|
204
|
-
|
|
205
151
|
AttributeNames?: (QueueAttributeName | string)[];
|
|
206
152
|
}
|
|
207
|
-
|
|
208
153
|
export interface GetQueueAttributesResult {
|
|
209
154
|
Attributes?: Record<string, string>;
|
|
210
155
|
}
|
|
211
|
-
|
|
212
156
|
export declare class InvalidAttributeName extends __BaseException {
|
|
213
157
|
readonly name: "InvalidAttributeName";
|
|
214
158
|
readonly $fault: "client";
|
|
215
|
-
|
|
216
159
|
constructor(
|
|
217
160
|
opts: __ExceptionOptionType<InvalidAttributeName, __BaseException>
|
|
218
161
|
);
|
|
219
162
|
}
|
|
220
|
-
|
|
221
163
|
export interface GetQueueUrlRequest {
|
|
222
164
|
QueueName: string | undefined;
|
|
223
|
-
|
|
224
165
|
QueueOwnerAWSAccountId?: string;
|
|
225
166
|
}
|
|
226
|
-
|
|
227
167
|
export interface GetQueueUrlResult {
|
|
228
168
|
QueueUrl?: string;
|
|
229
169
|
}
|
|
230
|
-
|
|
231
170
|
export declare class QueueDoesNotExist extends __BaseException {
|
|
232
171
|
readonly name: "QueueDoesNotExist";
|
|
233
172
|
readonly $fault: "client";
|
|
234
|
-
|
|
235
173
|
constructor(opts: __ExceptionOptionType<QueueDoesNotExist, __BaseException>);
|
|
236
174
|
}
|
|
237
|
-
|
|
238
175
|
export interface ListDeadLetterSourceQueuesRequest {
|
|
239
176
|
QueueUrl: string | undefined;
|
|
240
|
-
|
|
241
177
|
NextToken?: string;
|
|
242
|
-
|
|
243
178
|
MaxResults?: number;
|
|
244
179
|
}
|
|
245
|
-
|
|
246
180
|
export interface ListDeadLetterSourceQueuesResult {
|
|
247
181
|
queueUrls: string[] | undefined;
|
|
248
|
-
|
|
249
182
|
NextToken?: string;
|
|
250
183
|
}
|
|
251
|
-
|
|
252
184
|
export interface ListQueuesRequest {
|
|
253
185
|
QueueNamePrefix?: string;
|
|
254
|
-
|
|
255
186
|
NextToken?: string;
|
|
256
|
-
|
|
257
187
|
MaxResults?: number;
|
|
258
188
|
}
|
|
259
|
-
|
|
260
189
|
export interface ListQueuesResult {
|
|
261
190
|
NextToken?: string;
|
|
262
|
-
|
|
263
191
|
QueueUrls?: string[];
|
|
264
192
|
}
|
|
265
193
|
export interface ListQueueTagsRequest {
|
|
@@ -268,33 +196,23 @@ export interface ListQueueTagsRequest {
|
|
|
268
196
|
export interface ListQueueTagsResult {
|
|
269
197
|
Tags?: Record<string, string>;
|
|
270
198
|
}
|
|
271
|
-
|
|
272
199
|
export declare class PurgeQueueInProgress extends __BaseException {
|
|
273
200
|
readonly name: "PurgeQueueInProgress";
|
|
274
201
|
readonly $fault: "client";
|
|
275
|
-
|
|
276
202
|
constructor(
|
|
277
203
|
opts: __ExceptionOptionType<PurgeQueueInProgress, __BaseException>
|
|
278
204
|
);
|
|
279
205
|
}
|
|
280
|
-
|
|
281
206
|
export interface PurgeQueueRequest {
|
|
282
207
|
QueueUrl: string | undefined;
|
|
283
208
|
}
|
|
284
|
-
|
|
285
209
|
export interface ReceiveMessageRequest {
|
|
286
210
|
QueueUrl: string | undefined;
|
|
287
|
-
|
|
288
211
|
AttributeNames?: (QueueAttributeName | string)[];
|
|
289
|
-
|
|
290
212
|
MessageAttributeNames?: string[];
|
|
291
|
-
|
|
292
213
|
MaxNumberOfMessages?: number;
|
|
293
|
-
|
|
294
214
|
VisibilityTimeout?: number;
|
|
295
|
-
|
|
296
215
|
WaitTimeSeconds?: number;
|
|
297
|
-
|
|
298
216
|
ReceiveRequestAttemptId?: string;
|
|
299
217
|
}
|
|
300
218
|
export declare type MessageSystemAttributeName =
|
|
@@ -306,329 +224,229 @@ export declare type MessageSystemAttributeName =
|
|
|
306
224
|
| "SenderId"
|
|
307
225
|
| "SentTimestamp"
|
|
308
226
|
| "SequenceNumber";
|
|
309
|
-
|
|
310
227
|
export interface MessageAttributeValue {
|
|
311
228
|
StringValue?: string;
|
|
312
|
-
|
|
313
229
|
BinaryValue?: Uint8Array;
|
|
314
|
-
|
|
315
230
|
StringListValues?: string[];
|
|
316
|
-
|
|
317
231
|
BinaryListValues?: Uint8Array[];
|
|
318
|
-
|
|
319
232
|
DataType: string | undefined;
|
|
320
233
|
}
|
|
321
|
-
|
|
322
234
|
export interface Message {
|
|
323
235
|
MessageId?: string;
|
|
324
|
-
|
|
325
236
|
ReceiptHandle?: string;
|
|
326
|
-
|
|
327
237
|
MD5OfBody?: string;
|
|
328
|
-
|
|
329
238
|
Body?: string;
|
|
330
|
-
|
|
331
239
|
Attributes?: Record<string, string>;
|
|
332
|
-
|
|
333
240
|
MD5OfMessageAttributes?: string;
|
|
334
|
-
|
|
335
241
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
336
242
|
}
|
|
337
|
-
|
|
338
243
|
export interface ReceiveMessageResult {
|
|
339
244
|
Messages?: Message[];
|
|
340
245
|
}
|
|
341
|
-
|
|
342
246
|
export interface RemovePermissionRequest {
|
|
343
247
|
QueueUrl: string | undefined;
|
|
344
|
-
|
|
345
248
|
Label: string | undefined;
|
|
346
249
|
}
|
|
347
|
-
|
|
348
250
|
export declare class InvalidMessageContents extends __BaseException {
|
|
349
251
|
readonly name: "InvalidMessageContents";
|
|
350
252
|
readonly $fault: "client";
|
|
351
|
-
|
|
352
253
|
constructor(
|
|
353
254
|
opts: __ExceptionOptionType<InvalidMessageContents, __BaseException>
|
|
354
255
|
);
|
|
355
256
|
}
|
|
356
257
|
export declare type MessageSystemAttributeNameForSends = "AWSTraceHeader";
|
|
357
|
-
|
|
358
258
|
export interface MessageSystemAttributeValue {
|
|
359
259
|
StringValue?: string;
|
|
360
|
-
|
|
361
260
|
BinaryValue?: Uint8Array;
|
|
362
|
-
|
|
363
261
|
StringListValues?: string[];
|
|
364
|
-
|
|
365
262
|
BinaryListValues?: Uint8Array[];
|
|
366
|
-
|
|
367
263
|
DataType: string | undefined;
|
|
368
264
|
}
|
|
369
|
-
|
|
370
265
|
export interface SendMessageRequest {
|
|
371
266
|
QueueUrl: string | undefined;
|
|
372
|
-
|
|
373
267
|
MessageBody: string | undefined;
|
|
374
|
-
|
|
375
268
|
DelaySeconds?: number;
|
|
376
|
-
|
|
377
269
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
378
|
-
|
|
379
270
|
MessageSystemAttributes?: Record<string, MessageSystemAttributeValue>;
|
|
380
|
-
|
|
381
271
|
MessageDeduplicationId?: string;
|
|
382
|
-
|
|
383
272
|
MessageGroupId?: string;
|
|
384
273
|
}
|
|
385
|
-
|
|
386
274
|
export interface SendMessageResult {
|
|
387
275
|
MD5OfMessageBody?: string;
|
|
388
|
-
|
|
389
276
|
MD5OfMessageAttributes?: string;
|
|
390
|
-
|
|
391
277
|
MD5OfMessageSystemAttributes?: string;
|
|
392
|
-
|
|
393
278
|
MessageId?: string;
|
|
394
|
-
|
|
395
279
|
SequenceNumber?: string;
|
|
396
280
|
}
|
|
397
|
-
|
|
398
281
|
export declare class UnsupportedOperation extends __BaseException {
|
|
399
282
|
readonly name: "UnsupportedOperation";
|
|
400
283
|
readonly $fault: "client";
|
|
401
|
-
|
|
402
284
|
constructor(
|
|
403
285
|
opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
|
|
404
286
|
);
|
|
405
287
|
}
|
|
406
|
-
|
|
407
288
|
export declare class BatchRequestTooLong extends __BaseException {
|
|
408
289
|
readonly name: "BatchRequestTooLong";
|
|
409
290
|
readonly $fault: "client";
|
|
410
|
-
|
|
411
291
|
constructor(
|
|
412
292
|
opts: __ExceptionOptionType<BatchRequestTooLong, __BaseException>
|
|
413
293
|
);
|
|
414
294
|
}
|
|
415
|
-
|
|
416
295
|
export interface SendMessageBatchRequestEntry {
|
|
417
296
|
Id: string | undefined;
|
|
418
|
-
|
|
419
297
|
MessageBody: string | undefined;
|
|
420
|
-
|
|
421
298
|
DelaySeconds?: number;
|
|
422
|
-
|
|
423
299
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
424
|
-
|
|
425
300
|
MessageSystemAttributes?: Record<string, MessageSystemAttributeValue>;
|
|
426
|
-
|
|
427
301
|
MessageDeduplicationId?: string;
|
|
428
|
-
|
|
429
302
|
MessageGroupId?: string;
|
|
430
303
|
}
|
|
431
|
-
|
|
432
304
|
export interface SendMessageBatchRequest {
|
|
433
305
|
QueueUrl: string | undefined;
|
|
434
|
-
|
|
435
306
|
Entries: SendMessageBatchRequestEntry[] | undefined;
|
|
436
307
|
}
|
|
437
|
-
|
|
438
308
|
export interface SendMessageBatchResultEntry {
|
|
439
309
|
Id: string | undefined;
|
|
440
|
-
|
|
441
310
|
MessageId: string | undefined;
|
|
442
|
-
|
|
443
311
|
MD5OfMessageBody: string | undefined;
|
|
444
|
-
|
|
445
312
|
MD5OfMessageAttributes?: string;
|
|
446
|
-
|
|
447
313
|
MD5OfMessageSystemAttributes?: string;
|
|
448
|
-
|
|
449
314
|
SequenceNumber?: string;
|
|
450
315
|
}
|
|
451
|
-
|
|
452
316
|
export interface SendMessageBatchResult {
|
|
453
317
|
Successful: SendMessageBatchResultEntry[] | undefined;
|
|
454
|
-
|
|
455
318
|
Failed: BatchResultErrorEntry[] | undefined;
|
|
456
319
|
}
|
|
457
|
-
|
|
458
320
|
export interface SetQueueAttributesRequest {
|
|
459
321
|
QueueUrl: string | undefined;
|
|
460
|
-
|
|
461
322
|
Attributes: Record<string, string> | undefined;
|
|
462
323
|
}
|
|
463
324
|
export interface TagQueueRequest {
|
|
464
325
|
QueueUrl: string | undefined;
|
|
465
|
-
|
|
466
326
|
Tags: Record<string, string> | undefined;
|
|
467
327
|
}
|
|
468
328
|
export interface UntagQueueRequest {
|
|
469
329
|
QueueUrl: string | undefined;
|
|
470
|
-
|
|
471
330
|
TagKeys: string[] | undefined;
|
|
472
331
|
}
|
|
473
|
-
|
|
474
332
|
export declare const AddPermissionRequestFilterSensitiveLog: (
|
|
475
333
|
obj: AddPermissionRequest
|
|
476
334
|
) => any;
|
|
477
|
-
|
|
478
335
|
export declare const ChangeMessageVisibilityRequestFilterSensitiveLog: (
|
|
479
336
|
obj: ChangeMessageVisibilityRequest
|
|
480
337
|
) => any;
|
|
481
|
-
|
|
482
338
|
export declare const ChangeMessageVisibilityBatchRequestEntryFilterSensitiveLog: (
|
|
483
339
|
obj: ChangeMessageVisibilityBatchRequestEntry
|
|
484
340
|
) => any;
|
|
485
|
-
|
|
486
341
|
export declare const ChangeMessageVisibilityBatchRequestFilterSensitiveLog: (
|
|
487
342
|
obj: ChangeMessageVisibilityBatchRequest
|
|
488
343
|
) => any;
|
|
489
|
-
|
|
490
344
|
export declare const BatchResultErrorEntryFilterSensitiveLog: (
|
|
491
345
|
obj: BatchResultErrorEntry
|
|
492
346
|
) => any;
|
|
493
|
-
|
|
494
347
|
export declare const ChangeMessageVisibilityBatchResultEntryFilterSensitiveLog: (
|
|
495
348
|
obj: ChangeMessageVisibilityBatchResultEntry
|
|
496
349
|
) => any;
|
|
497
|
-
|
|
498
350
|
export declare const ChangeMessageVisibilityBatchResultFilterSensitiveLog: (
|
|
499
351
|
obj: ChangeMessageVisibilityBatchResult
|
|
500
352
|
) => any;
|
|
501
|
-
|
|
502
353
|
export declare const CreateQueueRequestFilterSensitiveLog: (
|
|
503
354
|
obj: CreateQueueRequest
|
|
504
355
|
) => any;
|
|
505
|
-
|
|
506
356
|
export declare const CreateQueueResultFilterSensitiveLog: (
|
|
507
357
|
obj: CreateQueueResult
|
|
508
358
|
) => any;
|
|
509
|
-
|
|
510
359
|
export declare const DeleteMessageRequestFilterSensitiveLog: (
|
|
511
360
|
obj: DeleteMessageRequest
|
|
512
361
|
) => any;
|
|
513
|
-
|
|
514
362
|
export declare const DeleteMessageBatchRequestEntryFilterSensitiveLog: (
|
|
515
363
|
obj: DeleteMessageBatchRequestEntry
|
|
516
364
|
) => any;
|
|
517
|
-
|
|
518
365
|
export declare const DeleteMessageBatchRequestFilterSensitiveLog: (
|
|
519
366
|
obj: DeleteMessageBatchRequest
|
|
520
367
|
) => any;
|
|
521
|
-
|
|
522
368
|
export declare const DeleteMessageBatchResultEntryFilterSensitiveLog: (
|
|
523
369
|
obj: DeleteMessageBatchResultEntry
|
|
524
370
|
) => any;
|
|
525
|
-
|
|
526
371
|
export declare const DeleteMessageBatchResultFilterSensitiveLog: (
|
|
527
372
|
obj: DeleteMessageBatchResult
|
|
528
373
|
) => any;
|
|
529
|
-
|
|
530
374
|
export declare const DeleteQueueRequestFilterSensitiveLog: (
|
|
531
375
|
obj: DeleteQueueRequest
|
|
532
376
|
) => any;
|
|
533
|
-
|
|
534
377
|
export declare const GetQueueAttributesRequestFilterSensitiveLog: (
|
|
535
378
|
obj: GetQueueAttributesRequest
|
|
536
379
|
) => any;
|
|
537
|
-
|
|
538
380
|
export declare const GetQueueAttributesResultFilterSensitiveLog: (
|
|
539
381
|
obj: GetQueueAttributesResult
|
|
540
382
|
) => any;
|
|
541
|
-
|
|
542
383
|
export declare const GetQueueUrlRequestFilterSensitiveLog: (
|
|
543
384
|
obj: GetQueueUrlRequest
|
|
544
385
|
) => any;
|
|
545
|
-
|
|
546
386
|
export declare const GetQueueUrlResultFilterSensitiveLog: (
|
|
547
387
|
obj: GetQueueUrlResult
|
|
548
388
|
) => any;
|
|
549
|
-
|
|
550
389
|
export declare const ListDeadLetterSourceQueuesRequestFilterSensitiveLog: (
|
|
551
390
|
obj: ListDeadLetterSourceQueuesRequest
|
|
552
391
|
) => any;
|
|
553
|
-
|
|
554
392
|
export declare const ListDeadLetterSourceQueuesResultFilterSensitiveLog: (
|
|
555
393
|
obj: ListDeadLetterSourceQueuesResult
|
|
556
394
|
) => any;
|
|
557
|
-
|
|
558
395
|
export declare const ListQueuesRequestFilterSensitiveLog: (
|
|
559
396
|
obj: ListQueuesRequest
|
|
560
397
|
) => any;
|
|
561
|
-
|
|
562
398
|
export declare const ListQueuesResultFilterSensitiveLog: (
|
|
563
399
|
obj: ListQueuesResult
|
|
564
400
|
) => any;
|
|
565
|
-
|
|
566
401
|
export declare const ListQueueTagsRequestFilterSensitiveLog: (
|
|
567
402
|
obj: ListQueueTagsRequest
|
|
568
403
|
) => any;
|
|
569
|
-
|
|
570
404
|
export declare const ListQueueTagsResultFilterSensitiveLog: (
|
|
571
405
|
obj: ListQueueTagsResult
|
|
572
406
|
) => any;
|
|
573
|
-
|
|
574
407
|
export declare const PurgeQueueRequestFilterSensitiveLog: (
|
|
575
408
|
obj: PurgeQueueRequest
|
|
576
409
|
) => any;
|
|
577
|
-
|
|
578
410
|
export declare const ReceiveMessageRequestFilterSensitiveLog: (
|
|
579
411
|
obj: ReceiveMessageRequest
|
|
580
412
|
) => any;
|
|
581
|
-
|
|
582
413
|
export declare const MessageAttributeValueFilterSensitiveLog: (
|
|
583
414
|
obj: MessageAttributeValue
|
|
584
415
|
) => any;
|
|
585
|
-
|
|
586
416
|
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
587
|
-
|
|
588
417
|
export declare const ReceiveMessageResultFilterSensitiveLog: (
|
|
589
418
|
obj: ReceiveMessageResult
|
|
590
419
|
) => any;
|
|
591
|
-
|
|
592
420
|
export declare const RemovePermissionRequestFilterSensitiveLog: (
|
|
593
421
|
obj: RemovePermissionRequest
|
|
594
422
|
) => any;
|
|
595
|
-
|
|
596
423
|
export declare const MessageSystemAttributeValueFilterSensitiveLog: (
|
|
597
424
|
obj: MessageSystemAttributeValue
|
|
598
425
|
) => any;
|
|
599
|
-
|
|
600
426
|
export declare const SendMessageRequestFilterSensitiveLog: (
|
|
601
427
|
obj: SendMessageRequest
|
|
602
428
|
) => any;
|
|
603
|
-
|
|
604
429
|
export declare const SendMessageResultFilterSensitiveLog: (
|
|
605
430
|
obj: SendMessageResult
|
|
606
431
|
) => any;
|
|
607
|
-
|
|
608
432
|
export declare const SendMessageBatchRequestEntryFilterSensitiveLog: (
|
|
609
433
|
obj: SendMessageBatchRequestEntry
|
|
610
434
|
) => any;
|
|
611
|
-
|
|
612
435
|
export declare const SendMessageBatchRequestFilterSensitiveLog: (
|
|
613
436
|
obj: SendMessageBatchRequest
|
|
614
437
|
) => any;
|
|
615
|
-
|
|
616
438
|
export declare const SendMessageBatchResultEntryFilterSensitiveLog: (
|
|
617
439
|
obj: SendMessageBatchResultEntry
|
|
618
440
|
) => any;
|
|
619
|
-
|
|
620
441
|
export declare const SendMessageBatchResultFilterSensitiveLog: (
|
|
621
442
|
obj: SendMessageBatchResult
|
|
622
443
|
) => any;
|
|
623
|
-
|
|
624
444
|
export declare const SetQueueAttributesRequestFilterSensitiveLog: (
|
|
625
445
|
obj: SetQueueAttributesRequest
|
|
626
446
|
) => any;
|
|
627
|
-
|
|
628
447
|
export declare const TagQueueRequestFilterSensitiveLog: (
|
|
629
448
|
obj: TagQueueRequest
|
|
630
449
|
) => any;
|
|
631
|
-
|
|
632
450
|
export declare const UntagQueueRequestFilterSensitiveLog: (
|
|
633
451
|
obj: UntagQueueRequest
|
|
634
452
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { SQSClientConfig } from "./SQSClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { HashConstructor as __HashConstructor } from "@aws-sdk/types";
|
|
3
3
|
import { SQSClientConfig } from "./SQSClient";
|
|
4
|
-
|
|
5
4
|
export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
6
5
|
runtime: string;
|
|
7
6
|
defaultsMode: import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sqs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,37 +19,37 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/md5-js": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-sdk-sqs": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/md5-js": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-sdk-sqs": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
43
|
+
"@aws-sdk/types": "3.171.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
45
45
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
53
53
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
54
54
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
55
55
|
"entities": "2.2.0",
|