@aws-sdk/client-sqs 3.952.0 → 3.954.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist-cjs/index.js +378 -289
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddPermissionCommand.js +2 -2
  4. package/dist-es/commands/CancelMessageMoveTaskCommand.js +2 -2
  5. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +2 -2
  6. package/dist-es/commands/ChangeMessageVisibilityCommand.js +2 -2
  7. package/dist-es/commands/CreateQueueCommand.js +2 -2
  8. package/dist-es/commands/DeleteMessageBatchCommand.js +2 -2
  9. package/dist-es/commands/DeleteMessageCommand.js +2 -2
  10. package/dist-es/commands/DeleteQueueCommand.js +2 -2
  11. package/dist-es/commands/GetQueueAttributesCommand.js +2 -2
  12. package/dist-es/commands/GetQueueUrlCommand.js +2 -2
  13. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +2 -2
  14. package/dist-es/commands/ListMessageMoveTasksCommand.js +2 -2
  15. package/dist-es/commands/ListQueueTagsCommand.js +2 -2
  16. package/dist-es/commands/ListQueuesCommand.js +2 -2
  17. package/dist-es/commands/PurgeQueueCommand.js +2 -2
  18. package/dist-es/commands/ReceiveMessageCommand.js +2 -2
  19. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  20. package/dist-es/commands/SendMessageBatchCommand.js +2 -2
  21. package/dist-es/commands/SendMessageCommand.js +2 -2
  22. package/dist-es/commands/SetQueueAttributesCommand.js +2 -2
  23. package/dist-es/commands/StartMessageMoveTaskCommand.js +2 -2
  24. package/dist-es/commands/TagQueueCommand.js +2 -2
  25. package/dist-es/commands/UntagQueueCommand.js +2 -2
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.shared.js +7 -6
  28. package/dist-es/schemas/schemas_0.js +189 -200
  29. package/dist-types/SQSClient.d.ts +1 -10
  30. package/dist-types/index.d.ts +1 -0
  31. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  32. package/dist-types/runtimeConfig.d.ts +6 -2
  33. package/dist-types/runtimeConfig.native.d.ts +6 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  35. package/dist-types/schemas/schemas_0.d.ts +101 -125
  36. package/dist-types/ts3.4/SQSClient.d.ts +0 -4
  37. package/dist-types/ts3.4/index.d.ts +1 -0
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +100 -126
  43. package/package.json +38 -36
package/dist-cjs/index.js CHANGED
@@ -113,14 +113,14 @@ class SQSClient extends smithyClient.Client {
113
113
  }
114
114
  }
115
115
 
116
- let SQSServiceException$1 = class SQSServiceException extends smithyClient.ServiceException {
116
+ class SQSServiceException extends smithyClient.ServiceException {
117
117
  constructor(options) {
118
118
  super(options);
119
119
  Object.setPrototypeOf(this, SQSServiceException.prototype);
120
120
  }
121
- };
121
+ }
122
122
 
123
- let InvalidAddress$1 = class InvalidAddress extends SQSServiceException$1 {
123
+ class InvalidAddress extends SQSServiceException {
124
124
  name = "InvalidAddress";
125
125
  $fault = "client";
126
126
  constructor(opts) {
@@ -131,8 +131,8 @@ let InvalidAddress$1 = class InvalidAddress extends SQSServiceException$1 {
131
131
  });
132
132
  Object.setPrototypeOf(this, InvalidAddress.prototype);
133
133
  }
134
- };
135
- let InvalidSecurity$1 = class InvalidSecurity extends SQSServiceException$1 {
134
+ }
135
+ class InvalidSecurity extends SQSServiceException {
136
136
  name = "InvalidSecurity";
137
137
  $fault = "client";
138
138
  constructor(opts) {
@@ -143,8 +143,8 @@ let InvalidSecurity$1 = class InvalidSecurity extends SQSServiceException$1 {
143
143
  });
144
144
  Object.setPrototypeOf(this, InvalidSecurity.prototype);
145
145
  }
146
- };
147
- let OverLimit$1 = class OverLimit extends SQSServiceException$1 {
146
+ }
147
+ class OverLimit extends SQSServiceException {
148
148
  name = "OverLimit";
149
149
  $fault = "client";
150
150
  constructor(opts) {
@@ -155,8 +155,8 @@ let OverLimit$1 = class OverLimit extends SQSServiceException$1 {
155
155
  });
156
156
  Object.setPrototypeOf(this, OverLimit.prototype);
157
157
  }
158
- };
159
- let QueueDoesNotExist$1 = class QueueDoesNotExist extends SQSServiceException$1 {
158
+ }
159
+ class QueueDoesNotExist extends SQSServiceException {
160
160
  name = "QueueDoesNotExist";
161
161
  $fault = "client";
162
162
  constructor(opts) {
@@ -167,8 +167,8 @@ let QueueDoesNotExist$1 = class QueueDoesNotExist extends SQSServiceException$1
167
167
  });
168
168
  Object.setPrototypeOf(this, QueueDoesNotExist.prototype);
169
169
  }
170
- };
171
- let RequestThrottled$1 = class RequestThrottled extends SQSServiceException$1 {
170
+ }
171
+ class RequestThrottled extends SQSServiceException {
172
172
  name = "RequestThrottled";
173
173
  $fault = "client";
174
174
  constructor(opts) {
@@ -179,8 +179,8 @@ let RequestThrottled$1 = class RequestThrottled extends SQSServiceException$1 {
179
179
  });
180
180
  Object.setPrototypeOf(this, RequestThrottled.prototype);
181
181
  }
182
- };
183
- let UnsupportedOperation$1 = class UnsupportedOperation extends SQSServiceException$1 {
182
+ }
183
+ class UnsupportedOperation extends SQSServiceException {
184
184
  name = "UnsupportedOperation";
185
185
  $fault = "client";
186
186
  constructor(opts) {
@@ -191,8 +191,8 @@ let UnsupportedOperation$1 = class UnsupportedOperation extends SQSServiceExcept
191
191
  });
192
192
  Object.setPrototypeOf(this, UnsupportedOperation.prototype);
193
193
  }
194
- };
195
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends SQSServiceException$1 {
194
+ }
195
+ class ResourceNotFoundException extends SQSServiceException {
196
196
  name = "ResourceNotFoundException";
197
197
  $fault = "client";
198
198
  constructor(opts) {
@@ -203,8 +203,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends SQSSer
203
203
  });
204
204
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
205
205
  }
206
- };
207
- let MessageNotInflight$1 = class MessageNotInflight extends SQSServiceException$1 {
206
+ }
207
+ class MessageNotInflight extends SQSServiceException {
208
208
  name = "MessageNotInflight";
209
209
  $fault = "client";
210
210
  constructor(opts) {
@@ -215,8 +215,8 @@ let MessageNotInflight$1 = class MessageNotInflight extends SQSServiceException$
215
215
  });
216
216
  Object.setPrototypeOf(this, MessageNotInflight.prototype);
217
217
  }
218
- };
219
- let ReceiptHandleIsInvalid$1 = class ReceiptHandleIsInvalid extends SQSServiceException$1 {
218
+ }
219
+ class ReceiptHandleIsInvalid extends SQSServiceException {
220
220
  name = "ReceiptHandleIsInvalid";
221
221
  $fault = "client";
222
222
  constructor(opts) {
@@ -227,8 +227,8 @@ let ReceiptHandleIsInvalid$1 = class ReceiptHandleIsInvalid extends SQSServiceEx
227
227
  });
228
228
  Object.setPrototypeOf(this, ReceiptHandleIsInvalid.prototype);
229
229
  }
230
- };
231
- let BatchEntryIdsNotDistinct$1 = class BatchEntryIdsNotDistinct extends SQSServiceException$1 {
230
+ }
231
+ class BatchEntryIdsNotDistinct extends SQSServiceException {
232
232
  name = "BatchEntryIdsNotDistinct";
233
233
  $fault = "client";
234
234
  constructor(opts) {
@@ -239,8 +239,8 @@ let BatchEntryIdsNotDistinct$1 = class BatchEntryIdsNotDistinct extends SQSServi
239
239
  });
240
240
  Object.setPrototypeOf(this, BatchEntryIdsNotDistinct.prototype);
241
241
  }
242
- };
243
- let EmptyBatchRequest$1 = class EmptyBatchRequest extends SQSServiceException$1 {
242
+ }
243
+ class EmptyBatchRequest extends SQSServiceException {
244
244
  name = "EmptyBatchRequest";
245
245
  $fault = "client";
246
246
  constructor(opts) {
@@ -251,8 +251,8 @@ let EmptyBatchRequest$1 = class EmptyBatchRequest extends SQSServiceException$1
251
251
  });
252
252
  Object.setPrototypeOf(this, EmptyBatchRequest.prototype);
253
253
  }
254
- };
255
- let InvalidBatchEntryId$1 = class InvalidBatchEntryId extends SQSServiceException$1 {
254
+ }
255
+ class InvalidBatchEntryId extends SQSServiceException {
256
256
  name = "InvalidBatchEntryId";
257
257
  $fault = "client";
258
258
  constructor(opts) {
@@ -263,8 +263,8 @@ let InvalidBatchEntryId$1 = class InvalidBatchEntryId extends SQSServiceExceptio
263
263
  });
264
264
  Object.setPrototypeOf(this, InvalidBatchEntryId.prototype);
265
265
  }
266
- };
267
- let TooManyEntriesInBatchRequest$1 = class TooManyEntriesInBatchRequest extends SQSServiceException$1 {
266
+ }
267
+ class TooManyEntriesInBatchRequest extends SQSServiceException {
268
268
  name = "TooManyEntriesInBatchRequest";
269
269
  $fault = "client";
270
270
  constructor(opts) {
@@ -275,8 +275,8 @@ let TooManyEntriesInBatchRequest$1 = class TooManyEntriesInBatchRequest extends
275
275
  });
276
276
  Object.setPrototypeOf(this, TooManyEntriesInBatchRequest.prototype);
277
277
  }
278
- };
279
- let InvalidAttributeName$1 = class InvalidAttributeName extends SQSServiceException$1 {
278
+ }
279
+ class InvalidAttributeName extends SQSServiceException {
280
280
  name = "InvalidAttributeName";
281
281
  $fault = "client";
282
282
  constructor(opts) {
@@ -287,8 +287,8 @@ let InvalidAttributeName$1 = class InvalidAttributeName extends SQSServiceExcept
287
287
  });
288
288
  Object.setPrototypeOf(this, InvalidAttributeName.prototype);
289
289
  }
290
- };
291
- let InvalidAttributeValue$1 = class InvalidAttributeValue extends SQSServiceException$1 {
290
+ }
291
+ class InvalidAttributeValue extends SQSServiceException {
292
292
  name = "InvalidAttributeValue";
293
293
  $fault = "client";
294
294
  constructor(opts) {
@@ -299,8 +299,8 @@ let InvalidAttributeValue$1 = class InvalidAttributeValue extends SQSServiceExce
299
299
  });
300
300
  Object.setPrototypeOf(this, InvalidAttributeValue.prototype);
301
301
  }
302
- };
303
- let QueueDeletedRecently$1 = class QueueDeletedRecently extends SQSServiceException$1 {
302
+ }
303
+ class QueueDeletedRecently extends SQSServiceException {
304
304
  name = "QueueDeletedRecently";
305
305
  $fault = "client";
306
306
  constructor(opts) {
@@ -311,8 +311,8 @@ let QueueDeletedRecently$1 = class QueueDeletedRecently extends SQSServiceExcept
311
311
  });
312
312
  Object.setPrototypeOf(this, QueueDeletedRecently.prototype);
313
313
  }
314
- };
315
- let QueueNameExists$1 = class QueueNameExists extends SQSServiceException$1 {
314
+ }
315
+ class QueueNameExists extends SQSServiceException {
316
316
  name = "QueueNameExists";
317
317
  $fault = "client";
318
318
  constructor(opts) {
@@ -323,8 +323,8 @@ let QueueNameExists$1 = class QueueNameExists extends SQSServiceException$1 {
323
323
  });
324
324
  Object.setPrototypeOf(this, QueueNameExists.prototype);
325
325
  }
326
- };
327
- let InvalidIdFormat$1 = class InvalidIdFormat extends SQSServiceException$1 {
326
+ }
327
+ class InvalidIdFormat extends SQSServiceException {
328
328
  name = "InvalidIdFormat";
329
329
  $fault = "client";
330
330
  constructor(opts) {
@@ -335,8 +335,8 @@ let InvalidIdFormat$1 = class InvalidIdFormat extends SQSServiceException$1 {
335
335
  });
336
336
  Object.setPrototypeOf(this, InvalidIdFormat.prototype);
337
337
  }
338
- };
339
- let PurgeQueueInProgress$1 = class PurgeQueueInProgress extends SQSServiceException$1 {
338
+ }
339
+ class PurgeQueueInProgress extends SQSServiceException {
340
340
  name = "PurgeQueueInProgress";
341
341
  $fault = "client";
342
342
  constructor(opts) {
@@ -347,8 +347,8 @@ let PurgeQueueInProgress$1 = class PurgeQueueInProgress extends SQSServiceExcept
347
347
  });
348
348
  Object.setPrototypeOf(this, PurgeQueueInProgress.prototype);
349
349
  }
350
- };
351
- let KmsAccessDenied$1 = class KmsAccessDenied extends SQSServiceException$1 {
350
+ }
351
+ class KmsAccessDenied extends SQSServiceException {
352
352
  name = "KmsAccessDenied";
353
353
  $fault = "client";
354
354
  constructor(opts) {
@@ -359,8 +359,8 @@ let KmsAccessDenied$1 = class KmsAccessDenied extends SQSServiceException$1 {
359
359
  });
360
360
  Object.setPrototypeOf(this, KmsAccessDenied.prototype);
361
361
  }
362
- };
363
- let KmsDisabled$1 = class KmsDisabled extends SQSServiceException$1 {
362
+ }
363
+ class KmsDisabled extends SQSServiceException {
364
364
  name = "KmsDisabled";
365
365
  $fault = "client";
366
366
  constructor(opts) {
@@ -371,8 +371,8 @@ let KmsDisabled$1 = class KmsDisabled extends SQSServiceException$1 {
371
371
  });
372
372
  Object.setPrototypeOf(this, KmsDisabled.prototype);
373
373
  }
374
- };
375
- let KmsInvalidKeyUsage$1 = class KmsInvalidKeyUsage extends SQSServiceException$1 {
374
+ }
375
+ class KmsInvalidKeyUsage extends SQSServiceException {
376
376
  name = "KmsInvalidKeyUsage";
377
377
  $fault = "client";
378
378
  constructor(opts) {
@@ -383,8 +383,8 @@ let KmsInvalidKeyUsage$1 = class KmsInvalidKeyUsage extends SQSServiceException$
383
383
  });
384
384
  Object.setPrototypeOf(this, KmsInvalidKeyUsage.prototype);
385
385
  }
386
- };
387
- let KmsInvalidState$1 = class KmsInvalidState extends SQSServiceException$1 {
386
+ }
387
+ class KmsInvalidState extends SQSServiceException {
388
388
  name = "KmsInvalidState";
389
389
  $fault = "client";
390
390
  constructor(opts) {
@@ -395,8 +395,8 @@ let KmsInvalidState$1 = class KmsInvalidState extends SQSServiceException$1 {
395
395
  });
396
396
  Object.setPrototypeOf(this, KmsInvalidState.prototype);
397
397
  }
398
- };
399
- let KmsNotFound$1 = class KmsNotFound extends SQSServiceException$1 {
398
+ }
399
+ class KmsNotFound extends SQSServiceException {
400
400
  name = "KmsNotFound";
401
401
  $fault = "client";
402
402
  constructor(opts) {
@@ -407,8 +407,8 @@ let KmsNotFound$1 = class KmsNotFound extends SQSServiceException$1 {
407
407
  });
408
408
  Object.setPrototypeOf(this, KmsNotFound.prototype);
409
409
  }
410
- };
411
- let KmsOptInRequired$1 = class KmsOptInRequired extends SQSServiceException$1 {
410
+ }
411
+ class KmsOptInRequired extends SQSServiceException {
412
412
  name = "KmsOptInRequired";
413
413
  $fault = "client";
414
414
  constructor(opts) {
@@ -419,8 +419,8 @@ let KmsOptInRequired$1 = class KmsOptInRequired extends SQSServiceException$1 {
419
419
  });
420
420
  Object.setPrototypeOf(this, KmsOptInRequired.prototype);
421
421
  }
422
- };
423
- let KmsThrottled$1 = class KmsThrottled extends SQSServiceException$1 {
422
+ }
423
+ class KmsThrottled extends SQSServiceException {
424
424
  name = "KmsThrottled";
425
425
  $fault = "client";
426
426
  constructor(opts) {
@@ -431,8 +431,8 @@ let KmsThrottled$1 = class KmsThrottled extends SQSServiceException$1 {
431
431
  });
432
432
  Object.setPrototypeOf(this, KmsThrottled.prototype);
433
433
  }
434
- };
435
- let InvalidMessageContents$1 = class InvalidMessageContents extends SQSServiceException$1 {
434
+ }
435
+ class InvalidMessageContents extends SQSServiceException {
436
436
  name = "InvalidMessageContents";
437
437
  $fault = "client";
438
438
  constructor(opts) {
@@ -443,8 +443,8 @@ let InvalidMessageContents$1 = class InvalidMessageContents extends SQSServiceEx
443
443
  });
444
444
  Object.setPrototypeOf(this, InvalidMessageContents.prototype);
445
445
  }
446
- };
447
- let BatchRequestTooLong$1 = class BatchRequestTooLong extends SQSServiceException$1 {
446
+ }
447
+ class BatchRequestTooLong extends SQSServiceException {
448
448
  name = "BatchRequestTooLong";
449
449
  $fault = "client";
450
450
  constructor(opts) {
@@ -455,7 +455,7 @@ let BatchRequestTooLong$1 = class BatchRequestTooLong extends SQSServiceExceptio
455
455
  });
456
456
  Object.setPrototypeOf(this, BatchRequestTooLong.prototype);
457
457
  }
458
- };
458
+ }
459
459
 
460
460
  const _A = "Actions";
461
461
  const _AN = "ActionName";
@@ -653,7 +653,7 @@ const _t = "tags";
653
653
  const _xF = "xmlFlattened";
654
654
  const _xN = "xmlName";
655
655
  const n0 = "com.amazonaws.sqs";
656
- var AddPermissionRequest = [
656
+ var AddPermissionRequest$ = [
657
657
  3,
658
658
  n0,
659
659
  _APR,
@@ -661,7 +661,7 @@ var AddPermissionRequest = [
661
661
  [_QU, _L, _AWSAI, _A],
662
662
  [0, 0, [64 | 0, { [_xN]: _AWSAIc, [_xF]: 1 }], [64 | 0, { [_xN]: _AN, [_xF]: 1 }]],
663
663
  ];
664
- var BatchEntryIdsNotDistinct = [
664
+ var BatchEntryIdsNotDistinct$ = [
665
665
  -3,
666
666
  n0,
667
667
  _BEIND,
@@ -669,8 +669,8 @@ var BatchEntryIdsNotDistinct = [
669
669
  [_m],
670
670
  [0],
671
671
  ];
672
- schema.TypeRegistry.for(n0).registerError(BatchEntryIdsNotDistinct, BatchEntryIdsNotDistinct$1);
673
- var BatchRequestTooLong = [
672
+ schema.TypeRegistry.for(n0).registerError(BatchEntryIdsNotDistinct$, BatchEntryIdsNotDistinct);
673
+ var BatchRequestTooLong$ = [
674
674
  -3,
675
675
  n0,
676
676
  _BRTL,
@@ -678,11 +678,11 @@ var BatchRequestTooLong = [
678
678
  [_m],
679
679
  [0],
680
680
  ];
681
- schema.TypeRegistry.for(n0).registerError(BatchRequestTooLong, BatchRequestTooLong$1);
682
- var BatchResultErrorEntry = [3, n0, _BREE, 0, [_I, _SF, _C, _M], [0, 2, 0, 0]];
683
- var CancelMessageMoveTaskRequest = [3, n0, _CMMTR, 0, [_TH], [0]];
684
- var CancelMessageMoveTaskResult = [3, n0, _CMMTRa, 0, [_ANOMM], [1]];
685
- var ChangeMessageVisibilityBatchRequest = [
681
+ schema.TypeRegistry.for(n0).registerError(BatchRequestTooLong$, BatchRequestTooLong);
682
+ var BatchResultErrorEntry$ = [3, n0, _BREE, 0, [_I, _SF, _C, _M], [0, 2, 0, 0]];
683
+ var CancelMessageMoveTaskRequest$ = [3, n0, _CMMTR, 0, [_TH], [0]];
684
+ var CancelMessageMoveTaskResult$ = [3, n0, _CMMTRa, 0, [_ANOMM], [1]];
685
+ var ChangeMessageVisibilityBatchRequest$ = [
686
686
  3,
687
687
  n0,
688
688
  _CMVBR,
@@ -690,7 +690,7 @@ var ChangeMessageVisibilityBatchRequest = [
690
690
  [_QU, _E],
691
691
  [0, [() => ChangeMessageVisibilityBatchRequestEntryList, { [_xN]: _CMVBRE, [_xF]: 1 }]],
692
692
  ];
693
- var ChangeMessageVisibilityBatchRequestEntry = [
693
+ var ChangeMessageVisibilityBatchRequestEntry$ = [
694
694
  3,
695
695
  n0,
696
696
  _CMVBRE,
@@ -698,7 +698,7 @@ var ChangeMessageVisibilityBatchRequestEntry = [
698
698
  [_I, _RH, _VT],
699
699
  [0, 0, 1],
700
700
  ];
701
- var ChangeMessageVisibilityBatchResult = [
701
+ var ChangeMessageVisibilityBatchResult$ = [
702
702
  3,
703
703
  n0,
704
704
  _CMVBRh,
@@ -709,9 +709,9 @@ var ChangeMessageVisibilityBatchResult = [
709
709
  [() => BatchResultErrorEntryList, { [_xN]: _BREE, [_xF]: 1 }],
710
710
  ],
711
711
  ];
712
- var ChangeMessageVisibilityBatchResultEntry = [3, n0, _CMVBREh, 0, [_I], [0]];
713
- var ChangeMessageVisibilityRequest = [3, n0, _CMVR, 0, [_QU, _RH, _VT], [0, 0, 1]];
714
- var CreateQueueRequest = [
712
+ var ChangeMessageVisibilityBatchResultEntry$ = [3, n0, _CMVBREh, 0, [_I], [0]];
713
+ var ChangeMessageVisibilityRequest$ = [3, n0, _CMVR, 0, [_QU, _RH, _VT], [0, 0, 1]];
714
+ var CreateQueueRequest$ = [
715
715
  3,
716
716
  n0,
717
717
  _CQR,
@@ -719,8 +719,8 @@ var CreateQueueRequest = [
719
719
  [_QN, _At, _t],
720
720
  [0, [() => QueueAttributeMap, { [_xN]: _Att, [_xF]: 1 }], [() => TagMap, { [_xN]: _T, [_xF]: 1 }]],
721
721
  ];
722
- var CreateQueueResult = [3, n0, _CQRr, 0, [_QU], [0]];
723
- var DeleteMessageBatchRequest = [
722
+ var CreateQueueResult$ = [3, n0, _CQRr, 0, [_QU], [0]];
723
+ var DeleteMessageBatchRequest$ = [
724
724
  3,
725
725
  n0,
726
726
  _DMBR,
@@ -728,8 +728,8 @@ var DeleteMessageBatchRequest = [
728
728
  [_QU, _E],
729
729
  [0, [() => DeleteMessageBatchRequestEntryList, { [_xN]: _DMBRE, [_xF]: 1 }]],
730
730
  ];
731
- var DeleteMessageBatchRequestEntry = [3, n0, _DMBRE, 0, [_I, _RH], [0, 0]];
732
- var DeleteMessageBatchResult = [
731
+ var DeleteMessageBatchRequestEntry$ = [3, n0, _DMBRE, 0, [_I, _RH], [0, 0]];
732
+ var DeleteMessageBatchResult$ = [
733
733
  3,
734
734
  n0,
735
735
  _DMBRe,
@@ -740,10 +740,10 @@ var DeleteMessageBatchResult = [
740
740
  [() => BatchResultErrorEntryList, { [_xN]: _BREE, [_xF]: 1 }],
741
741
  ],
742
742
  ];
743
- var DeleteMessageBatchResultEntry = [3, n0, _DMBREe, 0, [_I], [0]];
744
- var DeleteMessageRequest = [3, n0, _DMR, 0, [_QU, _RH], [0, 0]];
745
- var DeleteQueueRequest = [3, n0, _DQR, 0, [_QU], [0]];
746
- var EmptyBatchRequest = [
743
+ var DeleteMessageBatchResultEntry$ = [3, n0, _DMBREe, 0, [_I], [0]];
744
+ var DeleteMessageRequest$ = [3, n0, _DMR, 0, [_QU, _RH], [0, 0]];
745
+ var DeleteQueueRequest$ = [3, n0, _DQR, 0, [_QU], [0]];
746
+ var EmptyBatchRequest$ = [
747
747
  -3,
748
748
  n0,
749
749
  _EBR,
@@ -751,8 +751,8 @@ var EmptyBatchRequest = [
751
751
  [_m],
752
752
  [0],
753
753
  ];
754
- schema.TypeRegistry.for(n0).registerError(EmptyBatchRequest, EmptyBatchRequest$1);
755
- var GetQueueAttributesRequest = [
754
+ schema.TypeRegistry.for(n0).registerError(EmptyBatchRequest$, EmptyBatchRequest);
755
+ var GetQueueAttributesRequest$ = [
756
756
  3,
757
757
  n0,
758
758
  _GQAR,
@@ -760,7 +760,7 @@ var GetQueueAttributesRequest = [
760
760
  [_QU, _ANt],
761
761
  [0, [64 | 0, { [_xN]: _ANtt, [_xF]: 1 }]],
762
762
  ];
763
- var GetQueueAttributesResult = [
763
+ var GetQueueAttributesResult$ = [
764
764
  3,
765
765
  n0,
766
766
  _GQARe,
@@ -768,9 +768,9 @@ var GetQueueAttributesResult = [
768
768
  [_At],
769
769
  [[() => QueueAttributeMap, { [_xN]: _Att, [_xF]: 1 }]],
770
770
  ];
771
- var GetQueueUrlRequest = [3, n0, _GQUR, 0, [_QN, _QOAWSAI], [0, 0]];
772
- var GetQueueUrlResult = [3, n0, _GQURe, 0, [_QU], [0]];
773
- var InvalidAddress = [
771
+ var GetQueueUrlRequest$ = [3, n0, _GQUR, 0, [_QN, _QOAWSAI], [0, 0]];
772
+ var GetQueueUrlResult$ = [3, n0, _GQURe, 0, [_QU], [0]];
773
+ var InvalidAddress$ = [
774
774
  -3,
775
775
  n0,
776
776
  _IA,
@@ -778,12 +778,12 @@ var InvalidAddress = [
778
778
  [_m],
779
779
  [0],
780
780
  ];
781
- schema.TypeRegistry.for(n0).registerError(InvalidAddress, InvalidAddress$1);
782
- var InvalidAttributeName = [-3, n0, _IAN, { [_e]: _c }, [_m], [0]];
783
- schema.TypeRegistry.for(n0).registerError(InvalidAttributeName, InvalidAttributeName$1);
784
- var InvalidAttributeValue = [-3, n0, _IAV, { [_e]: _c }, [_m], [0]];
785
- schema.TypeRegistry.for(n0).registerError(InvalidAttributeValue, InvalidAttributeValue$1);
786
- var InvalidBatchEntryId = [
781
+ schema.TypeRegistry.for(n0).registerError(InvalidAddress$, InvalidAddress);
782
+ var InvalidAttributeName$ = [-3, n0, _IAN, { [_e]: _c }, [_m], [0]];
783
+ schema.TypeRegistry.for(n0).registerError(InvalidAttributeName$, InvalidAttributeName);
784
+ var InvalidAttributeValue$ = [-3, n0, _IAV, { [_e]: _c }, [_m], [0]];
785
+ schema.TypeRegistry.for(n0).registerError(InvalidAttributeValue$, InvalidAttributeValue);
786
+ var InvalidBatchEntryId$ = [
787
787
  -3,
788
788
  n0,
789
789
  _IBEI,
@@ -791,12 +791,12 @@ var InvalidBatchEntryId = [
791
791
  [_m],
792
792
  [0],
793
793
  ];
794
- schema.TypeRegistry.for(n0).registerError(InvalidBatchEntryId, InvalidBatchEntryId$1);
795
- var InvalidIdFormat = [-3, n0, _IIF, { [_e]: _c }, [], []];
796
- schema.TypeRegistry.for(n0).registerError(InvalidIdFormat, InvalidIdFormat$1);
797
- var InvalidMessageContents = [-3, n0, _IMC, { [_e]: _c }, [_m], [0]];
798
- schema.TypeRegistry.for(n0).registerError(InvalidMessageContents, InvalidMessageContents$1);
799
- var InvalidSecurity = [
794
+ schema.TypeRegistry.for(n0).registerError(InvalidBatchEntryId$, InvalidBatchEntryId);
795
+ var InvalidIdFormat$ = [-3, n0, _IIF, { [_e]: _c }, [], []];
796
+ schema.TypeRegistry.for(n0).registerError(InvalidIdFormat$, InvalidIdFormat);
797
+ var InvalidMessageContents$ = [-3, n0, _IMC, { [_e]: _c }, [_m], [0]];
798
+ schema.TypeRegistry.for(n0).registerError(InvalidMessageContents$, InvalidMessageContents);
799
+ var InvalidSecurity$ = [
800
800
  -3,
801
801
  n0,
802
802
  _IS,
@@ -804,8 +804,8 @@ var InvalidSecurity = [
804
804
  [_m],
805
805
  [0],
806
806
  ];
807
- schema.TypeRegistry.for(n0).registerError(InvalidSecurity, InvalidSecurity$1);
808
- var KmsAccessDenied = [
807
+ schema.TypeRegistry.for(n0).registerError(InvalidSecurity$, InvalidSecurity);
808
+ var KmsAccessDenied$ = [
809
809
  -3,
810
810
  n0,
811
811
  _KAD,
@@ -813,8 +813,8 @@ var KmsAccessDenied = [
813
813
  [_m],
814
814
  [0],
815
815
  ];
816
- schema.TypeRegistry.for(n0).registerError(KmsAccessDenied, KmsAccessDenied$1);
817
- var KmsDisabled = [
816
+ schema.TypeRegistry.for(n0).registerError(KmsAccessDenied$, KmsAccessDenied);
817
+ var KmsDisabled$ = [
818
818
  -3,
819
819
  n0,
820
820
  _KD,
@@ -822,8 +822,8 @@ var KmsDisabled = [
822
822
  [_m],
823
823
  [0],
824
824
  ];
825
- schema.TypeRegistry.for(n0).registerError(KmsDisabled, KmsDisabled$1);
826
- var KmsInvalidKeyUsage = [
825
+ schema.TypeRegistry.for(n0).registerError(KmsDisabled$, KmsDisabled);
826
+ var KmsInvalidKeyUsage$ = [
827
827
  -3,
828
828
  n0,
829
829
  _KIKU,
@@ -831,8 +831,8 @@ var KmsInvalidKeyUsage = [
831
831
  [_m],
832
832
  [0],
833
833
  ];
834
- schema.TypeRegistry.for(n0).registerError(KmsInvalidKeyUsage, KmsInvalidKeyUsage$1);
835
- var KmsInvalidState = [
834
+ schema.TypeRegistry.for(n0).registerError(KmsInvalidKeyUsage$, KmsInvalidKeyUsage);
835
+ var KmsInvalidState$ = [
836
836
  -3,
837
837
  n0,
838
838
  _KIS,
@@ -840,8 +840,8 @@ var KmsInvalidState = [
840
840
  [_m],
841
841
  [0],
842
842
  ];
843
- schema.TypeRegistry.for(n0).registerError(KmsInvalidState, KmsInvalidState$1);
844
- var KmsNotFound = [
843
+ schema.TypeRegistry.for(n0).registerError(KmsInvalidState$, KmsInvalidState);
844
+ var KmsNotFound$ = [
845
845
  -3,
846
846
  n0,
847
847
  _KNF,
@@ -849,8 +849,8 @@ var KmsNotFound = [
849
849
  [_m],
850
850
  [0],
851
851
  ];
852
- schema.TypeRegistry.for(n0).registerError(KmsNotFound, KmsNotFound$1);
853
- var KmsOptInRequired = [
852
+ schema.TypeRegistry.for(n0).registerError(KmsNotFound$, KmsNotFound);
853
+ var KmsOptInRequired$ = [
854
854
  -3,
855
855
  n0,
856
856
  _KOIR,
@@ -858,8 +858,8 @@ var KmsOptInRequired = [
858
858
  [_m],
859
859
  [0],
860
860
  ];
861
- schema.TypeRegistry.for(n0).registerError(KmsOptInRequired, KmsOptInRequired$1);
862
- var KmsThrottled = [
861
+ schema.TypeRegistry.for(n0).registerError(KmsOptInRequired$, KmsOptInRequired);
862
+ var KmsThrottled$ = [
863
863
  -3,
864
864
  n0,
865
865
  _KT,
@@ -867,9 +867,9 @@ var KmsThrottled = [
867
867
  [_m],
868
868
  [0],
869
869
  ];
870
- schema.TypeRegistry.for(n0).registerError(KmsThrottled, KmsThrottled$1);
871
- var ListDeadLetterSourceQueuesRequest = [3, n0, _LDLSQR, 0, [_QU, _NT, _MR], [0, 0, 1]];
872
- var ListDeadLetterSourceQueuesResult = [
870
+ schema.TypeRegistry.for(n0).registerError(KmsThrottled$, KmsThrottled);
871
+ var ListDeadLetterSourceQueuesRequest$ = [3, n0, _LDLSQR, 0, [_QU, _NT, _MR], [0, 0, 1]];
872
+ var ListDeadLetterSourceQueuesResult$ = [
873
873
  3,
874
874
  n0,
875
875
  _LDLSQRi,
@@ -877,8 +877,8 @@ var ListDeadLetterSourceQueuesResult = [
877
877
  [_qU, _NT],
878
878
  [[64 | 0, { [_xN]: _QU, [_xF]: 1 }], 0],
879
879
  ];
880
- var ListMessageMoveTasksRequest = [3, n0, _LMMTR, 0, [_SA, _MR], [0, 1]];
881
- var ListMessageMoveTasksResult = [
880
+ var ListMessageMoveTasksRequest$ = [3, n0, _LMMTR, 0, [_SA, _MR], [0, 1]];
881
+ var ListMessageMoveTasksResult$ = [
882
882
  3,
883
883
  n0,
884
884
  _LMMTRi,
@@ -886,7 +886,7 @@ var ListMessageMoveTasksResult = [
886
886
  [_R],
887
887
  [[() => ListMessageMoveTasksResultEntryList, { [_xN]: _LMMTRE, [_xF]: 1 }]],
888
888
  ];
889
- var ListMessageMoveTasksResultEntry = [
889
+ var ListMessageMoveTasksResultEntry$ = [
890
890
  3,
891
891
  n0,
892
892
  _LMMTRE,
@@ -894,8 +894,8 @@ var ListMessageMoveTasksResultEntry = [
894
894
  [_TH, _St, _SA, _DA, _MNOMPS, _ANOMM, _ANOMTM, _FR, _ST],
895
895
  [0, 0, 0, 0, 1, 1, 1, 0, 1],
896
896
  ];
897
- var ListQueuesRequest = [3, n0, _LQR, 0, [_QNP, _NT, _MR], [0, 0, 1]];
898
- var ListQueuesResult = [
897
+ var ListQueuesRequest$ = [3, n0, _LQR, 0, [_QNP, _NT, _MR], [0, 0, 1]];
898
+ var ListQueuesResult$ = [
899
899
  3,
900
900
  n0,
901
901
  _LQRi,
@@ -903,8 +903,8 @@ var ListQueuesResult = [
903
903
  [_QUu, _NT],
904
904
  [[64 | 0, { [_xN]: _QU, [_xF]: 1 }], 0],
905
905
  ];
906
- var ListQueueTagsRequest = [3, n0, _LQTR, 0, [_QU], [0]];
907
- var ListQueueTagsResult = [
906
+ var ListQueueTagsRequest$ = [3, n0, _LQTR, 0, [_QU], [0]];
907
+ var ListQueueTagsResult$ = [
908
908
  3,
909
909
  n0,
910
910
  _LQTRi,
@@ -912,7 +912,7 @@ var ListQueueTagsResult = [
912
912
  [_Ta],
913
913
  [[() => TagMap, { [_xN]: _T, [_xF]: 1 }]],
914
914
  ];
915
- var Message = [
915
+ var Message$ = [
916
916
  3,
917
917
  n0,
918
918
  _M,
@@ -928,7 +928,7 @@ var Message = [
928
928
  [() => MessageBodyAttributeMap, { [_xN]: _MAe, [_xF]: 1 }],
929
929
  ],
930
930
  ];
931
- var MessageAttributeValue = [
931
+ var MessageAttributeValue$ = [
932
932
  3,
933
933
  n0,
934
934
  _MAV,
@@ -936,7 +936,7 @@ var MessageAttributeValue = [
936
936
  [_SV, _BV, _SLV, _BLV, _DT],
937
937
  [0, 21, [() => StringList, { [_xN]: _SLVt, [_xF]: 1 }], [() => BinaryList, { [_xN]: _BLVi, [_xF]: 1 }], 0],
938
938
  ];
939
- var MessageNotInflight = [
939
+ var MessageNotInflight$ = [
940
940
  -3,
941
941
  n0,
942
942
  _MNI,
@@ -944,8 +944,8 @@ var MessageNotInflight = [
944
944
  [],
945
945
  [],
946
946
  ];
947
- schema.TypeRegistry.for(n0).registerError(MessageNotInflight, MessageNotInflight$1);
948
- var MessageSystemAttributeValue = [
947
+ schema.TypeRegistry.for(n0).registerError(MessageNotInflight$, MessageNotInflight);
948
+ var MessageSystemAttributeValue$ = [
949
949
  3,
950
950
  n0,
951
951
  _MSAV,
@@ -953,7 +953,7 @@ var MessageSystemAttributeValue = [
953
953
  [_SV, _BV, _SLV, _BLV, _DT],
954
954
  [0, 21, [() => StringList, { [_xN]: _SLVt, [_xF]: 1 }], [() => BinaryList, { [_xN]: _BLVi, [_xF]: 1 }], 0],
955
955
  ];
956
- var OverLimit = [
956
+ var OverLimit$ = [
957
957
  -3,
958
958
  n0,
959
959
  _OL,
@@ -961,8 +961,8 @@ var OverLimit = [
961
961
  [_m],
962
962
  [0],
963
963
  ];
964
- schema.TypeRegistry.for(n0).registerError(OverLimit, OverLimit$1);
965
- var PurgeQueueInProgress = [
964
+ schema.TypeRegistry.for(n0).registerError(OverLimit$, OverLimit);
965
+ var PurgeQueueInProgress$ = [
966
966
  -3,
967
967
  n0,
968
968
  _PQIP,
@@ -970,9 +970,9 @@ var PurgeQueueInProgress = [
970
970
  [_m],
971
971
  [0],
972
972
  ];
973
- schema.TypeRegistry.for(n0).registerError(PurgeQueueInProgress, PurgeQueueInProgress$1);
974
- var PurgeQueueRequest = [3, n0, _PQR, 0, [_QU], [0]];
975
- var QueueDeletedRecently = [
973
+ schema.TypeRegistry.for(n0).registerError(PurgeQueueInProgress$, PurgeQueueInProgress);
974
+ var PurgeQueueRequest$ = [3, n0, _PQR, 0, [_QU], [0]];
975
+ var QueueDeletedRecently$ = [
976
976
  -3,
977
977
  n0,
978
978
  _QDR,
@@ -980,8 +980,8 @@ var QueueDeletedRecently = [
980
980
  [_m],
981
981
  [0],
982
982
  ];
983
- schema.TypeRegistry.for(n0).registerError(QueueDeletedRecently, QueueDeletedRecently$1);
984
- var QueueDoesNotExist = [
983
+ schema.TypeRegistry.for(n0).registerError(QueueDeletedRecently$, QueueDeletedRecently);
984
+ var QueueDoesNotExist$ = [
985
985
  -3,
986
986
  n0,
987
987
  _QDNE,
@@ -989,8 +989,8 @@ var QueueDoesNotExist = [
989
989
  [_m],
990
990
  [0],
991
991
  ];
992
- schema.TypeRegistry.for(n0).registerError(QueueDoesNotExist, QueueDoesNotExist$1);
993
- var QueueNameExists = [
992
+ schema.TypeRegistry.for(n0).registerError(QueueDoesNotExist$, QueueDoesNotExist);
993
+ var QueueNameExists$ = [
994
994
  -3,
995
995
  n0,
996
996
  _QNE,
@@ -998,8 +998,8 @@ var QueueNameExists = [
998
998
  [_m],
999
999
  [0],
1000
1000
  ];
1001
- schema.TypeRegistry.for(n0).registerError(QueueNameExists, QueueNameExists$1);
1002
- var ReceiptHandleIsInvalid = [
1001
+ schema.TypeRegistry.for(n0).registerError(QueueNameExists$, QueueNameExists);
1002
+ var ReceiptHandleIsInvalid$ = [
1003
1003
  -3,
1004
1004
  n0,
1005
1005
  _RHII,
@@ -1007,8 +1007,8 @@ var ReceiptHandleIsInvalid = [
1007
1007
  [_m],
1008
1008
  [0],
1009
1009
  ];
1010
- schema.TypeRegistry.for(n0).registerError(ReceiptHandleIsInvalid, ReceiptHandleIsInvalid$1);
1011
- var ReceiveMessageRequest = [
1010
+ schema.TypeRegistry.for(n0).registerError(ReceiptHandleIsInvalid$, ReceiptHandleIsInvalid);
1011
+ var ReceiveMessageRequest$ = [
1012
1012
  3,
1013
1013
  n0,
1014
1014
  _RMR,
@@ -1025,7 +1025,7 @@ var ReceiveMessageRequest = [
1025
1025
  0,
1026
1026
  ],
1027
1027
  ];
1028
- var ReceiveMessageResult = [
1028
+ var ReceiveMessageResult$ = [
1029
1029
  3,
1030
1030
  n0,
1031
1031
  _RMRe,
@@ -1033,8 +1033,8 @@ var ReceiveMessageResult = [
1033
1033
  [_Me],
1034
1034
  [[() => MessageList, { [_xN]: _M, [_xF]: 1 }]],
1035
1035
  ];
1036
- var RemovePermissionRequest = [3, n0, _RPR, 0, [_QU, _L], [0, 0]];
1037
- var RequestThrottled = [
1036
+ var RemovePermissionRequest$ = [3, n0, _RPR, 0, [_QU, _L], [0, 0]];
1037
+ var RequestThrottled$ = [
1038
1038
  -3,
1039
1039
  n0,
1040
1040
  _RT,
@@ -1042,8 +1042,8 @@ var RequestThrottled = [
1042
1042
  [_m],
1043
1043
  [0],
1044
1044
  ];
1045
- schema.TypeRegistry.for(n0).registerError(RequestThrottled, RequestThrottled$1);
1046
- var ResourceNotFoundException = [
1045
+ schema.TypeRegistry.for(n0).registerError(RequestThrottled$, RequestThrottled);
1046
+ var ResourceNotFoundException$ = [
1047
1047
  -3,
1048
1048
  n0,
1049
1049
  _RNFE,
@@ -1051,8 +1051,8 @@ var ResourceNotFoundException = [
1051
1051
  [_m],
1052
1052
  [0],
1053
1053
  ];
1054
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1055
- var SendMessageBatchRequest = [
1054
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1055
+ var SendMessageBatchRequest$ = [
1056
1056
  3,
1057
1057
  n0,
1058
1058
  _SMBR,
@@ -1060,7 +1060,7 @@ var SendMessageBatchRequest = [
1060
1060
  [_QU, _E],
1061
1061
  [0, [() => SendMessageBatchRequestEntryList, { [_xN]: _SMBRE, [_xF]: 1 }]],
1062
1062
  ];
1063
- var SendMessageBatchRequestEntry = [
1063
+ var SendMessageBatchRequestEntry$ = [
1064
1064
  3,
1065
1065
  n0,
1066
1066
  _SMBRE,
@@ -1076,7 +1076,7 @@ var SendMessageBatchRequestEntry = [
1076
1076
  0,
1077
1077
  ],
1078
1078
  ];
1079
- var SendMessageBatchResult = [
1079
+ var SendMessageBatchResult$ = [
1080
1080
  3,
1081
1081
  n0,
1082
1082
  _SMBRe,
@@ -1087,7 +1087,7 @@ var SendMessageBatchResult = [
1087
1087
  [() => BatchResultErrorEntryList, { [_xN]: _BREE, [_xF]: 1 }],
1088
1088
  ],
1089
1089
  ];
1090
- var SendMessageBatchResultEntry = [
1090
+ var SendMessageBatchResultEntry$ = [
1091
1091
  3,
1092
1092
  n0,
1093
1093
  _SMBREe,
@@ -1095,7 +1095,7 @@ var SendMessageBatchResultEntry = [
1095
1095
  [_I, _MI, _MDOMB, _MDOMA, _MDOMSA, _SN],
1096
1096
  [0, 0, 0, 0, 0, 0],
1097
1097
  ];
1098
- var SendMessageRequest = [
1098
+ var SendMessageRequest$ = [
1099
1099
  3,
1100
1100
  n0,
1101
1101
  _SMR,
@@ -1111,7 +1111,7 @@ var SendMessageRequest = [
1111
1111
  0,
1112
1112
  ],
1113
1113
  ];
1114
- var SendMessageResult = [
1114
+ var SendMessageResult$ = [
1115
1115
  3,
1116
1116
  n0,
1117
1117
  _SMRe,
@@ -1119,7 +1119,7 @@ var SendMessageResult = [
1119
1119
  [_MDOMB, _MDOMA, _MDOMSA, _MI, _SN],
1120
1120
  [0, 0, 0, 0, 0],
1121
1121
  ];
1122
- var SetQueueAttributesRequest = [
1122
+ var SetQueueAttributesRequest$ = [
1123
1123
  3,
1124
1124
  n0,
1125
1125
  _SQAR,
@@ -1127,9 +1127,9 @@ var SetQueueAttributesRequest = [
1127
1127
  [_QU, _At],
1128
1128
  [0, [() => QueueAttributeMap, { [_xN]: _Att, [_xF]: 1 }]],
1129
1129
  ];
1130
- var StartMessageMoveTaskRequest = [3, n0, _SMMTR, 0, [_SA, _DA, _MNOMPS], [0, 0, 1]];
1131
- var StartMessageMoveTaskResult = [3, n0, _SMMTRt, 0, [_TH], [0]];
1132
- var TagQueueRequest = [
1130
+ var StartMessageMoveTaskRequest$ = [3, n0, _SMMTR, 0, [_SA, _DA, _MNOMPS], [0, 0, 1]];
1131
+ var StartMessageMoveTaskResult$ = [3, n0, _SMMTRt, 0, [_TH], [0]];
1132
+ var TagQueueRequest$ = [
1133
1133
  3,
1134
1134
  n0,
1135
1135
  _TQR,
@@ -1137,7 +1137,7 @@ var TagQueueRequest = [
1137
1137
  [_QU, _Ta],
1138
1138
  [0, [() => TagMap, { [_xN]: _T, [_xF]: 1 }]],
1139
1139
  ];
1140
- var TooManyEntriesInBatchRequest = [
1140
+ var TooManyEntriesInBatchRequest$ = [
1141
1141
  -3,
1142
1142
  n0,
1143
1143
  _TMEIBR,
@@ -1145,8 +1145,8 @@ var TooManyEntriesInBatchRequest = [
1145
1145
  [_m],
1146
1146
  [0],
1147
1147
  ];
1148
- schema.TypeRegistry.for(n0).registerError(TooManyEntriesInBatchRequest, TooManyEntriesInBatchRequest$1);
1149
- var UnsupportedOperation = [
1148
+ schema.TypeRegistry.for(n0).registerError(TooManyEntriesInBatchRequest$, TooManyEntriesInBatchRequest);
1149
+ var UnsupportedOperation$ = [
1150
1150
  -3,
1151
1151
  n0,
1152
1152
  _UO,
@@ -1154,8 +1154,8 @@ var UnsupportedOperation = [
1154
1154
  [_m],
1155
1155
  [0],
1156
1156
  ];
1157
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperation, UnsupportedOperation$1);
1158
- var UntagQueueRequest = [
1157
+ schema.TypeRegistry.for(n0).registerError(UnsupportedOperation$, UnsupportedOperation);
1158
+ var UntagQueueRequest$ = [
1159
1159
  3,
1160
1160
  n0,
1161
1161
  _UQR,
@@ -1164,54 +1164,36 @@ var UntagQueueRequest = [
1164
1164
  [0, [64 | 0, { [_xN]: _TKa, [_xF]: 1 }]],
1165
1165
  ];
1166
1166
  var __Unit = "unit";
1167
- var SQSServiceException = [-3, _s, "SQSServiceException", 0, [], []];
1168
- schema.TypeRegistry.for(_s).registerError(SQSServiceException, SQSServiceException$1);
1169
- var BatchResultErrorEntryList = [1, n0, _BREEL, 0, () => BatchResultErrorEntry];
1167
+ var SQSServiceException$ = [-3, _s, "SQSServiceException", 0, [], []];
1168
+ schema.TypeRegistry.for(_s).registerError(SQSServiceException$, SQSServiceException);
1169
+ var BatchResultErrorEntryList = [1, n0, _BREEL, 0, () => BatchResultErrorEntry$];
1170
1170
  var BinaryList = [1, n0, _BL, 0, [21, { [_xN]: _BLVi }]];
1171
1171
  var ChangeMessageVisibilityBatchRequestEntryList = [
1172
1172
  1,
1173
1173
  n0,
1174
1174
  _CMVBREL,
1175
1175
  0,
1176
- () => ChangeMessageVisibilityBatchRequestEntry,
1176
+ () => ChangeMessageVisibilityBatchRequestEntry$,
1177
1177
  ];
1178
1178
  var ChangeMessageVisibilityBatchResultEntryList = [
1179
1179
  1,
1180
1180
  n0,
1181
1181
  _CMVBRELh,
1182
1182
  0,
1183
- () => ChangeMessageVisibilityBatchResultEntry,
1184
- ];
1185
- var DeleteMessageBatchRequestEntryList = [
1186
- 1,
1187
- n0,
1188
- _DMBREL,
1189
- 0,
1190
- () => DeleteMessageBatchRequestEntry,
1191
- ];
1192
- var DeleteMessageBatchResultEntryList = [
1193
- 1,
1194
- n0,
1195
- _DMBRELe,
1196
- 0,
1197
- () => DeleteMessageBatchResultEntry,
1183
+ () => ChangeMessageVisibilityBatchResultEntry$,
1198
1184
  ];
1185
+ var DeleteMessageBatchRequestEntryList = [1, n0, _DMBREL, 0, () => DeleteMessageBatchRequestEntry$];
1186
+ var DeleteMessageBatchResultEntryList = [1, n0, _DMBRELe, 0, () => DeleteMessageBatchResultEntry$];
1199
1187
  var ListMessageMoveTasksResultEntryList = [
1200
1188
  1,
1201
1189
  n0,
1202
1190
  _LMMTREL,
1203
1191
  0,
1204
- () => ListMessageMoveTasksResultEntry,
1192
+ () => ListMessageMoveTasksResultEntry$,
1205
1193
  ];
1206
- var MessageList = [1, n0, _ML, 0, [() => Message, 0]];
1207
- var SendMessageBatchRequestEntryList = [
1208
- 1,
1209
- n0,
1210
- _SMBREL,
1211
- 0,
1212
- [() => SendMessageBatchRequestEntry, 0],
1213
- ];
1214
- var SendMessageBatchResultEntryList = [1, n0, _SMBRELe, 0, () => SendMessageBatchResultEntry];
1194
+ var MessageList = [1, n0, _ML, 0, [() => Message$, 0]];
1195
+ var SendMessageBatchRequestEntryList = [1, n0, _SMBREL, 0, [() => SendMessageBatchRequestEntry$, 0]];
1196
+ var SendMessageBatchResultEntryList = [1, n0, _SMBRELe, 0, () => SendMessageBatchResultEntry$];
1215
1197
  var StringList = [1, n0, _SL, 0, [0, { [_xN]: _SLVt }]];
1216
1198
  var MessageBodyAttributeMap = [
1217
1199
  2,
@@ -1219,7 +1201,7 @@ var MessageBodyAttributeMap = [
1219
1201
  _MBAM,
1220
1202
  0,
1221
1203
  [0, { [_xN]: _N }],
1222
- [() => MessageAttributeValue, { [_xN]: _V }],
1204
+ [() => MessageAttributeValue$, { [_xN]: _V }],
1223
1205
  ];
1224
1206
  var MessageBodySystemAttributeMap = [
1225
1207
  2,
@@ -1227,111 +1209,118 @@ var MessageBodySystemAttributeMap = [
1227
1209
  _MBSAM,
1228
1210
  0,
1229
1211
  [0, { [_xN]: _N }],
1230
- [() => MessageSystemAttributeValue, { [_xN]: _V }],
1212
+ [() => MessageSystemAttributeValue$, { [_xN]: _V }],
1231
1213
  ];
1232
1214
  var MessageSystemAttributeMap = [2, n0, _MSAM, 0, [0, { [_xN]: _N }], [0, { [_xN]: _V }]];
1233
1215
  var QueueAttributeMap = [2, n0, _QAM, 0, [0, { [_xN]: _N }], [0, { [_xN]: _V }]];
1234
1216
  var TagMap = [2, n0, _TM, 0, [0, { [_xN]: _K }], [0, { [_xN]: _V }]];
1235
- var AddPermission = [9, n0, _AP, 0, () => AddPermissionRequest, () => __Unit];
1236
- var CancelMessageMoveTask = [
1217
+ var AddPermission$ = [9, n0, _AP, 0, () => AddPermissionRequest$, () => __Unit];
1218
+ var CancelMessageMoveTask$ = [
1237
1219
  9,
1238
1220
  n0,
1239
1221
  _CMMT,
1240
1222
  0,
1241
- () => CancelMessageMoveTaskRequest,
1242
- () => CancelMessageMoveTaskResult,
1223
+ () => CancelMessageMoveTaskRequest$,
1224
+ () => CancelMessageMoveTaskResult$,
1243
1225
  ];
1244
- var ChangeMessageVisibility = [
1226
+ var ChangeMessageVisibility$ = [
1245
1227
  9,
1246
1228
  n0,
1247
1229
  _CMV,
1248
1230
  0,
1249
- () => ChangeMessageVisibilityRequest,
1231
+ () => ChangeMessageVisibilityRequest$,
1250
1232
  () => __Unit,
1251
1233
  ];
1252
- var ChangeMessageVisibilityBatch = [
1234
+ var ChangeMessageVisibilityBatch$ = [
1253
1235
  9,
1254
1236
  n0,
1255
1237
  _CMVB,
1256
1238
  0,
1257
- () => ChangeMessageVisibilityBatchRequest,
1258
- () => ChangeMessageVisibilityBatchResult,
1239
+ () => ChangeMessageVisibilityBatchRequest$,
1240
+ () => ChangeMessageVisibilityBatchResult$,
1259
1241
  ];
1260
- var CreateQueue = [9, n0, _CQ, 0, () => CreateQueueRequest, () => CreateQueueResult];
1261
- var DeleteMessage = [9, n0, _DM, 0, () => DeleteMessageRequest, () => __Unit];
1262
- var DeleteMessageBatch = [
1242
+ var CreateQueue$ = [9, n0, _CQ, 0, () => CreateQueueRequest$, () => CreateQueueResult$];
1243
+ var DeleteMessage$ = [9, n0, _DM, 0, () => DeleteMessageRequest$, () => __Unit];
1244
+ var DeleteMessageBatch$ = [
1263
1245
  9,
1264
1246
  n0,
1265
1247
  _DMB,
1266
1248
  0,
1267
- () => DeleteMessageBatchRequest,
1268
- () => DeleteMessageBatchResult,
1249
+ () => DeleteMessageBatchRequest$,
1250
+ () => DeleteMessageBatchResult$,
1269
1251
  ];
1270
- var DeleteQueue = [9, n0, _DQ, 0, () => DeleteQueueRequest, () => __Unit];
1271
- var GetQueueAttributes = [
1252
+ var DeleteQueue$ = [9, n0, _DQ, 0, () => DeleteQueueRequest$, () => __Unit];
1253
+ var GetQueueAttributes$ = [
1272
1254
  9,
1273
1255
  n0,
1274
1256
  _GQA,
1275
1257
  0,
1276
- () => GetQueueAttributesRequest,
1277
- () => GetQueueAttributesResult,
1258
+ () => GetQueueAttributesRequest$,
1259
+ () => GetQueueAttributesResult$,
1278
1260
  ];
1279
- var GetQueueUrl = [9, n0, _GQU, 0, () => GetQueueUrlRequest, () => GetQueueUrlResult];
1280
- var ListDeadLetterSourceQueues = [
1261
+ var GetQueueUrl$ = [9, n0, _GQU, 0, () => GetQueueUrlRequest$, () => GetQueueUrlResult$];
1262
+ var ListDeadLetterSourceQueues$ = [
1281
1263
  9,
1282
1264
  n0,
1283
1265
  _LDLSQ,
1284
1266
  0,
1285
- () => ListDeadLetterSourceQueuesRequest,
1286
- () => ListDeadLetterSourceQueuesResult,
1267
+ () => ListDeadLetterSourceQueuesRequest$,
1268
+ () => ListDeadLetterSourceQueuesResult$,
1287
1269
  ];
1288
- var ListMessageMoveTasks = [
1270
+ var ListMessageMoveTasks$ = [
1289
1271
  9,
1290
1272
  n0,
1291
1273
  _LMMT,
1292
1274
  0,
1293
- () => ListMessageMoveTasksRequest,
1294
- () => ListMessageMoveTasksResult,
1275
+ () => ListMessageMoveTasksRequest$,
1276
+ () => ListMessageMoveTasksResult$,
1295
1277
  ];
1296
- var ListQueues = [9, n0, _LQ, 0, () => ListQueuesRequest, () => ListQueuesResult];
1297
- var ListQueueTags = [
1278
+ var ListQueues$ = [9, n0, _LQ, 0, () => ListQueuesRequest$, () => ListQueuesResult$];
1279
+ var ListQueueTags$ = [
1298
1280
  9,
1299
1281
  n0,
1300
1282
  _LQT,
1301
1283
  0,
1302
- () => ListQueueTagsRequest,
1303
- () => ListQueueTagsResult,
1284
+ () => ListQueueTagsRequest$,
1285
+ () => ListQueueTagsResult$,
1304
1286
  ];
1305
- var PurgeQueue = [9, n0, _PQ, 0, () => PurgeQueueRequest, () => __Unit];
1306
- var ReceiveMessage = [
1287
+ var PurgeQueue$ = [9, n0, _PQ, 0, () => PurgeQueueRequest$, () => __Unit];
1288
+ var ReceiveMessage$ = [
1307
1289
  9,
1308
1290
  n0,
1309
1291
  _RM,
1310
1292
  0,
1311
- () => ReceiveMessageRequest,
1312
- () => ReceiveMessageResult,
1293
+ () => ReceiveMessageRequest$,
1294
+ () => ReceiveMessageResult$,
1313
1295
  ];
1314
- var RemovePermission = [9, n0, _RP, 0, () => RemovePermissionRequest, () => __Unit];
1315
- var SendMessage = [9, n0, _SM, 0, () => SendMessageRequest, () => SendMessageResult];
1316
- var SendMessageBatch = [
1296
+ var RemovePermission$ = [9, n0, _RP, 0, () => RemovePermissionRequest$, () => __Unit];
1297
+ var SendMessage$ = [9, n0, _SM, 0, () => SendMessageRequest$, () => SendMessageResult$];
1298
+ var SendMessageBatch$ = [
1317
1299
  9,
1318
1300
  n0,
1319
1301
  _SMB,
1320
1302
  0,
1321
- () => SendMessageBatchRequest,
1322
- () => SendMessageBatchResult,
1303
+ () => SendMessageBatchRequest$,
1304
+ () => SendMessageBatchResult$,
1305
+ ];
1306
+ var SetQueueAttributes$ = [
1307
+ 9,
1308
+ n0,
1309
+ _SQA,
1310
+ 0,
1311
+ () => SetQueueAttributesRequest$,
1312
+ () => __Unit,
1323
1313
  ];
1324
- var SetQueueAttributes = [9, n0, _SQA, 0, () => SetQueueAttributesRequest, () => __Unit];
1325
- var StartMessageMoveTask = [
1314
+ var StartMessageMoveTask$ = [
1326
1315
  9,
1327
1316
  n0,
1328
1317
  _SMMT,
1329
1318
  0,
1330
- () => StartMessageMoveTaskRequest,
1331
- () => StartMessageMoveTaskResult,
1319
+ () => StartMessageMoveTaskRequest$,
1320
+ () => StartMessageMoveTaskResult$,
1332
1321
  ];
1333
- var TagQueue = [9, n0, _TQ, 0, () => TagQueueRequest, () => __Unit];
1334
- var UntagQueue = [9, n0, _UQ, 0, () => UntagQueueRequest, () => __Unit];
1322
+ var TagQueue$ = [9, n0, _TQ, 0, () => TagQueueRequest$, () => __Unit];
1323
+ var UntagQueue$ = [9, n0, _UQ, 0, () => UntagQueueRequest$, () => __Unit];
1335
1324
 
1336
1325
  class AddPermissionCommand extends smithyClient.Command
1337
1326
  .classBuilder()
@@ -1341,7 +1330,7 @@ class AddPermissionCommand extends smithyClient.Command
1341
1330
  })
1342
1331
  .s("AmazonSQS", "AddPermission", {})
1343
1332
  .n("SQSClient", "AddPermissionCommand")
1344
- .sc(AddPermission)
1333
+ .sc(AddPermission$)
1345
1334
  .build() {
1346
1335
  }
1347
1336
 
@@ -1353,7 +1342,7 @@ class CancelMessageMoveTaskCommand extends smithyClient.Command
1353
1342
  })
1354
1343
  .s("AmazonSQS", "CancelMessageMoveTask", {})
1355
1344
  .n("SQSClient", "CancelMessageMoveTaskCommand")
1356
- .sc(CancelMessageMoveTask)
1345
+ .sc(CancelMessageMoveTask$)
1357
1346
  .build() {
1358
1347
  }
1359
1348
 
@@ -1365,7 +1354,7 @@ class ChangeMessageVisibilityBatchCommand extends smithyClient.Command
1365
1354
  })
1366
1355
  .s("AmazonSQS", "ChangeMessageVisibilityBatch", {})
1367
1356
  .n("SQSClient", "ChangeMessageVisibilityBatchCommand")
1368
- .sc(ChangeMessageVisibilityBatch)
1357
+ .sc(ChangeMessageVisibilityBatch$)
1369
1358
  .build() {
1370
1359
  }
1371
1360
 
@@ -1377,7 +1366,7 @@ class ChangeMessageVisibilityCommand extends smithyClient.Command
1377
1366
  })
1378
1367
  .s("AmazonSQS", "ChangeMessageVisibility", {})
1379
1368
  .n("SQSClient", "ChangeMessageVisibilityCommand")
1380
- .sc(ChangeMessageVisibility)
1369
+ .sc(ChangeMessageVisibility$)
1381
1370
  .build() {
1382
1371
  }
1383
1372
 
@@ -1389,7 +1378,7 @@ class CreateQueueCommand extends smithyClient.Command
1389
1378
  })
1390
1379
  .s("AmazonSQS", "CreateQueue", {})
1391
1380
  .n("SQSClient", "CreateQueueCommand")
1392
- .sc(CreateQueue)
1381
+ .sc(CreateQueue$)
1393
1382
  .build() {
1394
1383
  }
1395
1384
 
@@ -1401,7 +1390,7 @@ class DeleteMessageBatchCommand extends smithyClient.Command
1401
1390
  })
1402
1391
  .s("AmazonSQS", "DeleteMessageBatch", {})
1403
1392
  .n("SQSClient", "DeleteMessageBatchCommand")
1404
- .sc(DeleteMessageBatch)
1393
+ .sc(DeleteMessageBatch$)
1405
1394
  .build() {
1406
1395
  }
1407
1396
 
@@ -1413,7 +1402,7 @@ class DeleteMessageCommand extends smithyClient.Command
1413
1402
  })
1414
1403
  .s("AmazonSQS", "DeleteMessage", {})
1415
1404
  .n("SQSClient", "DeleteMessageCommand")
1416
- .sc(DeleteMessage)
1405
+ .sc(DeleteMessage$)
1417
1406
  .build() {
1418
1407
  }
1419
1408
 
@@ -1425,7 +1414,7 @@ class DeleteQueueCommand extends smithyClient.Command
1425
1414
  })
1426
1415
  .s("AmazonSQS", "DeleteQueue", {})
1427
1416
  .n("SQSClient", "DeleteQueueCommand")
1428
- .sc(DeleteQueue)
1417
+ .sc(DeleteQueue$)
1429
1418
  .build() {
1430
1419
  }
1431
1420
 
@@ -1437,7 +1426,7 @@ class GetQueueAttributesCommand extends smithyClient.Command
1437
1426
  })
1438
1427
  .s("AmazonSQS", "GetQueueAttributes", {})
1439
1428
  .n("SQSClient", "GetQueueAttributesCommand")
1440
- .sc(GetQueueAttributes)
1429
+ .sc(GetQueueAttributes$)
1441
1430
  .build() {
1442
1431
  }
1443
1432
 
@@ -1449,7 +1438,7 @@ class GetQueueUrlCommand extends smithyClient.Command
1449
1438
  })
1450
1439
  .s("AmazonSQS", "GetQueueUrl", {})
1451
1440
  .n("SQSClient", "GetQueueUrlCommand")
1452
- .sc(GetQueueUrl)
1441
+ .sc(GetQueueUrl$)
1453
1442
  .build() {
1454
1443
  }
1455
1444
 
@@ -1461,7 +1450,7 @@ class ListDeadLetterSourceQueuesCommand extends smithyClient.Command
1461
1450
  })
1462
1451
  .s("AmazonSQS", "ListDeadLetterSourceQueues", {})
1463
1452
  .n("SQSClient", "ListDeadLetterSourceQueuesCommand")
1464
- .sc(ListDeadLetterSourceQueues)
1453
+ .sc(ListDeadLetterSourceQueues$)
1465
1454
  .build() {
1466
1455
  }
1467
1456
 
@@ -1473,7 +1462,7 @@ class ListMessageMoveTasksCommand extends smithyClient.Command
1473
1462
  })
1474
1463
  .s("AmazonSQS", "ListMessageMoveTasks", {})
1475
1464
  .n("SQSClient", "ListMessageMoveTasksCommand")
1476
- .sc(ListMessageMoveTasks)
1465
+ .sc(ListMessageMoveTasks$)
1477
1466
  .build() {
1478
1467
  }
1479
1468
 
@@ -1485,7 +1474,7 @@ class ListQueuesCommand extends smithyClient.Command
1485
1474
  })
1486
1475
  .s("AmazonSQS", "ListQueues", {})
1487
1476
  .n("SQSClient", "ListQueuesCommand")
1488
- .sc(ListQueues)
1477
+ .sc(ListQueues$)
1489
1478
  .build() {
1490
1479
  }
1491
1480
 
@@ -1497,7 +1486,7 @@ class ListQueueTagsCommand extends smithyClient.Command
1497
1486
  })
1498
1487
  .s("AmazonSQS", "ListQueueTags", {})
1499
1488
  .n("SQSClient", "ListQueueTagsCommand")
1500
- .sc(ListQueueTags)
1489
+ .sc(ListQueueTags$)
1501
1490
  .build() {
1502
1491
  }
1503
1492
 
@@ -1509,7 +1498,7 @@ class PurgeQueueCommand extends smithyClient.Command
1509
1498
  })
1510
1499
  .s("AmazonSQS", "PurgeQueue", {})
1511
1500
  .n("SQSClient", "PurgeQueueCommand")
1512
- .sc(PurgeQueue)
1501
+ .sc(PurgeQueue$)
1513
1502
  .build() {
1514
1503
  }
1515
1504
 
@@ -1521,7 +1510,7 @@ class ReceiveMessageCommand extends smithyClient.Command
1521
1510
  })
1522
1511
  .s("AmazonSQS", "ReceiveMessage", {})
1523
1512
  .n("SQSClient", "ReceiveMessageCommand")
1524
- .sc(ReceiveMessage)
1513
+ .sc(ReceiveMessage$)
1525
1514
  .build() {
1526
1515
  }
1527
1516
 
@@ -1533,7 +1522,7 @@ class RemovePermissionCommand extends smithyClient.Command
1533
1522
  })
1534
1523
  .s("AmazonSQS", "RemovePermission", {})
1535
1524
  .n("SQSClient", "RemovePermissionCommand")
1536
- .sc(RemovePermission)
1525
+ .sc(RemovePermission$)
1537
1526
  .build() {
1538
1527
  }
1539
1528
 
@@ -1545,7 +1534,7 @@ class SendMessageBatchCommand extends smithyClient.Command
1545
1534
  })
1546
1535
  .s("AmazonSQS", "SendMessageBatch", {})
1547
1536
  .n("SQSClient", "SendMessageBatchCommand")
1548
- .sc(SendMessageBatch)
1537
+ .sc(SendMessageBatch$)
1549
1538
  .build() {
1550
1539
  }
1551
1540
 
@@ -1557,7 +1546,7 @@ class SendMessageCommand extends smithyClient.Command
1557
1546
  })
1558
1547
  .s("AmazonSQS", "SendMessage", {})
1559
1548
  .n("SQSClient", "SendMessageCommand")
1560
- .sc(SendMessage)
1549
+ .sc(SendMessage$)
1561
1550
  .build() {
1562
1551
  }
1563
1552
 
@@ -1569,7 +1558,7 @@ class SetQueueAttributesCommand extends smithyClient.Command
1569
1558
  })
1570
1559
  .s("AmazonSQS", "SetQueueAttributes", {})
1571
1560
  .n("SQSClient", "SetQueueAttributesCommand")
1572
- .sc(SetQueueAttributes)
1561
+ .sc(SetQueueAttributes$)
1573
1562
  .build() {
1574
1563
  }
1575
1564
 
@@ -1581,7 +1570,7 @@ class StartMessageMoveTaskCommand extends smithyClient.Command
1581
1570
  })
1582
1571
  .s("AmazonSQS", "StartMessageMoveTask", {})
1583
1572
  .n("SQSClient", "StartMessageMoveTaskCommand")
1584
- .sc(StartMessageMoveTask)
1573
+ .sc(StartMessageMoveTask$)
1585
1574
  .build() {
1586
1575
  }
1587
1576
 
@@ -1593,7 +1582,7 @@ class TagQueueCommand extends smithyClient.Command
1593
1582
  })
1594
1583
  .s("AmazonSQS", "TagQueue", {})
1595
1584
  .n("SQSClient", "TagQueueCommand")
1596
- .sc(TagQueue)
1585
+ .sc(TagQueue$)
1597
1586
  .build() {
1598
1587
  }
1599
1588
 
@@ -1605,7 +1594,7 @@ class UntagQueueCommand extends smithyClient.Command
1605
1594
  })
1606
1595
  .s("AmazonSQS", "UntagQueue", {})
1607
1596
  .n("SQSClient", "UntagQueueCommand")
1608
- .sc(UntagQueue)
1597
+ .sc(UntagQueue$)
1609
1598
  .build() {
1610
1599
  }
1611
1600
 
@@ -1690,62 +1679,162 @@ Object.defineProperty(exports, "__Client", {
1690
1679
  enumerable: true,
1691
1680
  get: function () { return smithyClient.Client; }
1692
1681
  });
1682
+ exports.AddPermission$ = AddPermission$;
1693
1683
  exports.AddPermissionCommand = AddPermissionCommand;
1694
- exports.BatchEntryIdsNotDistinct = BatchEntryIdsNotDistinct$1;
1695
- exports.BatchRequestTooLong = BatchRequestTooLong$1;
1684
+ exports.AddPermissionRequest$ = AddPermissionRequest$;
1685
+ exports.BatchEntryIdsNotDistinct = BatchEntryIdsNotDistinct;
1686
+ exports.BatchEntryIdsNotDistinct$ = BatchEntryIdsNotDistinct$;
1687
+ exports.BatchRequestTooLong = BatchRequestTooLong;
1688
+ exports.BatchRequestTooLong$ = BatchRequestTooLong$;
1689
+ exports.BatchResultErrorEntry$ = BatchResultErrorEntry$;
1690
+ exports.CancelMessageMoveTask$ = CancelMessageMoveTask$;
1696
1691
  exports.CancelMessageMoveTaskCommand = CancelMessageMoveTaskCommand;
1692
+ exports.CancelMessageMoveTaskRequest$ = CancelMessageMoveTaskRequest$;
1693
+ exports.CancelMessageMoveTaskResult$ = CancelMessageMoveTaskResult$;
1694
+ exports.ChangeMessageVisibility$ = ChangeMessageVisibility$;
1695
+ exports.ChangeMessageVisibilityBatch$ = ChangeMessageVisibilityBatch$;
1697
1696
  exports.ChangeMessageVisibilityBatchCommand = ChangeMessageVisibilityBatchCommand;
1697
+ exports.ChangeMessageVisibilityBatchRequest$ = ChangeMessageVisibilityBatchRequest$;
1698
+ exports.ChangeMessageVisibilityBatchRequestEntry$ = ChangeMessageVisibilityBatchRequestEntry$;
1699
+ exports.ChangeMessageVisibilityBatchResult$ = ChangeMessageVisibilityBatchResult$;
1700
+ exports.ChangeMessageVisibilityBatchResultEntry$ = ChangeMessageVisibilityBatchResultEntry$;
1698
1701
  exports.ChangeMessageVisibilityCommand = ChangeMessageVisibilityCommand;
1702
+ exports.ChangeMessageVisibilityRequest$ = ChangeMessageVisibilityRequest$;
1703
+ exports.CreateQueue$ = CreateQueue$;
1699
1704
  exports.CreateQueueCommand = CreateQueueCommand;
1705
+ exports.CreateQueueRequest$ = CreateQueueRequest$;
1706
+ exports.CreateQueueResult$ = CreateQueueResult$;
1707
+ exports.DeleteMessage$ = DeleteMessage$;
1708
+ exports.DeleteMessageBatch$ = DeleteMessageBatch$;
1700
1709
  exports.DeleteMessageBatchCommand = DeleteMessageBatchCommand;
1710
+ exports.DeleteMessageBatchRequest$ = DeleteMessageBatchRequest$;
1711
+ exports.DeleteMessageBatchRequestEntry$ = DeleteMessageBatchRequestEntry$;
1712
+ exports.DeleteMessageBatchResult$ = DeleteMessageBatchResult$;
1713
+ exports.DeleteMessageBatchResultEntry$ = DeleteMessageBatchResultEntry$;
1701
1714
  exports.DeleteMessageCommand = DeleteMessageCommand;
1715
+ exports.DeleteMessageRequest$ = DeleteMessageRequest$;
1716
+ exports.DeleteQueue$ = DeleteQueue$;
1702
1717
  exports.DeleteQueueCommand = DeleteQueueCommand;
1703
- exports.EmptyBatchRequest = EmptyBatchRequest$1;
1718
+ exports.DeleteQueueRequest$ = DeleteQueueRequest$;
1719
+ exports.EmptyBatchRequest = EmptyBatchRequest;
1720
+ exports.EmptyBatchRequest$ = EmptyBatchRequest$;
1721
+ exports.GetQueueAttributes$ = GetQueueAttributes$;
1704
1722
  exports.GetQueueAttributesCommand = GetQueueAttributesCommand;
1723
+ exports.GetQueueAttributesRequest$ = GetQueueAttributesRequest$;
1724
+ exports.GetQueueAttributesResult$ = GetQueueAttributesResult$;
1725
+ exports.GetQueueUrl$ = GetQueueUrl$;
1705
1726
  exports.GetQueueUrlCommand = GetQueueUrlCommand;
1706
- exports.InvalidAddress = InvalidAddress$1;
1707
- exports.InvalidAttributeName = InvalidAttributeName$1;
1708
- exports.InvalidAttributeValue = InvalidAttributeValue$1;
1709
- exports.InvalidBatchEntryId = InvalidBatchEntryId$1;
1710
- exports.InvalidIdFormat = InvalidIdFormat$1;
1711
- exports.InvalidMessageContents = InvalidMessageContents$1;
1712
- exports.InvalidSecurity = InvalidSecurity$1;
1713
- exports.KmsAccessDenied = KmsAccessDenied$1;
1714
- exports.KmsDisabled = KmsDisabled$1;
1715
- exports.KmsInvalidKeyUsage = KmsInvalidKeyUsage$1;
1716
- exports.KmsInvalidState = KmsInvalidState$1;
1717
- exports.KmsNotFound = KmsNotFound$1;
1718
- exports.KmsOptInRequired = KmsOptInRequired$1;
1719
- exports.KmsThrottled = KmsThrottled$1;
1727
+ exports.GetQueueUrlRequest$ = GetQueueUrlRequest$;
1728
+ exports.GetQueueUrlResult$ = GetQueueUrlResult$;
1729
+ exports.InvalidAddress = InvalidAddress;
1730
+ exports.InvalidAddress$ = InvalidAddress$;
1731
+ exports.InvalidAttributeName = InvalidAttributeName;
1732
+ exports.InvalidAttributeName$ = InvalidAttributeName$;
1733
+ exports.InvalidAttributeValue = InvalidAttributeValue;
1734
+ exports.InvalidAttributeValue$ = InvalidAttributeValue$;
1735
+ exports.InvalidBatchEntryId = InvalidBatchEntryId;
1736
+ exports.InvalidBatchEntryId$ = InvalidBatchEntryId$;
1737
+ exports.InvalidIdFormat = InvalidIdFormat;
1738
+ exports.InvalidIdFormat$ = InvalidIdFormat$;
1739
+ exports.InvalidMessageContents = InvalidMessageContents;
1740
+ exports.InvalidMessageContents$ = InvalidMessageContents$;
1741
+ exports.InvalidSecurity = InvalidSecurity;
1742
+ exports.InvalidSecurity$ = InvalidSecurity$;
1743
+ exports.KmsAccessDenied = KmsAccessDenied;
1744
+ exports.KmsAccessDenied$ = KmsAccessDenied$;
1745
+ exports.KmsDisabled = KmsDisabled;
1746
+ exports.KmsDisabled$ = KmsDisabled$;
1747
+ exports.KmsInvalidKeyUsage = KmsInvalidKeyUsage;
1748
+ exports.KmsInvalidKeyUsage$ = KmsInvalidKeyUsage$;
1749
+ exports.KmsInvalidState = KmsInvalidState;
1750
+ exports.KmsInvalidState$ = KmsInvalidState$;
1751
+ exports.KmsNotFound = KmsNotFound;
1752
+ exports.KmsNotFound$ = KmsNotFound$;
1753
+ exports.KmsOptInRequired = KmsOptInRequired;
1754
+ exports.KmsOptInRequired$ = KmsOptInRequired$;
1755
+ exports.KmsThrottled = KmsThrottled;
1756
+ exports.KmsThrottled$ = KmsThrottled$;
1757
+ exports.ListDeadLetterSourceQueues$ = ListDeadLetterSourceQueues$;
1720
1758
  exports.ListDeadLetterSourceQueuesCommand = ListDeadLetterSourceQueuesCommand;
1759
+ exports.ListDeadLetterSourceQueuesRequest$ = ListDeadLetterSourceQueuesRequest$;
1760
+ exports.ListDeadLetterSourceQueuesResult$ = ListDeadLetterSourceQueuesResult$;
1761
+ exports.ListMessageMoveTasks$ = ListMessageMoveTasks$;
1721
1762
  exports.ListMessageMoveTasksCommand = ListMessageMoveTasksCommand;
1763
+ exports.ListMessageMoveTasksRequest$ = ListMessageMoveTasksRequest$;
1764
+ exports.ListMessageMoveTasksResult$ = ListMessageMoveTasksResult$;
1765
+ exports.ListMessageMoveTasksResultEntry$ = ListMessageMoveTasksResultEntry$;
1766
+ exports.ListQueueTags$ = ListQueueTags$;
1722
1767
  exports.ListQueueTagsCommand = ListQueueTagsCommand;
1768
+ exports.ListQueueTagsRequest$ = ListQueueTagsRequest$;
1769
+ exports.ListQueueTagsResult$ = ListQueueTagsResult$;
1770
+ exports.ListQueues$ = ListQueues$;
1723
1771
  exports.ListQueuesCommand = ListQueuesCommand;
1724
- exports.MessageNotInflight = MessageNotInflight$1;
1772
+ exports.ListQueuesRequest$ = ListQueuesRequest$;
1773
+ exports.ListQueuesResult$ = ListQueuesResult$;
1774
+ exports.Message$ = Message$;
1775
+ exports.MessageAttributeValue$ = MessageAttributeValue$;
1776
+ exports.MessageNotInflight = MessageNotInflight;
1777
+ exports.MessageNotInflight$ = MessageNotInflight$;
1725
1778
  exports.MessageSystemAttributeName = MessageSystemAttributeName;
1726
1779
  exports.MessageSystemAttributeNameForSends = MessageSystemAttributeNameForSends;
1727
- exports.OverLimit = OverLimit$1;
1780
+ exports.MessageSystemAttributeValue$ = MessageSystemAttributeValue$;
1781
+ exports.OverLimit = OverLimit;
1782
+ exports.OverLimit$ = OverLimit$;
1783
+ exports.PurgeQueue$ = PurgeQueue$;
1728
1784
  exports.PurgeQueueCommand = PurgeQueueCommand;
1729
- exports.PurgeQueueInProgress = PurgeQueueInProgress$1;
1785
+ exports.PurgeQueueInProgress = PurgeQueueInProgress;
1786
+ exports.PurgeQueueInProgress$ = PurgeQueueInProgress$;
1787
+ exports.PurgeQueueRequest$ = PurgeQueueRequest$;
1730
1788
  exports.QueueAttributeName = QueueAttributeName;
1731
- exports.QueueDeletedRecently = QueueDeletedRecently$1;
1732
- exports.QueueDoesNotExist = QueueDoesNotExist$1;
1733
- exports.QueueNameExists = QueueNameExists$1;
1734
- exports.ReceiptHandleIsInvalid = ReceiptHandleIsInvalid$1;
1789
+ exports.QueueDeletedRecently = QueueDeletedRecently;
1790
+ exports.QueueDeletedRecently$ = QueueDeletedRecently$;
1791
+ exports.QueueDoesNotExist = QueueDoesNotExist;
1792
+ exports.QueueDoesNotExist$ = QueueDoesNotExist$;
1793
+ exports.QueueNameExists = QueueNameExists;
1794
+ exports.QueueNameExists$ = QueueNameExists$;
1795
+ exports.ReceiptHandleIsInvalid = ReceiptHandleIsInvalid;
1796
+ exports.ReceiptHandleIsInvalid$ = ReceiptHandleIsInvalid$;
1797
+ exports.ReceiveMessage$ = ReceiveMessage$;
1735
1798
  exports.ReceiveMessageCommand = ReceiveMessageCommand;
1799
+ exports.ReceiveMessageRequest$ = ReceiveMessageRequest$;
1800
+ exports.ReceiveMessageResult$ = ReceiveMessageResult$;
1801
+ exports.RemovePermission$ = RemovePermission$;
1736
1802
  exports.RemovePermissionCommand = RemovePermissionCommand;
1737
- exports.RequestThrottled = RequestThrottled$1;
1738
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1803
+ exports.RemovePermissionRequest$ = RemovePermissionRequest$;
1804
+ exports.RequestThrottled = RequestThrottled;
1805
+ exports.RequestThrottled$ = RequestThrottled$;
1806
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1807
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1739
1808
  exports.SQS = SQS;
1740
1809
  exports.SQSClient = SQSClient;
1741
- exports.SQSServiceException = SQSServiceException$1;
1810
+ exports.SQSServiceException = SQSServiceException;
1811
+ exports.SQSServiceException$ = SQSServiceException$;
1812
+ exports.SendMessage$ = SendMessage$;
1813
+ exports.SendMessageBatch$ = SendMessageBatch$;
1742
1814
  exports.SendMessageBatchCommand = SendMessageBatchCommand;
1815
+ exports.SendMessageBatchRequest$ = SendMessageBatchRequest$;
1816
+ exports.SendMessageBatchRequestEntry$ = SendMessageBatchRequestEntry$;
1817
+ exports.SendMessageBatchResult$ = SendMessageBatchResult$;
1818
+ exports.SendMessageBatchResultEntry$ = SendMessageBatchResultEntry$;
1743
1819
  exports.SendMessageCommand = SendMessageCommand;
1820
+ exports.SendMessageRequest$ = SendMessageRequest$;
1821
+ exports.SendMessageResult$ = SendMessageResult$;
1822
+ exports.SetQueueAttributes$ = SetQueueAttributes$;
1744
1823
  exports.SetQueueAttributesCommand = SetQueueAttributesCommand;
1824
+ exports.SetQueueAttributesRequest$ = SetQueueAttributesRequest$;
1825
+ exports.StartMessageMoveTask$ = StartMessageMoveTask$;
1745
1826
  exports.StartMessageMoveTaskCommand = StartMessageMoveTaskCommand;
1827
+ exports.StartMessageMoveTaskRequest$ = StartMessageMoveTaskRequest$;
1828
+ exports.StartMessageMoveTaskResult$ = StartMessageMoveTaskResult$;
1829
+ exports.TagQueue$ = TagQueue$;
1746
1830
  exports.TagQueueCommand = TagQueueCommand;
1747
- exports.TooManyEntriesInBatchRequest = TooManyEntriesInBatchRequest$1;
1748
- exports.UnsupportedOperation = UnsupportedOperation$1;
1831
+ exports.TagQueueRequest$ = TagQueueRequest$;
1832
+ exports.TooManyEntriesInBatchRequest = TooManyEntriesInBatchRequest;
1833
+ exports.TooManyEntriesInBatchRequest$ = TooManyEntriesInBatchRequest$;
1834
+ exports.UnsupportedOperation = UnsupportedOperation;
1835
+ exports.UnsupportedOperation$ = UnsupportedOperation$;
1836
+ exports.UntagQueue$ = UntagQueue$;
1749
1837
  exports.UntagQueueCommand = UntagQueueCommand;
1838
+ exports.UntagQueueRequest$ = UntagQueueRequest$;
1750
1839
  exports.paginateListDeadLetterSourceQueues = paginateListDeadLetterSourceQueues;
1751
1840
  exports.paginateListQueues = paginateListQueues;