@aws-sdk/client-sqs 3.721.0 → 3.723.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/dist-cjs/index.js +277 -219
- package/dist-es/SQSClient.js +1 -0
- package/dist-es/models/models_0.js +56 -56
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +45 -45
package/dist-cjs/index.js
CHANGED
|
@@ -181,7 +181,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
181
181
|
}, "resolveRuntimeExtensions");
|
|
182
182
|
|
|
183
183
|
// src/SQSClient.ts
|
|
184
|
-
var
|
|
184
|
+
var SQSClient = class extends import_smithy_client.Client {
|
|
185
|
+
static {
|
|
186
|
+
__name(this, "SQSClient");
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* The resolved configuration of SQSClient class. This is resolved and normalized from the {@link SQSClientConfig | constructor configuration interface}.
|
|
190
|
+
*/
|
|
191
|
+
config;
|
|
185
192
|
constructor(...[configuration]) {
|
|
186
193
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
187
194
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -192,7 +199,7 @@ var _SQSClient = class _SQSClient extends import_smithy_client.Client {
|
|
|
192
199
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
193
200
|
const _config_7 = (0, import_middleware_sdk_sqs.resolveQueueUrlConfig)(_config_6);
|
|
194
201
|
const _config_8 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_7);
|
|
195
|
-
const _config_9 = resolveRuntimeExtensions(_config_8,
|
|
202
|
+
const _config_9 = resolveRuntimeExtensions(_config_8, configuration?.extensions || []);
|
|
196
203
|
super(_config_9);
|
|
197
204
|
this.config = _config_9;
|
|
198
205
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -221,8 +228,6 @@ var _SQSClient = class _SQSClient extends import_smithy_client.Client {
|
|
|
221
228
|
super.destroy();
|
|
222
229
|
}
|
|
223
230
|
};
|
|
224
|
-
__name(_SQSClient, "SQSClient");
|
|
225
|
-
var SQSClient = _SQSClient;
|
|
226
231
|
|
|
227
232
|
// src/SQS.ts
|
|
228
233
|
|
|
@@ -239,7 +244,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
239
244
|
|
|
240
245
|
// src/models/SQSServiceException.ts
|
|
241
246
|
|
|
242
|
-
var
|
|
247
|
+
var SQSServiceException = class _SQSServiceException extends import_smithy_client.ServiceException {
|
|
248
|
+
static {
|
|
249
|
+
__name(this, "SQSServiceException");
|
|
250
|
+
}
|
|
243
251
|
/**
|
|
244
252
|
* @internal
|
|
245
253
|
*/
|
|
@@ -248,11 +256,14 @@ var _SQSServiceException = class _SQSServiceException extends import_smithy_clie
|
|
|
248
256
|
Object.setPrototypeOf(this, _SQSServiceException.prototype);
|
|
249
257
|
}
|
|
250
258
|
};
|
|
251
|
-
__name(_SQSServiceException, "SQSServiceException");
|
|
252
|
-
var SQSServiceException = _SQSServiceException;
|
|
253
259
|
|
|
254
260
|
// src/models/models_0.ts
|
|
255
|
-
var
|
|
261
|
+
var InvalidAddress = class _InvalidAddress extends SQSServiceException {
|
|
262
|
+
static {
|
|
263
|
+
__name(this, "InvalidAddress");
|
|
264
|
+
}
|
|
265
|
+
name = "InvalidAddress";
|
|
266
|
+
$fault = "client";
|
|
256
267
|
/**
|
|
257
268
|
* @internal
|
|
258
269
|
*/
|
|
@@ -262,14 +273,15 @@ var _InvalidAddress = class _InvalidAddress extends SQSServiceException {
|
|
|
262
273
|
$fault: "client",
|
|
263
274
|
...opts
|
|
264
275
|
});
|
|
265
|
-
this.name = "InvalidAddress";
|
|
266
|
-
this.$fault = "client";
|
|
267
276
|
Object.setPrototypeOf(this, _InvalidAddress.prototype);
|
|
268
277
|
}
|
|
269
278
|
};
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
279
|
+
var InvalidSecurity = class _InvalidSecurity extends SQSServiceException {
|
|
280
|
+
static {
|
|
281
|
+
__name(this, "InvalidSecurity");
|
|
282
|
+
}
|
|
283
|
+
name = "InvalidSecurity";
|
|
284
|
+
$fault = "client";
|
|
273
285
|
/**
|
|
274
286
|
* @internal
|
|
275
287
|
*/
|
|
@@ -279,14 +291,15 @@ var _InvalidSecurity = class _InvalidSecurity extends SQSServiceException {
|
|
|
279
291
|
$fault: "client",
|
|
280
292
|
...opts
|
|
281
293
|
});
|
|
282
|
-
this.name = "InvalidSecurity";
|
|
283
|
-
this.$fault = "client";
|
|
284
294
|
Object.setPrototypeOf(this, _InvalidSecurity.prototype);
|
|
285
295
|
}
|
|
286
296
|
};
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
297
|
+
var OverLimit = class _OverLimit extends SQSServiceException {
|
|
298
|
+
static {
|
|
299
|
+
__name(this, "OverLimit");
|
|
300
|
+
}
|
|
301
|
+
name = "OverLimit";
|
|
302
|
+
$fault = "client";
|
|
290
303
|
/**
|
|
291
304
|
* @internal
|
|
292
305
|
*/
|
|
@@ -296,14 +309,15 @@ var _OverLimit = class _OverLimit extends SQSServiceException {
|
|
|
296
309
|
$fault: "client",
|
|
297
310
|
...opts
|
|
298
311
|
});
|
|
299
|
-
this.name = "OverLimit";
|
|
300
|
-
this.$fault = "client";
|
|
301
312
|
Object.setPrototypeOf(this, _OverLimit.prototype);
|
|
302
313
|
}
|
|
303
314
|
};
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
315
|
+
var QueueDoesNotExist = class _QueueDoesNotExist extends SQSServiceException {
|
|
316
|
+
static {
|
|
317
|
+
__name(this, "QueueDoesNotExist");
|
|
318
|
+
}
|
|
319
|
+
name = "QueueDoesNotExist";
|
|
320
|
+
$fault = "client";
|
|
307
321
|
/**
|
|
308
322
|
* @internal
|
|
309
323
|
*/
|
|
@@ -313,14 +327,15 @@ var _QueueDoesNotExist = class _QueueDoesNotExist extends SQSServiceException {
|
|
|
313
327
|
$fault: "client",
|
|
314
328
|
...opts
|
|
315
329
|
});
|
|
316
|
-
this.name = "QueueDoesNotExist";
|
|
317
|
-
this.$fault = "client";
|
|
318
330
|
Object.setPrototypeOf(this, _QueueDoesNotExist.prototype);
|
|
319
331
|
}
|
|
320
332
|
};
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
333
|
+
var RequestThrottled = class _RequestThrottled extends SQSServiceException {
|
|
334
|
+
static {
|
|
335
|
+
__name(this, "RequestThrottled");
|
|
336
|
+
}
|
|
337
|
+
name = "RequestThrottled";
|
|
338
|
+
$fault = "client";
|
|
324
339
|
/**
|
|
325
340
|
* @internal
|
|
326
341
|
*/
|
|
@@ -330,14 +345,15 @@ var _RequestThrottled = class _RequestThrottled extends SQSServiceException {
|
|
|
330
345
|
$fault: "client",
|
|
331
346
|
...opts
|
|
332
347
|
});
|
|
333
|
-
this.name = "RequestThrottled";
|
|
334
|
-
this.$fault = "client";
|
|
335
348
|
Object.setPrototypeOf(this, _RequestThrottled.prototype);
|
|
336
349
|
}
|
|
337
350
|
};
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
351
|
+
var UnsupportedOperation = class _UnsupportedOperation extends SQSServiceException {
|
|
352
|
+
static {
|
|
353
|
+
__name(this, "UnsupportedOperation");
|
|
354
|
+
}
|
|
355
|
+
name = "UnsupportedOperation";
|
|
356
|
+
$fault = "client";
|
|
341
357
|
/**
|
|
342
358
|
* @internal
|
|
343
359
|
*/
|
|
@@ -347,14 +363,15 @@ var _UnsupportedOperation = class _UnsupportedOperation extends SQSServiceExcept
|
|
|
347
363
|
$fault: "client",
|
|
348
364
|
...opts
|
|
349
365
|
});
|
|
350
|
-
this.name = "UnsupportedOperation";
|
|
351
|
-
this.$fault = "client";
|
|
352
366
|
Object.setPrototypeOf(this, _UnsupportedOperation.prototype);
|
|
353
367
|
}
|
|
354
368
|
};
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
369
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends SQSServiceException {
|
|
370
|
+
static {
|
|
371
|
+
__name(this, "ResourceNotFoundException");
|
|
372
|
+
}
|
|
373
|
+
name = "ResourceNotFoundException";
|
|
374
|
+
$fault = "client";
|
|
358
375
|
/**
|
|
359
376
|
* @internal
|
|
360
377
|
*/
|
|
@@ -364,14 +381,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends SQSSer
|
|
|
364
381
|
$fault: "client",
|
|
365
382
|
...opts
|
|
366
383
|
});
|
|
367
|
-
this.name = "ResourceNotFoundException";
|
|
368
|
-
this.$fault = "client";
|
|
369
384
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
370
385
|
}
|
|
371
386
|
};
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
387
|
+
var MessageNotInflight = class _MessageNotInflight extends SQSServiceException {
|
|
388
|
+
static {
|
|
389
|
+
__name(this, "MessageNotInflight");
|
|
390
|
+
}
|
|
391
|
+
name = "MessageNotInflight";
|
|
392
|
+
$fault = "client";
|
|
375
393
|
/**
|
|
376
394
|
* @internal
|
|
377
395
|
*/
|
|
@@ -381,14 +399,15 @@ var _MessageNotInflight = class _MessageNotInflight extends SQSServiceException
|
|
|
381
399
|
$fault: "client",
|
|
382
400
|
...opts
|
|
383
401
|
});
|
|
384
|
-
this.name = "MessageNotInflight";
|
|
385
|
-
this.$fault = "client";
|
|
386
402
|
Object.setPrototypeOf(this, _MessageNotInflight.prototype);
|
|
387
403
|
}
|
|
388
404
|
};
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
405
|
+
var ReceiptHandleIsInvalid = class _ReceiptHandleIsInvalid extends SQSServiceException {
|
|
406
|
+
static {
|
|
407
|
+
__name(this, "ReceiptHandleIsInvalid");
|
|
408
|
+
}
|
|
409
|
+
name = "ReceiptHandleIsInvalid";
|
|
410
|
+
$fault = "client";
|
|
392
411
|
/**
|
|
393
412
|
* @internal
|
|
394
413
|
*/
|
|
@@ -398,14 +417,15 @@ var _ReceiptHandleIsInvalid = class _ReceiptHandleIsInvalid extends SQSServiceEx
|
|
|
398
417
|
$fault: "client",
|
|
399
418
|
...opts
|
|
400
419
|
});
|
|
401
|
-
this.name = "ReceiptHandleIsInvalid";
|
|
402
|
-
this.$fault = "client";
|
|
403
420
|
Object.setPrototypeOf(this, _ReceiptHandleIsInvalid.prototype);
|
|
404
421
|
}
|
|
405
422
|
};
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
423
|
+
var BatchEntryIdsNotDistinct = class _BatchEntryIdsNotDistinct extends SQSServiceException {
|
|
424
|
+
static {
|
|
425
|
+
__name(this, "BatchEntryIdsNotDistinct");
|
|
426
|
+
}
|
|
427
|
+
name = "BatchEntryIdsNotDistinct";
|
|
428
|
+
$fault = "client";
|
|
409
429
|
/**
|
|
410
430
|
* @internal
|
|
411
431
|
*/
|
|
@@ -415,14 +435,15 @@ var _BatchEntryIdsNotDistinct = class _BatchEntryIdsNotDistinct extends SQSServi
|
|
|
415
435
|
$fault: "client",
|
|
416
436
|
...opts
|
|
417
437
|
});
|
|
418
|
-
this.name = "BatchEntryIdsNotDistinct";
|
|
419
|
-
this.$fault = "client";
|
|
420
438
|
Object.setPrototypeOf(this, _BatchEntryIdsNotDistinct.prototype);
|
|
421
439
|
}
|
|
422
440
|
};
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
441
|
+
var EmptyBatchRequest = class _EmptyBatchRequest extends SQSServiceException {
|
|
442
|
+
static {
|
|
443
|
+
__name(this, "EmptyBatchRequest");
|
|
444
|
+
}
|
|
445
|
+
name = "EmptyBatchRequest";
|
|
446
|
+
$fault = "client";
|
|
426
447
|
/**
|
|
427
448
|
* @internal
|
|
428
449
|
*/
|
|
@@ -432,14 +453,15 @@ var _EmptyBatchRequest = class _EmptyBatchRequest extends SQSServiceException {
|
|
|
432
453
|
$fault: "client",
|
|
433
454
|
...opts
|
|
434
455
|
});
|
|
435
|
-
this.name = "EmptyBatchRequest";
|
|
436
|
-
this.$fault = "client";
|
|
437
456
|
Object.setPrototypeOf(this, _EmptyBatchRequest.prototype);
|
|
438
457
|
}
|
|
439
458
|
};
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
459
|
+
var InvalidBatchEntryId = class _InvalidBatchEntryId extends SQSServiceException {
|
|
460
|
+
static {
|
|
461
|
+
__name(this, "InvalidBatchEntryId");
|
|
462
|
+
}
|
|
463
|
+
name = "InvalidBatchEntryId";
|
|
464
|
+
$fault = "client";
|
|
443
465
|
/**
|
|
444
466
|
* @internal
|
|
445
467
|
*/
|
|
@@ -449,14 +471,15 @@ var _InvalidBatchEntryId = class _InvalidBatchEntryId extends SQSServiceExceptio
|
|
|
449
471
|
$fault: "client",
|
|
450
472
|
...opts
|
|
451
473
|
});
|
|
452
|
-
this.name = "InvalidBatchEntryId";
|
|
453
|
-
this.$fault = "client";
|
|
454
474
|
Object.setPrototypeOf(this, _InvalidBatchEntryId.prototype);
|
|
455
475
|
}
|
|
456
476
|
};
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
477
|
+
var TooManyEntriesInBatchRequest = class _TooManyEntriesInBatchRequest extends SQSServiceException {
|
|
478
|
+
static {
|
|
479
|
+
__name(this, "TooManyEntriesInBatchRequest");
|
|
480
|
+
}
|
|
481
|
+
name = "TooManyEntriesInBatchRequest";
|
|
482
|
+
$fault = "client";
|
|
460
483
|
/**
|
|
461
484
|
* @internal
|
|
462
485
|
*/
|
|
@@ -466,13 +489,9 @@ var _TooManyEntriesInBatchRequest = class _TooManyEntriesInBatchRequest extends
|
|
|
466
489
|
$fault: "client",
|
|
467
490
|
...opts
|
|
468
491
|
});
|
|
469
|
-
this.name = "TooManyEntriesInBatchRequest";
|
|
470
|
-
this.$fault = "client";
|
|
471
492
|
Object.setPrototypeOf(this, _TooManyEntriesInBatchRequest.prototype);
|
|
472
493
|
}
|
|
473
494
|
};
|
|
474
|
-
__name(_TooManyEntriesInBatchRequest, "TooManyEntriesInBatchRequest");
|
|
475
|
-
var TooManyEntriesInBatchRequest = _TooManyEntriesInBatchRequest;
|
|
476
495
|
var QueueAttributeName = {
|
|
477
496
|
All: "All",
|
|
478
497
|
ApproximateNumberOfMessages: "ApproximateNumberOfMessages",
|
|
@@ -497,7 +516,12 @@ var QueueAttributeName = {
|
|
|
497
516
|
SqsManagedSseEnabled: "SqsManagedSseEnabled",
|
|
498
517
|
VisibilityTimeout: "VisibilityTimeout"
|
|
499
518
|
};
|
|
500
|
-
var
|
|
519
|
+
var InvalidAttributeName = class _InvalidAttributeName extends SQSServiceException {
|
|
520
|
+
static {
|
|
521
|
+
__name(this, "InvalidAttributeName");
|
|
522
|
+
}
|
|
523
|
+
name = "InvalidAttributeName";
|
|
524
|
+
$fault = "client";
|
|
501
525
|
/**
|
|
502
526
|
* @internal
|
|
503
527
|
*/
|
|
@@ -507,14 +531,15 @@ var _InvalidAttributeName = class _InvalidAttributeName extends SQSServiceExcept
|
|
|
507
531
|
$fault: "client",
|
|
508
532
|
...opts
|
|
509
533
|
});
|
|
510
|
-
this.name = "InvalidAttributeName";
|
|
511
|
-
this.$fault = "client";
|
|
512
534
|
Object.setPrototypeOf(this, _InvalidAttributeName.prototype);
|
|
513
535
|
}
|
|
514
536
|
};
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
537
|
+
var InvalidAttributeValue = class _InvalidAttributeValue extends SQSServiceException {
|
|
538
|
+
static {
|
|
539
|
+
__name(this, "InvalidAttributeValue");
|
|
540
|
+
}
|
|
541
|
+
name = "InvalidAttributeValue";
|
|
542
|
+
$fault = "client";
|
|
518
543
|
/**
|
|
519
544
|
* @internal
|
|
520
545
|
*/
|
|
@@ -524,14 +549,15 @@ var _InvalidAttributeValue = class _InvalidAttributeValue extends SQSServiceExce
|
|
|
524
549
|
$fault: "client",
|
|
525
550
|
...opts
|
|
526
551
|
});
|
|
527
|
-
this.name = "InvalidAttributeValue";
|
|
528
|
-
this.$fault = "client";
|
|
529
552
|
Object.setPrototypeOf(this, _InvalidAttributeValue.prototype);
|
|
530
553
|
}
|
|
531
554
|
};
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
555
|
+
var QueueDeletedRecently = class _QueueDeletedRecently extends SQSServiceException {
|
|
556
|
+
static {
|
|
557
|
+
__name(this, "QueueDeletedRecently");
|
|
558
|
+
}
|
|
559
|
+
name = "QueueDeletedRecently";
|
|
560
|
+
$fault = "client";
|
|
535
561
|
/**
|
|
536
562
|
* @internal
|
|
537
563
|
*/
|
|
@@ -541,14 +567,15 @@ var _QueueDeletedRecently = class _QueueDeletedRecently extends SQSServiceExcept
|
|
|
541
567
|
$fault: "client",
|
|
542
568
|
...opts
|
|
543
569
|
});
|
|
544
|
-
this.name = "QueueDeletedRecently";
|
|
545
|
-
this.$fault = "client";
|
|
546
570
|
Object.setPrototypeOf(this, _QueueDeletedRecently.prototype);
|
|
547
571
|
}
|
|
548
572
|
};
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
573
|
+
var QueueNameExists = class _QueueNameExists extends SQSServiceException {
|
|
574
|
+
static {
|
|
575
|
+
__name(this, "QueueNameExists");
|
|
576
|
+
}
|
|
577
|
+
name = "QueueNameExists";
|
|
578
|
+
$fault = "client";
|
|
552
579
|
/**
|
|
553
580
|
* @internal
|
|
554
581
|
*/
|
|
@@ -558,14 +585,15 @@ var _QueueNameExists = class _QueueNameExists extends SQSServiceException {
|
|
|
558
585
|
$fault: "client",
|
|
559
586
|
...opts
|
|
560
587
|
});
|
|
561
|
-
this.name = "QueueNameExists";
|
|
562
|
-
this.$fault = "client";
|
|
563
588
|
Object.setPrototypeOf(this, _QueueNameExists.prototype);
|
|
564
589
|
}
|
|
565
590
|
};
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
591
|
+
var InvalidIdFormat = class _InvalidIdFormat extends SQSServiceException {
|
|
592
|
+
static {
|
|
593
|
+
__name(this, "InvalidIdFormat");
|
|
594
|
+
}
|
|
595
|
+
name = "InvalidIdFormat";
|
|
596
|
+
$fault = "client";
|
|
569
597
|
/**
|
|
570
598
|
* @internal
|
|
571
599
|
*/
|
|
@@ -575,14 +603,15 @@ var _InvalidIdFormat = class _InvalidIdFormat extends SQSServiceException {
|
|
|
575
603
|
$fault: "client",
|
|
576
604
|
...opts
|
|
577
605
|
});
|
|
578
|
-
this.name = "InvalidIdFormat";
|
|
579
|
-
this.$fault = "client";
|
|
580
606
|
Object.setPrototypeOf(this, _InvalidIdFormat.prototype);
|
|
581
607
|
}
|
|
582
608
|
};
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
609
|
+
var PurgeQueueInProgress = class _PurgeQueueInProgress extends SQSServiceException {
|
|
610
|
+
static {
|
|
611
|
+
__name(this, "PurgeQueueInProgress");
|
|
612
|
+
}
|
|
613
|
+
name = "PurgeQueueInProgress";
|
|
614
|
+
$fault = "client";
|
|
586
615
|
/**
|
|
587
616
|
* @internal
|
|
588
617
|
*/
|
|
@@ -592,14 +621,15 @@ var _PurgeQueueInProgress = class _PurgeQueueInProgress extends SQSServiceExcept
|
|
|
592
621
|
$fault: "client",
|
|
593
622
|
...opts
|
|
594
623
|
});
|
|
595
|
-
this.name = "PurgeQueueInProgress";
|
|
596
|
-
this.$fault = "client";
|
|
597
624
|
Object.setPrototypeOf(this, _PurgeQueueInProgress.prototype);
|
|
598
625
|
}
|
|
599
626
|
};
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
627
|
+
var KmsAccessDenied = class _KmsAccessDenied extends SQSServiceException {
|
|
628
|
+
static {
|
|
629
|
+
__name(this, "KmsAccessDenied");
|
|
630
|
+
}
|
|
631
|
+
name = "KmsAccessDenied";
|
|
632
|
+
$fault = "client";
|
|
603
633
|
/**
|
|
604
634
|
* @internal
|
|
605
635
|
*/
|
|
@@ -609,14 +639,15 @@ var _KmsAccessDenied = class _KmsAccessDenied extends SQSServiceException {
|
|
|
609
639
|
$fault: "client",
|
|
610
640
|
...opts
|
|
611
641
|
});
|
|
612
|
-
this.name = "KmsAccessDenied";
|
|
613
|
-
this.$fault = "client";
|
|
614
642
|
Object.setPrototypeOf(this, _KmsAccessDenied.prototype);
|
|
615
643
|
}
|
|
616
644
|
};
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
645
|
+
var KmsDisabled = class _KmsDisabled extends SQSServiceException {
|
|
646
|
+
static {
|
|
647
|
+
__name(this, "KmsDisabled");
|
|
648
|
+
}
|
|
649
|
+
name = "KmsDisabled";
|
|
650
|
+
$fault = "client";
|
|
620
651
|
/**
|
|
621
652
|
* @internal
|
|
622
653
|
*/
|
|
@@ -626,14 +657,15 @@ var _KmsDisabled = class _KmsDisabled extends SQSServiceException {
|
|
|
626
657
|
$fault: "client",
|
|
627
658
|
...opts
|
|
628
659
|
});
|
|
629
|
-
this.name = "KmsDisabled";
|
|
630
|
-
this.$fault = "client";
|
|
631
660
|
Object.setPrototypeOf(this, _KmsDisabled.prototype);
|
|
632
661
|
}
|
|
633
662
|
};
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
663
|
+
var KmsInvalidKeyUsage = class _KmsInvalidKeyUsage extends SQSServiceException {
|
|
664
|
+
static {
|
|
665
|
+
__name(this, "KmsInvalidKeyUsage");
|
|
666
|
+
}
|
|
667
|
+
name = "KmsInvalidKeyUsage";
|
|
668
|
+
$fault = "client";
|
|
637
669
|
/**
|
|
638
670
|
* @internal
|
|
639
671
|
*/
|
|
@@ -643,14 +675,15 @@ var _KmsInvalidKeyUsage = class _KmsInvalidKeyUsage extends SQSServiceException
|
|
|
643
675
|
$fault: "client",
|
|
644
676
|
...opts
|
|
645
677
|
});
|
|
646
|
-
this.name = "KmsInvalidKeyUsage";
|
|
647
|
-
this.$fault = "client";
|
|
648
678
|
Object.setPrototypeOf(this, _KmsInvalidKeyUsage.prototype);
|
|
649
679
|
}
|
|
650
680
|
};
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
681
|
+
var KmsInvalidState = class _KmsInvalidState extends SQSServiceException {
|
|
682
|
+
static {
|
|
683
|
+
__name(this, "KmsInvalidState");
|
|
684
|
+
}
|
|
685
|
+
name = "KmsInvalidState";
|
|
686
|
+
$fault = "client";
|
|
654
687
|
/**
|
|
655
688
|
* @internal
|
|
656
689
|
*/
|
|
@@ -660,14 +693,15 @@ var _KmsInvalidState = class _KmsInvalidState extends SQSServiceException {
|
|
|
660
693
|
$fault: "client",
|
|
661
694
|
...opts
|
|
662
695
|
});
|
|
663
|
-
this.name = "KmsInvalidState";
|
|
664
|
-
this.$fault = "client";
|
|
665
696
|
Object.setPrototypeOf(this, _KmsInvalidState.prototype);
|
|
666
697
|
}
|
|
667
698
|
};
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
699
|
+
var KmsNotFound = class _KmsNotFound extends SQSServiceException {
|
|
700
|
+
static {
|
|
701
|
+
__name(this, "KmsNotFound");
|
|
702
|
+
}
|
|
703
|
+
name = "KmsNotFound";
|
|
704
|
+
$fault = "client";
|
|
671
705
|
/**
|
|
672
706
|
* @internal
|
|
673
707
|
*/
|
|
@@ -677,14 +711,15 @@ var _KmsNotFound = class _KmsNotFound extends SQSServiceException {
|
|
|
677
711
|
$fault: "client",
|
|
678
712
|
...opts
|
|
679
713
|
});
|
|
680
|
-
this.name = "KmsNotFound";
|
|
681
|
-
this.$fault = "client";
|
|
682
714
|
Object.setPrototypeOf(this, _KmsNotFound.prototype);
|
|
683
715
|
}
|
|
684
716
|
};
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
717
|
+
var KmsOptInRequired = class _KmsOptInRequired extends SQSServiceException {
|
|
718
|
+
static {
|
|
719
|
+
__name(this, "KmsOptInRequired");
|
|
720
|
+
}
|
|
721
|
+
name = "KmsOptInRequired";
|
|
722
|
+
$fault = "client";
|
|
688
723
|
/**
|
|
689
724
|
* @internal
|
|
690
725
|
*/
|
|
@@ -694,14 +729,15 @@ var _KmsOptInRequired = class _KmsOptInRequired extends SQSServiceException {
|
|
|
694
729
|
$fault: "client",
|
|
695
730
|
...opts
|
|
696
731
|
});
|
|
697
|
-
this.name = "KmsOptInRequired";
|
|
698
|
-
this.$fault = "client";
|
|
699
732
|
Object.setPrototypeOf(this, _KmsOptInRequired.prototype);
|
|
700
733
|
}
|
|
701
734
|
};
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
735
|
+
var KmsThrottled = class _KmsThrottled extends SQSServiceException {
|
|
736
|
+
static {
|
|
737
|
+
__name(this, "KmsThrottled");
|
|
738
|
+
}
|
|
739
|
+
name = "KmsThrottled";
|
|
740
|
+
$fault = "client";
|
|
705
741
|
/**
|
|
706
742
|
* @internal
|
|
707
743
|
*/
|
|
@@ -711,13 +747,9 @@ var _KmsThrottled = class _KmsThrottled extends SQSServiceException {
|
|
|
711
747
|
$fault: "client",
|
|
712
748
|
...opts
|
|
713
749
|
});
|
|
714
|
-
this.name = "KmsThrottled";
|
|
715
|
-
this.$fault = "client";
|
|
716
750
|
Object.setPrototypeOf(this, _KmsThrottled.prototype);
|
|
717
751
|
}
|
|
718
752
|
};
|
|
719
|
-
__name(_KmsThrottled, "KmsThrottled");
|
|
720
|
-
var KmsThrottled = _KmsThrottled;
|
|
721
753
|
var MessageSystemAttributeName = {
|
|
722
754
|
AWSTraceHeader: "AWSTraceHeader",
|
|
723
755
|
All: "All",
|
|
@@ -730,7 +762,12 @@ var MessageSystemAttributeName = {
|
|
|
730
762
|
SentTimestamp: "SentTimestamp",
|
|
731
763
|
SequenceNumber: "SequenceNumber"
|
|
732
764
|
};
|
|
733
|
-
var
|
|
765
|
+
var InvalidMessageContents = class _InvalidMessageContents extends SQSServiceException {
|
|
766
|
+
static {
|
|
767
|
+
__name(this, "InvalidMessageContents");
|
|
768
|
+
}
|
|
769
|
+
name = "InvalidMessageContents";
|
|
770
|
+
$fault = "client";
|
|
734
771
|
/**
|
|
735
772
|
* @internal
|
|
736
773
|
*/
|
|
@@ -740,17 +777,18 @@ var _InvalidMessageContents = class _InvalidMessageContents extends SQSServiceEx
|
|
|
740
777
|
$fault: "client",
|
|
741
778
|
...opts
|
|
742
779
|
});
|
|
743
|
-
this.name = "InvalidMessageContents";
|
|
744
|
-
this.$fault = "client";
|
|
745
780
|
Object.setPrototypeOf(this, _InvalidMessageContents.prototype);
|
|
746
781
|
}
|
|
747
782
|
};
|
|
748
|
-
__name(_InvalidMessageContents, "InvalidMessageContents");
|
|
749
|
-
var InvalidMessageContents = _InvalidMessageContents;
|
|
750
783
|
var MessageSystemAttributeNameForSends = {
|
|
751
784
|
AWSTraceHeader: "AWSTraceHeader"
|
|
752
785
|
};
|
|
753
|
-
var
|
|
786
|
+
var BatchRequestTooLong = class _BatchRequestTooLong extends SQSServiceException {
|
|
787
|
+
static {
|
|
788
|
+
__name(this, "BatchRequestTooLong");
|
|
789
|
+
}
|
|
790
|
+
name = "BatchRequestTooLong";
|
|
791
|
+
$fault = "client";
|
|
754
792
|
/**
|
|
755
793
|
* @internal
|
|
756
794
|
*/
|
|
@@ -760,13 +798,9 @@ var _BatchRequestTooLong = class _BatchRequestTooLong extends SQSServiceExceptio
|
|
|
760
798
|
$fault: "client",
|
|
761
799
|
...opts
|
|
762
800
|
});
|
|
763
|
-
this.name = "BatchRequestTooLong";
|
|
764
|
-
this.$fault = "client";
|
|
765
801
|
Object.setPrototypeOf(this, _BatchRequestTooLong.prototype);
|
|
766
802
|
}
|
|
767
803
|
};
|
|
768
|
-
__name(_BatchRequestTooLong, "BatchRequestTooLong");
|
|
769
|
-
var BatchRequestTooLong = _BatchRequestTooLong;
|
|
770
804
|
|
|
771
805
|
// src/protocols/Aws_json1_0.ts
|
|
772
806
|
var se_AddPermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1909,329 +1943,352 @@ var populateBodyWithQueryCompatibility = /* @__PURE__ */ __name((parsedOutput, h
|
|
|
1909
1943
|
}, "populateBodyWithQueryCompatibility");
|
|
1910
1944
|
|
|
1911
1945
|
// src/commands/AddPermissionCommand.ts
|
|
1912
|
-
var
|
|
1946
|
+
var AddPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1913
1947
|
return [
|
|
1914
1948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1915
1949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1916
1950
|
];
|
|
1917
1951
|
}).s("AmazonSQS", "AddPermission", {}).n("SQSClient", "AddPermissionCommand").f(void 0, void 0).ser(se_AddPermissionCommand).de(de_AddPermissionCommand).build() {
|
|
1952
|
+
static {
|
|
1953
|
+
__name(this, "AddPermissionCommand");
|
|
1954
|
+
}
|
|
1918
1955
|
};
|
|
1919
|
-
__name(_AddPermissionCommand, "AddPermissionCommand");
|
|
1920
|
-
var AddPermissionCommand = _AddPermissionCommand;
|
|
1921
1956
|
|
|
1922
1957
|
// src/commands/CancelMessageMoveTaskCommand.ts
|
|
1923
1958
|
|
|
1924
1959
|
|
|
1925
1960
|
|
|
1926
|
-
var
|
|
1961
|
+
var CancelMessageMoveTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1927
1962
|
return [
|
|
1928
1963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1929
1964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1930
1965
|
];
|
|
1931
1966
|
}).s("AmazonSQS", "CancelMessageMoveTask", {}).n("SQSClient", "CancelMessageMoveTaskCommand").f(void 0, void 0).ser(se_CancelMessageMoveTaskCommand).de(de_CancelMessageMoveTaskCommand).build() {
|
|
1967
|
+
static {
|
|
1968
|
+
__name(this, "CancelMessageMoveTaskCommand");
|
|
1969
|
+
}
|
|
1932
1970
|
};
|
|
1933
|
-
__name(_CancelMessageMoveTaskCommand, "CancelMessageMoveTaskCommand");
|
|
1934
|
-
var CancelMessageMoveTaskCommand = _CancelMessageMoveTaskCommand;
|
|
1935
1971
|
|
|
1936
1972
|
// src/commands/ChangeMessageVisibilityBatchCommand.ts
|
|
1937
1973
|
|
|
1938
1974
|
|
|
1939
1975
|
|
|
1940
|
-
var
|
|
1976
|
+
var ChangeMessageVisibilityBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1941
1977
|
return [
|
|
1942
1978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1943
1979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1944
1980
|
];
|
|
1945
1981
|
}).s("AmazonSQS", "ChangeMessageVisibilityBatch", {}).n("SQSClient", "ChangeMessageVisibilityBatchCommand").f(void 0, void 0).ser(se_ChangeMessageVisibilityBatchCommand).de(de_ChangeMessageVisibilityBatchCommand).build() {
|
|
1982
|
+
static {
|
|
1983
|
+
__name(this, "ChangeMessageVisibilityBatchCommand");
|
|
1984
|
+
}
|
|
1946
1985
|
};
|
|
1947
|
-
__name(_ChangeMessageVisibilityBatchCommand, "ChangeMessageVisibilityBatchCommand");
|
|
1948
|
-
var ChangeMessageVisibilityBatchCommand = _ChangeMessageVisibilityBatchCommand;
|
|
1949
1986
|
|
|
1950
1987
|
// src/commands/ChangeMessageVisibilityCommand.ts
|
|
1951
1988
|
|
|
1952
1989
|
|
|
1953
1990
|
|
|
1954
|
-
var
|
|
1991
|
+
var ChangeMessageVisibilityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1955
1992
|
return [
|
|
1956
1993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1957
1994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1958
1995
|
];
|
|
1959
1996
|
}).s("AmazonSQS", "ChangeMessageVisibility", {}).n("SQSClient", "ChangeMessageVisibilityCommand").f(void 0, void 0).ser(se_ChangeMessageVisibilityCommand).de(de_ChangeMessageVisibilityCommand).build() {
|
|
1997
|
+
static {
|
|
1998
|
+
__name(this, "ChangeMessageVisibilityCommand");
|
|
1999
|
+
}
|
|
1960
2000
|
};
|
|
1961
|
-
__name(_ChangeMessageVisibilityCommand, "ChangeMessageVisibilityCommand");
|
|
1962
|
-
var ChangeMessageVisibilityCommand = _ChangeMessageVisibilityCommand;
|
|
1963
2001
|
|
|
1964
2002
|
// src/commands/CreateQueueCommand.ts
|
|
1965
2003
|
|
|
1966
2004
|
|
|
1967
2005
|
|
|
1968
|
-
var
|
|
2006
|
+
var CreateQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1969
2007
|
return [
|
|
1970
2008
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1971
2009
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1972
2010
|
];
|
|
1973
2011
|
}).s("AmazonSQS", "CreateQueue", {}).n("SQSClient", "CreateQueueCommand").f(void 0, void 0).ser(se_CreateQueueCommand).de(de_CreateQueueCommand).build() {
|
|
2012
|
+
static {
|
|
2013
|
+
__name(this, "CreateQueueCommand");
|
|
2014
|
+
}
|
|
1974
2015
|
};
|
|
1975
|
-
__name(_CreateQueueCommand, "CreateQueueCommand");
|
|
1976
|
-
var CreateQueueCommand = _CreateQueueCommand;
|
|
1977
2016
|
|
|
1978
2017
|
// src/commands/DeleteMessageBatchCommand.ts
|
|
1979
2018
|
|
|
1980
2019
|
|
|
1981
2020
|
|
|
1982
|
-
var
|
|
2021
|
+
var DeleteMessageBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1983
2022
|
return [
|
|
1984
2023
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1985
2024
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1986
2025
|
];
|
|
1987
2026
|
}).s("AmazonSQS", "DeleteMessageBatch", {}).n("SQSClient", "DeleteMessageBatchCommand").f(void 0, void 0).ser(se_DeleteMessageBatchCommand).de(de_DeleteMessageBatchCommand).build() {
|
|
2027
|
+
static {
|
|
2028
|
+
__name(this, "DeleteMessageBatchCommand");
|
|
2029
|
+
}
|
|
1988
2030
|
};
|
|
1989
|
-
__name(_DeleteMessageBatchCommand, "DeleteMessageBatchCommand");
|
|
1990
|
-
var DeleteMessageBatchCommand = _DeleteMessageBatchCommand;
|
|
1991
2031
|
|
|
1992
2032
|
// src/commands/DeleteMessageCommand.ts
|
|
1993
2033
|
|
|
1994
2034
|
|
|
1995
2035
|
|
|
1996
|
-
var
|
|
2036
|
+
var DeleteMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1997
2037
|
return [
|
|
1998
2038
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1999
2039
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2000
2040
|
];
|
|
2001
2041
|
}).s("AmazonSQS", "DeleteMessage", {}).n("SQSClient", "DeleteMessageCommand").f(void 0, void 0).ser(se_DeleteMessageCommand).de(de_DeleteMessageCommand).build() {
|
|
2042
|
+
static {
|
|
2043
|
+
__name(this, "DeleteMessageCommand");
|
|
2044
|
+
}
|
|
2002
2045
|
};
|
|
2003
|
-
__name(_DeleteMessageCommand, "DeleteMessageCommand");
|
|
2004
|
-
var DeleteMessageCommand = _DeleteMessageCommand;
|
|
2005
2046
|
|
|
2006
2047
|
// src/commands/DeleteQueueCommand.ts
|
|
2007
2048
|
|
|
2008
2049
|
|
|
2009
2050
|
|
|
2010
|
-
var
|
|
2051
|
+
var DeleteQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2011
2052
|
return [
|
|
2012
2053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2013
2054
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2014
2055
|
];
|
|
2015
2056
|
}).s("AmazonSQS", "DeleteQueue", {}).n("SQSClient", "DeleteQueueCommand").f(void 0, void 0).ser(se_DeleteQueueCommand).de(de_DeleteQueueCommand).build() {
|
|
2057
|
+
static {
|
|
2058
|
+
__name(this, "DeleteQueueCommand");
|
|
2059
|
+
}
|
|
2016
2060
|
};
|
|
2017
|
-
__name(_DeleteQueueCommand, "DeleteQueueCommand");
|
|
2018
|
-
var DeleteQueueCommand = _DeleteQueueCommand;
|
|
2019
2061
|
|
|
2020
2062
|
// src/commands/GetQueueAttributesCommand.ts
|
|
2021
2063
|
|
|
2022
2064
|
|
|
2023
2065
|
|
|
2024
|
-
var
|
|
2066
|
+
var GetQueueAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2025
2067
|
return [
|
|
2026
2068
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2027
2069
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2028
2070
|
];
|
|
2029
2071
|
}).s("AmazonSQS", "GetQueueAttributes", {}).n("SQSClient", "GetQueueAttributesCommand").f(void 0, void 0).ser(se_GetQueueAttributesCommand).de(de_GetQueueAttributesCommand).build() {
|
|
2072
|
+
static {
|
|
2073
|
+
__name(this, "GetQueueAttributesCommand");
|
|
2074
|
+
}
|
|
2030
2075
|
};
|
|
2031
|
-
__name(_GetQueueAttributesCommand, "GetQueueAttributesCommand");
|
|
2032
|
-
var GetQueueAttributesCommand = _GetQueueAttributesCommand;
|
|
2033
2076
|
|
|
2034
2077
|
// src/commands/GetQueueUrlCommand.ts
|
|
2035
2078
|
|
|
2036
2079
|
|
|
2037
2080
|
|
|
2038
|
-
var
|
|
2081
|
+
var GetQueueUrlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2039
2082
|
return [
|
|
2040
2083
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2041
2084
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2042
2085
|
];
|
|
2043
2086
|
}).s("AmazonSQS", "GetQueueUrl", {}).n("SQSClient", "GetQueueUrlCommand").f(void 0, void 0).ser(se_GetQueueUrlCommand).de(de_GetQueueUrlCommand).build() {
|
|
2087
|
+
static {
|
|
2088
|
+
__name(this, "GetQueueUrlCommand");
|
|
2089
|
+
}
|
|
2044
2090
|
};
|
|
2045
|
-
__name(_GetQueueUrlCommand, "GetQueueUrlCommand");
|
|
2046
|
-
var GetQueueUrlCommand = _GetQueueUrlCommand;
|
|
2047
2091
|
|
|
2048
2092
|
// src/commands/ListDeadLetterSourceQueuesCommand.ts
|
|
2049
2093
|
|
|
2050
2094
|
|
|
2051
2095
|
|
|
2052
|
-
var
|
|
2096
|
+
var ListDeadLetterSourceQueuesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2053
2097
|
return [
|
|
2054
2098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2055
2099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2056
2100
|
];
|
|
2057
2101
|
}).s("AmazonSQS", "ListDeadLetterSourceQueues", {}).n("SQSClient", "ListDeadLetterSourceQueuesCommand").f(void 0, void 0).ser(se_ListDeadLetterSourceQueuesCommand).de(de_ListDeadLetterSourceQueuesCommand).build() {
|
|
2102
|
+
static {
|
|
2103
|
+
__name(this, "ListDeadLetterSourceQueuesCommand");
|
|
2104
|
+
}
|
|
2058
2105
|
};
|
|
2059
|
-
__name(_ListDeadLetterSourceQueuesCommand, "ListDeadLetterSourceQueuesCommand");
|
|
2060
|
-
var ListDeadLetterSourceQueuesCommand = _ListDeadLetterSourceQueuesCommand;
|
|
2061
2106
|
|
|
2062
2107
|
// src/commands/ListMessageMoveTasksCommand.ts
|
|
2063
2108
|
|
|
2064
2109
|
|
|
2065
2110
|
|
|
2066
|
-
var
|
|
2111
|
+
var ListMessageMoveTasksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2067
2112
|
return [
|
|
2068
2113
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2069
2114
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2070
2115
|
];
|
|
2071
2116
|
}).s("AmazonSQS", "ListMessageMoveTasks", {}).n("SQSClient", "ListMessageMoveTasksCommand").f(void 0, void 0).ser(se_ListMessageMoveTasksCommand).de(de_ListMessageMoveTasksCommand).build() {
|
|
2117
|
+
static {
|
|
2118
|
+
__name(this, "ListMessageMoveTasksCommand");
|
|
2119
|
+
}
|
|
2072
2120
|
};
|
|
2073
|
-
__name(_ListMessageMoveTasksCommand, "ListMessageMoveTasksCommand");
|
|
2074
|
-
var ListMessageMoveTasksCommand = _ListMessageMoveTasksCommand;
|
|
2075
2121
|
|
|
2076
2122
|
// src/commands/ListQueuesCommand.ts
|
|
2077
2123
|
|
|
2078
2124
|
|
|
2079
2125
|
|
|
2080
|
-
var
|
|
2126
|
+
var ListQueuesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2081
2127
|
return [
|
|
2082
2128
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2083
2129
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2084
2130
|
];
|
|
2085
2131
|
}).s("AmazonSQS", "ListQueues", {}).n("SQSClient", "ListQueuesCommand").f(void 0, void 0).ser(se_ListQueuesCommand).de(de_ListQueuesCommand).build() {
|
|
2132
|
+
static {
|
|
2133
|
+
__name(this, "ListQueuesCommand");
|
|
2134
|
+
}
|
|
2086
2135
|
};
|
|
2087
|
-
__name(_ListQueuesCommand, "ListQueuesCommand");
|
|
2088
|
-
var ListQueuesCommand = _ListQueuesCommand;
|
|
2089
2136
|
|
|
2090
2137
|
// src/commands/ListQueueTagsCommand.ts
|
|
2091
2138
|
|
|
2092
2139
|
|
|
2093
2140
|
|
|
2094
|
-
var
|
|
2141
|
+
var ListQueueTagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2095
2142
|
return [
|
|
2096
2143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2097
2144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2098
2145
|
];
|
|
2099
2146
|
}).s("AmazonSQS", "ListQueueTags", {}).n("SQSClient", "ListQueueTagsCommand").f(void 0, void 0).ser(se_ListQueueTagsCommand).de(de_ListQueueTagsCommand).build() {
|
|
2147
|
+
static {
|
|
2148
|
+
__name(this, "ListQueueTagsCommand");
|
|
2149
|
+
}
|
|
2100
2150
|
};
|
|
2101
|
-
__name(_ListQueueTagsCommand, "ListQueueTagsCommand");
|
|
2102
|
-
var ListQueueTagsCommand = _ListQueueTagsCommand;
|
|
2103
2151
|
|
|
2104
2152
|
// src/commands/PurgeQueueCommand.ts
|
|
2105
2153
|
|
|
2106
2154
|
|
|
2107
2155
|
|
|
2108
|
-
var
|
|
2156
|
+
var PurgeQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2109
2157
|
return [
|
|
2110
2158
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2111
2159
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2112
2160
|
];
|
|
2113
2161
|
}).s("AmazonSQS", "PurgeQueue", {}).n("SQSClient", "PurgeQueueCommand").f(void 0, void 0).ser(se_PurgeQueueCommand).de(de_PurgeQueueCommand).build() {
|
|
2162
|
+
static {
|
|
2163
|
+
__name(this, "PurgeQueueCommand");
|
|
2164
|
+
}
|
|
2114
2165
|
};
|
|
2115
|
-
__name(_PurgeQueueCommand, "PurgeQueueCommand");
|
|
2116
|
-
var PurgeQueueCommand = _PurgeQueueCommand;
|
|
2117
2166
|
|
|
2118
2167
|
// src/commands/ReceiveMessageCommand.ts
|
|
2119
2168
|
|
|
2120
2169
|
|
|
2121
2170
|
|
|
2122
2171
|
|
|
2123
|
-
var
|
|
2172
|
+
var ReceiveMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2124
2173
|
return [
|
|
2125
2174
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2126
2175
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
2127
2176
|
(0, import_middleware_sdk_sqs.getReceiveMessagePlugin)(config)
|
|
2128
2177
|
];
|
|
2129
2178
|
}).s("AmazonSQS", "ReceiveMessage", {}).n("SQSClient", "ReceiveMessageCommand").f(void 0, void 0).ser(se_ReceiveMessageCommand).de(de_ReceiveMessageCommand).build() {
|
|
2179
|
+
static {
|
|
2180
|
+
__name(this, "ReceiveMessageCommand");
|
|
2181
|
+
}
|
|
2130
2182
|
};
|
|
2131
|
-
__name(_ReceiveMessageCommand, "ReceiveMessageCommand");
|
|
2132
|
-
var ReceiveMessageCommand = _ReceiveMessageCommand;
|
|
2133
2183
|
|
|
2134
2184
|
// src/commands/RemovePermissionCommand.ts
|
|
2135
2185
|
|
|
2136
2186
|
|
|
2137
2187
|
|
|
2138
|
-
var
|
|
2188
|
+
var RemovePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2139
2189
|
return [
|
|
2140
2190
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2141
2191
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2142
2192
|
];
|
|
2143
2193
|
}).s("AmazonSQS", "RemovePermission", {}).n("SQSClient", "RemovePermissionCommand").f(void 0, void 0).ser(se_RemovePermissionCommand).de(de_RemovePermissionCommand).build() {
|
|
2194
|
+
static {
|
|
2195
|
+
__name(this, "RemovePermissionCommand");
|
|
2196
|
+
}
|
|
2144
2197
|
};
|
|
2145
|
-
__name(_RemovePermissionCommand, "RemovePermissionCommand");
|
|
2146
|
-
var RemovePermissionCommand = _RemovePermissionCommand;
|
|
2147
2198
|
|
|
2148
2199
|
// src/commands/SendMessageBatchCommand.ts
|
|
2149
2200
|
|
|
2150
2201
|
|
|
2151
2202
|
|
|
2152
2203
|
|
|
2153
|
-
var
|
|
2204
|
+
var SendMessageBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2154
2205
|
return [
|
|
2155
2206
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2156
2207
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
2157
2208
|
(0, import_middleware_sdk_sqs.getSendMessageBatchPlugin)(config)
|
|
2158
2209
|
];
|
|
2159
2210
|
}).s("AmazonSQS", "SendMessageBatch", {}).n("SQSClient", "SendMessageBatchCommand").f(void 0, void 0).ser(se_SendMessageBatchCommand).de(de_SendMessageBatchCommand).build() {
|
|
2211
|
+
static {
|
|
2212
|
+
__name(this, "SendMessageBatchCommand");
|
|
2213
|
+
}
|
|
2160
2214
|
};
|
|
2161
|
-
__name(_SendMessageBatchCommand, "SendMessageBatchCommand");
|
|
2162
|
-
var SendMessageBatchCommand = _SendMessageBatchCommand;
|
|
2163
2215
|
|
|
2164
2216
|
// src/commands/SendMessageCommand.ts
|
|
2165
2217
|
|
|
2166
2218
|
|
|
2167
2219
|
|
|
2168
2220
|
|
|
2169
|
-
var
|
|
2221
|
+
var SendMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2170
2222
|
return [
|
|
2171
2223
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2172
2224
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
2173
2225
|
(0, import_middleware_sdk_sqs.getSendMessagePlugin)(config)
|
|
2174
2226
|
];
|
|
2175
2227
|
}).s("AmazonSQS", "SendMessage", {}).n("SQSClient", "SendMessageCommand").f(void 0, void 0).ser(se_SendMessageCommand).de(de_SendMessageCommand).build() {
|
|
2228
|
+
static {
|
|
2229
|
+
__name(this, "SendMessageCommand");
|
|
2230
|
+
}
|
|
2176
2231
|
};
|
|
2177
|
-
__name(_SendMessageCommand, "SendMessageCommand");
|
|
2178
|
-
var SendMessageCommand = _SendMessageCommand;
|
|
2179
2232
|
|
|
2180
2233
|
// src/commands/SetQueueAttributesCommand.ts
|
|
2181
2234
|
|
|
2182
2235
|
|
|
2183
2236
|
|
|
2184
|
-
var
|
|
2237
|
+
var SetQueueAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2185
2238
|
return [
|
|
2186
2239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2187
2240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2188
2241
|
];
|
|
2189
2242
|
}).s("AmazonSQS", "SetQueueAttributes", {}).n("SQSClient", "SetQueueAttributesCommand").f(void 0, void 0).ser(se_SetQueueAttributesCommand).de(de_SetQueueAttributesCommand).build() {
|
|
2243
|
+
static {
|
|
2244
|
+
__name(this, "SetQueueAttributesCommand");
|
|
2245
|
+
}
|
|
2190
2246
|
};
|
|
2191
|
-
__name(_SetQueueAttributesCommand, "SetQueueAttributesCommand");
|
|
2192
|
-
var SetQueueAttributesCommand = _SetQueueAttributesCommand;
|
|
2193
2247
|
|
|
2194
2248
|
// src/commands/StartMessageMoveTaskCommand.ts
|
|
2195
2249
|
|
|
2196
2250
|
|
|
2197
2251
|
|
|
2198
|
-
var
|
|
2252
|
+
var StartMessageMoveTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2199
2253
|
return [
|
|
2200
2254
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2201
2255
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2202
2256
|
];
|
|
2203
2257
|
}).s("AmazonSQS", "StartMessageMoveTask", {}).n("SQSClient", "StartMessageMoveTaskCommand").f(void 0, void 0).ser(se_StartMessageMoveTaskCommand).de(de_StartMessageMoveTaskCommand).build() {
|
|
2258
|
+
static {
|
|
2259
|
+
__name(this, "StartMessageMoveTaskCommand");
|
|
2260
|
+
}
|
|
2204
2261
|
};
|
|
2205
|
-
__name(_StartMessageMoveTaskCommand, "StartMessageMoveTaskCommand");
|
|
2206
|
-
var StartMessageMoveTaskCommand = _StartMessageMoveTaskCommand;
|
|
2207
2262
|
|
|
2208
2263
|
// src/commands/TagQueueCommand.ts
|
|
2209
2264
|
|
|
2210
2265
|
|
|
2211
2266
|
|
|
2212
|
-
var
|
|
2267
|
+
var TagQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2213
2268
|
return [
|
|
2214
2269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2215
2270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2216
2271
|
];
|
|
2217
2272
|
}).s("AmazonSQS", "TagQueue", {}).n("SQSClient", "TagQueueCommand").f(void 0, void 0).ser(se_TagQueueCommand).de(de_TagQueueCommand).build() {
|
|
2273
|
+
static {
|
|
2274
|
+
__name(this, "TagQueueCommand");
|
|
2275
|
+
}
|
|
2218
2276
|
};
|
|
2219
|
-
__name(_TagQueueCommand, "TagQueueCommand");
|
|
2220
|
-
var TagQueueCommand = _TagQueueCommand;
|
|
2221
2277
|
|
|
2222
2278
|
// src/commands/UntagQueueCommand.ts
|
|
2223
2279
|
|
|
2224
2280
|
|
|
2225
2281
|
|
|
2226
|
-
var
|
|
2282
|
+
var UntagQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2227
2283
|
return [
|
|
2228
2284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2229
2285
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2230
2286
|
];
|
|
2231
2287
|
}).s("AmazonSQS", "UntagQueue", {}).n("SQSClient", "UntagQueueCommand").f(void 0, void 0).ser(se_UntagQueueCommand).de(de_UntagQueueCommand).build() {
|
|
2288
|
+
static {
|
|
2289
|
+
__name(this, "UntagQueueCommand");
|
|
2290
|
+
}
|
|
2232
2291
|
};
|
|
2233
|
-
__name(_UntagQueueCommand, "UntagQueueCommand");
|
|
2234
|
-
var UntagQueueCommand = _UntagQueueCommand;
|
|
2235
2292
|
|
|
2236
2293
|
// src/SQS.ts
|
|
2237
2294
|
var commands = {
|
|
@@ -2259,10 +2316,11 @@ var commands = {
|
|
|
2259
2316
|
TagQueueCommand,
|
|
2260
2317
|
UntagQueueCommand
|
|
2261
2318
|
};
|
|
2262
|
-
var
|
|
2319
|
+
var SQS = class extends SQSClient {
|
|
2320
|
+
static {
|
|
2321
|
+
__name(this, "SQS");
|
|
2322
|
+
}
|
|
2263
2323
|
};
|
|
2264
|
-
__name(_SQS, "SQS");
|
|
2265
|
-
var SQS = _SQS;
|
|
2266
2324
|
(0, import_smithy_client.createAggregatedClient)(commands, SQS);
|
|
2267
2325
|
|
|
2268
2326
|
// src/pagination/ListDeadLetterSourceQueuesPaginator.ts
|