@aws-sdk/client-sns 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 (62) hide show
  1. package/dist-cjs/index.js +591 -409
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddPermissionCommand.js +2 -2
  4. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
  5. package/dist-es/commands/ConfirmSubscriptionCommand.js +2 -2
  6. package/dist-es/commands/CreatePlatformApplicationCommand.js +2 -2
  7. package/dist-es/commands/CreatePlatformEndpointCommand.js +2 -2
  8. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
  9. package/dist-es/commands/CreateTopicCommand.js +2 -2
  10. package/dist-es/commands/DeleteEndpointCommand.js +2 -2
  11. package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -2
  12. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
  13. package/dist-es/commands/DeleteTopicCommand.js +2 -2
  14. package/dist-es/commands/GetDataProtectionPolicyCommand.js +2 -2
  15. package/dist-es/commands/GetEndpointAttributesCommand.js +2 -2
  16. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +2 -2
  17. package/dist-es/commands/GetSMSAttributesCommand.js +2 -2
  18. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
  19. package/dist-es/commands/GetSubscriptionAttributesCommand.js +2 -2
  20. package/dist-es/commands/GetTopicAttributesCommand.js +2 -2
  21. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
  22. package/dist-es/commands/ListOriginationNumbersCommand.js +2 -2
  23. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
  24. package/dist-es/commands/ListPlatformApplicationsCommand.js +2 -2
  25. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
  26. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +2 -2
  27. package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-es/commands/ListTopicsCommand.js +2 -2
  30. package/dist-es/commands/OptInPhoneNumberCommand.js +2 -2
  31. package/dist-es/commands/PublishBatchCommand.js +2 -2
  32. package/dist-es/commands/PublishCommand.js +2 -2
  33. package/dist-es/commands/PutDataProtectionPolicyCommand.js +2 -2
  34. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  35. package/dist-es/commands/SetEndpointAttributesCommand.js +2 -2
  36. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -2
  37. package/dist-es/commands/SetSMSAttributesCommand.js +2 -2
  38. package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -2
  39. package/dist-es/commands/SetTopicAttributesCommand.js +2 -2
  40. package/dist-es/commands/SubscribeCommand.js +2 -2
  41. package/dist-es/commands/TagResourceCommand.js +2 -2
  42. package/dist-es/commands/UnsubscribeCommand.js +2 -2
  43. package/dist-es/commands/UntagResourceCommand.js +2 -2
  44. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
  45. package/dist-es/index.js +1 -0
  46. package/dist-es/runtimeConfig.shared.js +7 -6
  47. package/dist-es/schemas/schemas_0.js +298 -277
  48. package/dist-types/SNSClient.d.ts +1 -10
  49. package/dist-types/index.d.ts +1 -0
  50. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  51. package/dist-types/runtimeConfig.d.ts +6 -2
  52. package/dist-types/runtimeConfig.native.d.ts +6 -2
  53. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  54. package/dist-types/schemas/schemas_0.d.ts +162 -185
  55. package/dist-types/ts3.4/SNSClient.d.ts +0 -4
  56. package/dist-types/ts3.4/index.d.ts +1 -0
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +161 -187
  62. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class SNSClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let SNSServiceException$1 = class SNSServiceException extends smithyClient.ServiceException {
113
+ class SNSServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, SNSServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AuthorizationErrorException$1 = class AuthorizationErrorException extends SNSServiceException$1 {
120
+ class AuthorizationErrorException extends SNSServiceException {
121
121
  name = "AuthorizationErrorException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AuthorizationErrorException$1 = class AuthorizationErrorException extends SN
128
128
  });
129
129
  Object.setPrototypeOf(this, AuthorizationErrorException.prototype);
130
130
  }
131
- };
132
- let InternalErrorException$1 = class InternalErrorException extends SNSServiceException$1 {
131
+ }
132
+ class InternalErrorException extends SNSServiceException {
133
133
  name = "InternalErrorException";
134
134
  $fault = "server";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let InternalErrorException$1 = class InternalErrorException extends SNSServiceEx
140
140
  });
141
141
  Object.setPrototypeOf(this, InternalErrorException.prototype);
142
142
  }
143
- };
144
- let InvalidParameterException$1 = class InvalidParameterException extends SNSServiceException$1 {
143
+ }
144
+ class InvalidParameterException extends SNSServiceException {
145
145
  name = "InvalidParameterException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends SNSSer
152
152
  });
153
153
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
154
154
  }
155
- };
156
- let NotFoundException$1 = class NotFoundException extends SNSServiceException$1 {
155
+ }
156
+ class NotFoundException extends SNSServiceException {
157
157
  name = "NotFoundException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let NotFoundException$1 = class NotFoundException extends SNSServiceException$1
164
164
  });
165
165
  Object.setPrototypeOf(this, NotFoundException.prototype);
166
166
  }
167
- };
168
- let ThrottledException$1 = class ThrottledException extends SNSServiceException$1 {
167
+ }
168
+ class ThrottledException extends SNSServiceException {
169
169
  name = "ThrottledException";
170
170
  $fault = "client";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let ThrottledException$1 = class ThrottledException extends SNSServiceException$
176
176
  });
177
177
  Object.setPrototypeOf(this, ThrottledException.prototype);
178
178
  }
179
- };
180
- let FilterPolicyLimitExceededException$1 = class FilterPolicyLimitExceededException extends SNSServiceException$1 {
179
+ }
180
+ class FilterPolicyLimitExceededException extends SNSServiceException {
181
181
  name = "FilterPolicyLimitExceededException";
182
182
  $fault = "client";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ let FilterPolicyLimitExceededException$1 = class FilterPolicyLimitExceededExcept
188
188
  });
189
189
  Object.setPrototypeOf(this, FilterPolicyLimitExceededException.prototype);
190
190
  }
191
- };
192
- let ReplayLimitExceededException$1 = class ReplayLimitExceededException extends SNSServiceException$1 {
191
+ }
192
+ class ReplayLimitExceededException extends SNSServiceException {
193
193
  name = "ReplayLimitExceededException";
194
194
  $fault = "client";
195
195
  constructor(opts) {
@@ -200,8 +200,8 @@ let ReplayLimitExceededException$1 = class ReplayLimitExceededException extends
200
200
  });
201
201
  Object.setPrototypeOf(this, ReplayLimitExceededException.prototype);
202
202
  }
203
- };
204
- let SubscriptionLimitExceededException$1 = class SubscriptionLimitExceededException extends SNSServiceException$1 {
203
+ }
204
+ class SubscriptionLimitExceededException extends SNSServiceException {
205
205
  name = "SubscriptionLimitExceededException";
206
206
  $fault = "client";
207
207
  constructor(opts) {
@@ -212,8 +212,8 @@ let SubscriptionLimitExceededException$1 = class SubscriptionLimitExceededExcept
212
212
  });
213
213
  Object.setPrototypeOf(this, SubscriptionLimitExceededException.prototype);
214
214
  }
215
- };
216
- let OptedOutException$1 = class OptedOutException extends SNSServiceException$1 {
215
+ }
216
+ class OptedOutException extends SNSServiceException {
217
217
  name = "OptedOutException";
218
218
  $fault = "client";
219
219
  constructor(opts) {
@@ -224,8 +224,8 @@ let OptedOutException$1 = class OptedOutException extends SNSServiceException$1
224
224
  });
225
225
  Object.setPrototypeOf(this, OptedOutException.prototype);
226
226
  }
227
- };
228
- let UserErrorException$1 = class UserErrorException extends SNSServiceException$1 {
227
+ }
228
+ class UserErrorException extends SNSServiceException {
229
229
  name = "UserErrorException";
230
230
  $fault = "client";
231
231
  constructor(opts) {
@@ -236,8 +236,8 @@ let UserErrorException$1 = class UserErrorException extends SNSServiceException$
236
236
  });
237
237
  Object.setPrototypeOf(this, UserErrorException.prototype);
238
238
  }
239
- };
240
- let ConcurrentAccessException$1 = class ConcurrentAccessException extends SNSServiceException$1 {
239
+ }
240
+ class ConcurrentAccessException extends SNSServiceException {
241
241
  name = "ConcurrentAccessException";
242
242
  $fault = "client";
243
243
  constructor(opts) {
@@ -248,8 +248,8 @@ let ConcurrentAccessException$1 = class ConcurrentAccessException extends SNSSer
248
248
  });
249
249
  Object.setPrototypeOf(this, ConcurrentAccessException.prototype);
250
250
  }
251
- };
252
- let InvalidSecurityException$1 = class InvalidSecurityException extends SNSServiceException$1 {
251
+ }
252
+ class InvalidSecurityException extends SNSServiceException {
253
253
  name = "InvalidSecurityException";
254
254
  $fault = "client";
255
255
  constructor(opts) {
@@ -260,8 +260,8 @@ let InvalidSecurityException$1 = class InvalidSecurityException extends SNSServi
260
260
  });
261
261
  Object.setPrototypeOf(this, InvalidSecurityException.prototype);
262
262
  }
263
- };
264
- let StaleTagException$1 = class StaleTagException extends SNSServiceException$1 {
263
+ }
264
+ class StaleTagException extends SNSServiceException {
265
265
  name = "StaleTagException";
266
266
  $fault = "client";
267
267
  constructor(opts) {
@@ -272,8 +272,8 @@ let StaleTagException$1 = class StaleTagException extends SNSServiceException$1
272
272
  });
273
273
  Object.setPrototypeOf(this, StaleTagException.prototype);
274
274
  }
275
- };
276
- let TagLimitExceededException$1 = class TagLimitExceededException extends SNSServiceException$1 {
275
+ }
276
+ class TagLimitExceededException extends SNSServiceException {
277
277
  name = "TagLimitExceededException";
278
278
  $fault = "client";
279
279
  constructor(opts) {
@@ -284,8 +284,8 @@ let TagLimitExceededException$1 = class TagLimitExceededException extends SNSSer
284
284
  });
285
285
  Object.setPrototypeOf(this, TagLimitExceededException.prototype);
286
286
  }
287
- };
288
- let TagPolicyException$1 = class TagPolicyException extends SNSServiceException$1 {
287
+ }
288
+ class TagPolicyException extends SNSServiceException {
289
289
  name = "TagPolicyException";
290
290
  $fault = "client";
291
291
  constructor(opts) {
@@ -296,8 +296,8 @@ let TagPolicyException$1 = class TagPolicyException extends SNSServiceException$
296
296
  });
297
297
  Object.setPrototypeOf(this, TagPolicyException.prototype);
298
298
  }
299
- };
300
- let TopicLimitExceededException$1 = class TopicLimitExceededException extends SNSServiceException$1 {
299
+ }
300
+ class TopicLimitExceededException extends SNSServiceException {
301
301
  name = "TopicLimitExceededException";
302
302
  $fault = "client";
303
303
  constructor(opts) {
@@ -308,8 +308,8 @@ let TopicLimitExceededException$1 = class TopicLimitExceededException extends SN
308
308
  });
309
309
  Object.setPrototypeOf(this, TopicLimitExceededException.prototype);
310
310
  }
311
- };
312
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends SNSServiceException$1 {
311
+ }
312
+ class ResourceNotFoundException extends SNSServiceException {
313
313
  name = "ResourceNotFoundException";
314
314
  $fault = "client";
315
315
  constructor(opts) {
@@ -320,8 +320,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends SNSSer
320
320
  });
321
321
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
322
322
  }
323
- };
324
- let InvalidStateException$1 = class InvalidStateException extends SNSServiceException$1 {
323
+ }
324
+ class InvalidStateException extends SNSServiceException {
325
325
  name = "InvalidStateException";
326
326
  $fault = "client";
327
327
  constructor(opts) {
@@ -332,8 +332,8 @@ let InvalidStateException$1 = class InvalidStateException extends SNSServiceExce
332
332
  });
333
333
  Object.setPrototypeOf(this, InvalidStateException.prototype);
334
334
  }
335
- };
336
- let ValidationException$1 = class ValidationException extends SNSServiceException$1 {
335
+ }
336
+ class ValidationException extends SNSServiceException {
337
337
  name = "ValidationException";
338
338
  $fault = "client";
339
339
  Message;
@@ -346,8 +346,8 @@ let ValidationException$1 = class ValidationException extends SNSServiceExceptio
346
346
  Object.setPrototypeOf(this, ValidationException.prototype);
347
347
  this.Message = opts.Message;
348
348
  }
349
- };
350
- let EndpointDisabledException$1 = class EndpointDisabledException extends SNSServiceException$1 {
349
+ }
350
+ class EndpointDisabledException extends SNSServiceException {
351
351
  name = "EndpointDisabledException";
352
352
  $fault = "client";
353
353
  constructor(opts) {
@@ -358,8 +358,8 @@ let EndpointDisabledException$1 = class EndpointDisabledException extends SNSSer
358
358
  });
359
359
  Object.setPrototypeOf(this, EndpointDisabledException.prototype);
360
360
  }
361
- };
362
- let InvalidParameterValueException$1 = class InvalidParameterValueException extends SNSServiceException$1 {
361
+ }
362
+ class InvalidParameterValueException extends SNSServiceException {
363
363
  name = "InvalidParameterValueException";
364
364
  $fault = "client";
365
365
  constructor(opts) {
@@ -370,8 +370,8 @@ let InvalidParameterValueException$1 = class InvalidParameterValueException exte
370
370
  });
371
371
  Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
372
372
  }
373
- };
374
- let KMSAccessDeniedException$1 = class KMSAccessDeniedException extends SNSServiceException$1 {
373
+ }
374
+ class KMSAccessDeniedException extends SNSServiceException {
375
375
  name = "KMSAccessDeniedException";
376
376
  $fault = "client";
377
377
  constructor(opts) {
@@ -382,8 +382,8 @@ let KMSAccessDeniedException$1 = class KMSAccessDeniedException extends SNSServi
382
382
  });
383
383
  Object.setPrototypeOf(this, KMSAccessDeniedException.prototype);
384
384
  }
385
- };
386
- let KMSDisabledException$1 = class KMSDisabledException extends SNSServiceException$1 {
385
+ }
386
+ class KMSDisabledException extends SNSServiceException {
387
387
  name = "KMSDisabledException";
388
388
  $fault = "client";
389
389
  constructor(opts) {
@@ -394,8 +394,8 @@ let KMSDisabledException$1 = class KMSDisabledException extends SNSServiceExcept
394
394
  });
395
395
  Object.setPrototypeOf(this, KMSDisabledException.prototype);
396
396
  }
397
- };
398
- let KMSInvalidStateException$1 = class KMSInvalidStateException extends SNSServiceException$1 {
397
+ }
398
+ class KMSInvalidStateException extends SNSServiceException {
399
399
  name = "KMSInvalidStateException";
400
400
  $fault = "client";
401
401
  constructor(opts) {
@@ -406,8 +406,8 @@ let KMSInvalidStateException$1 = class KMSInvalidStateException extends SNSServi
406
406
  });
407
407
  Object.setPrototypeOf(this, KMSInvalidStateException.prototype);
408
408
  }
409
- };
410
- let KMSNotFoundException$1 = class KMSNotFoundException extends SNSServiceException$1 {
409
+ }
410
+ class KMSNotFoundException extends SNSServiceException {
411
411
  name = "KMSNotFoundException";
412
412
  $fault = "client";
413
413
  constructor(opts) {
@@ -418,8 +418,8 @@ let KMSNotFoundException$1 = class KMSNotFoundException extends SNSServiceExcept
418
418
  });
419
419
  Object.setPrototypeOf(this, KMSNotFoundException.prototype);
420
420
  }
421
- };
422
- let KMSOptInRequired$1 = class KMSOptInRequired extends SNSServiceException$1 {
421
+ }
422
+ class KMSOptInRequired extends SNSServiceException {
423
423
  name = "KMSOptInRequired";
424
424
  $fault = "client";
425
425
  constructor(opts) {
@@ -430,8 +430,8 @@ let KMSOptInRequired$1 = class KMSOptInRequired extends SNSServiceException$1 {
430
430
  });
431
431
  Object.setPrototypeOf(this, KMSOptInRequired.prototype);
432
432
  }
433
- };
434
- let KMSThrottlingException$1 = class KMSThrottlingException extends SNSServiceException$1 {
433
+ }
434
+ class KMSThrottlingException extends SNSServiceException {
435
435
  name = "KMSThrottlingException";
436
436
  $fault = "client";
437
437
  constructor(opts) {
@@ -442,8 +442,8 @@ let KMSThrottlingException$1 = class KMSThrottlingException extends SNSServiceEx
442
442
  });
443
443
  Object.setPrototypeOf(this, KMSThrottlingException.prototype);
444
444
  }
445
- };
446
- let PlatformApplicationDisabledException$1 = class PlatformApplicationDisabledException extends SNSServiceException$1 {
445
+ }
446
+ class PlatformApplicationDisabledException extends SNSServiceException {
447
447
  name = "PlatformApplicationDisabledException";
448
448
  $fault = "client";
449
449
  constructor(opts) {
@@ -454,8 +454,8 @@ let PlatformApplicationDisabledException$1 = class PlatformApplicationDisabledEx
454
454
  });
455
455
  Object.setPrototypeOf(this, PlatformApplicationDisabledException.prototype);
456
456
  }
457
- };
458
- let BatchEntryIdsNotDistinctException$1 = class BatchEntryIdsNotDistinctException extends SNSServiceException$1 {
457
+ }
458
+ class BatchEntryIdsNotDistinctException extends SNSServiceException {
459
459
  name = "BatchEntryIdsNotDistinctException";
460
460
  $fault = "client";
461
461
  constructor(opts) {
@@ -466,8 +466,8 @@ let BatchEntryIdsNotDistinctException$1 = class BatchEntryIdsNotDistinctExceptio
466
466
  });
467
467
  Object.setPrototypeOf(this, BatchEntryIdsNotDistinctException.prototype);
468
468
  }
469
- };
470
- let BatchRequestTooLongException$1 = class BatchRequestTooLongException extends SNSServiceException$1 {
469
+ }
470
+ class BatchRequestTooLongException extends SNSServiceException {
471
471
  name = "BatchRequestTooLongException";
472
472
  $fault = "client";
473
473
  constructor(opts) {
@@ -478,8 +478,8 @@ let BatchRequestTooLongException$1 = class BatchRequestTooLongException extends
478
478
  });
479
479
  Object.setPrototypeOf(this, BatchRequestTooLongException.prototype);
480
480
  }
481
- };
482
- let EmptyBatchRequestException$1 = class EmptyBatchRequestException extends SNSServiceException$1 {
481
+ }
482
+ class EmptyBatchRequestException extends SNSServiceException {
483
483
  name = "EmptyBatchRequestException";
484
484
  $fault = "client";
485
485
  constructor(opts) {
@@ -490,8 +490,8 @@ let EmptyBatchRequestException$1 = class EmptyBatchRequestException extends SNSS
490
490
  });
491
491
  Object.setPrototypeOf(this, EmptyBatchRequestException.prototype);
492
492
  }
493
- };
494
- let InvalidBatchEntryIdException$1 = class InvalidBatchEntryIdException extends SNSServiceException$1 {
493
+ }
494
+ class InvalidBatchEntryIdException extends SNSServiceException {
495
495
  name = "InvalidBatchEntryIdException";
496
496
  $fault = "client";
497
497
  constructor(opts) {
@@ -502,8 +502,8 @@ let InvalidBatchEntryIdException$1 = class InvalidBatchEntryIdException extends
502
502
  });
503
503
  Object.setPrototypeOf(this, InvalidBatchEntryIdException.prototype);
504
504
  }
505
- };
506
- let TooManyEntriesInBatchRequestException$1 = class TooManyEntriesInBatchRequestException extends SNSServiceException$1 {
505
+ }
506
+ class TooManyEntriesInBatchRequestException extends SNSServiceException {
507
507
  name = "TooManyEntriesInBatchRequestException";
508
508
  $fault = "client";
509
509
  constructor(opts) {
@@ -514,8 +514,8 @@ let TooManyEntriesInBatchRequestException$1 = class TooManyEntriesInBatchRequest
514
514
  });
515
515
  Object.setPrototypeOf(this, TooManyEntriesInBatchRequestException.prototype);
516
516
  }
517
- };
518
- let VerificationException$1 = class VerificationException extends SNSServiceException$1 {
517
+ }
518
+ class VerificationException extends SNSServiceException {
519
519
  name = "VerificationException";
520
520
  $fault = "client";
521
521
  Message;
@@ -530,7 +530,7 @@ let VerificationException$1 = class VerificationException extends SNSServiceExce
530
530
  this.Message = opts.Message;
531
531
  this.Status = opts.Status;
532
532
  }
533
- };
533
+ }
534
534
 
535
535
  const _A = "Attributes";
536
536
  const _AEE = "AuthorizationErrorException";
@@ -779,8 +779,15 @@ const _xN = "xmlName";
779
779
  const n0 = "com.amazonaws.sns";
780
780
  var PhoneNumber = [0, n0, _PN, 8, 0];
781
781
  var PhoneNumberString = [0, n0, _PNS, 8, 0];
782
- var AddPermissionInput = [3, n0, _API, 0, [_TA, _L, _AWSAI, _AN], [0, 0, 64 | 0, 64 | 0]];
783
- var AuthorizationErrorException = [
782
+ var AddPermissionInput$ = [
783
+ 3,
784
+ n0,
785
+ _API,
786
+ 0,
787
+ [_TA, _L, _AWSAI, _AN],
788
+ [0, 0, 64 | 0, 64 | 0],
789
+ ];
790
+ var AuthorizationErrorException$ = [
784
791
  -3,
785
792
  n0,
786
793
  _AEE,
@@ -788,8 +795,8 @@ var AuthorizationErrorException = [
788
795
  [_m],
789
796
  [0],
790
797
  ];
791
- schema.TypeRegistry.for(n0).registerError(AuthorizationErrorException, AuthorizationErrorException$1);
792
- var BatchEntryIdsNotDistinctException = [
798
+ schema.TypeRegistry.for(n0).registerError(AuthorizationErrorException$, AuthorizationErrorException);
799
+ var BatchEntryIdsNotDistinctException$ = [
793
800
  -3,
794
801
  n0,
795
802
  _BEINDE,
@@ -797,8 +804,8 @@ var BatchEntryIdsNotDistinctException = [
797
804
  [_m],
798
805
  [0],
799
806
  ];
800
- schema.TypeRegistry.for(n0).registerError(BatchEntryIdsNotDistinctException, BatchEntryIdsNotDistinctException$1);
801
- var BatchRequestTooLongException = [
807
+ schema.TypeRegistry.for(n0).registerError(BatchEntryIdsNotDistinctException$, BatchEntryIdsNotDistinctException);
808
+ var BatchRequestTooLongException$ = [
802
809
  -3,
803
810
  n0,
804
811
  _BRTLE,
@@ -806,9 +813,9 @@ var BatchRequestTooLongException = [
806
813
  [_m],
807
814
  [0],
808
815
  ];
809
- schema.TypeRegistry.for(n0).registerError(BatchRequestTooLongException, BatchRequestTooLongException$1);
810
- var BatchResultErrorEntry = [3, n0, _BREE, 0, [_I, _C, _M, _SF], [0, 0, 0, 2]];
811
- var CheckIfPhoneNumberIsOptedOutInput = [
816
+ schema.TypeRegistry.for(n0).registerError(BatchRequestTooLongException$, BatchRequestTooLongException);
817
+ var BatchResultErrorEntry$ = [3, n0, _BREE, 0, [_I, _C, _M, _SF], [0, 0, 0, 2]];
818
+ var CheckIfPhoneNumberIsOptedOutInput$ = [
812
819
  3,
813
820
  n0,
814
821
  _CIPNIOOI,
@@ -816,8 +823,8 @@ var CheckIfPhoneNumberIsOptedOutInput = [
816
823
  [_pN],
817
824
  [[() => PhoneNumber, 0]],
818
825
  ];
819
- var CheckIfPhoneNumberIsOptedOutResponse = [3, n0, _CIPNIOOR, 0, [_iOO], [2]];
820
- var ConcurrentAccessException = [
826
+ var CheckIfPhoneNumberIsOptedOutResponse$ = [3, n0, _CIPNIOOR, 0, [_iOO], [2]];
827
+ var ConcurrentAccessException$ = [
821
828
  -3,
822
829
  n0,
823
830
  _CAE,
@@ -825,13 +832,13 @@ var ConcurrentAccessException = [
825
832
  [_m],
826
833
  [0],
827
834
  ];
828
- schema.TypeRegistry.for(n0).registerError(ConcurrentAccessException, ConcurrentAccessException$1);
829
- var ConfirmSubscriptionInput = [3, n0, _CSI, 0, [_TA, _T, _AOU], [0, 0, 0]];
830
- var ConfirmSubscriptionResponse = [3, n0, _CSR, 0, [_SA], [0]];
831
- var CreateEndpointResponse = [3, n0, _CER, 0, [_EA], [0]];
832
- var CreatePlatformApplicationInput = [3, n0, _CPAI, 0, [_N, _P, _A], [0, 0, 128 | 0]];
833
- var CreatePlatformApplicationResponse = [3, n0, _CPAR, 0, [_PAA], [0]];
834
- var CreatePlatformEndpointInput = [
835
+ schema.TypeRegistry.for(n0).registerError(ConcurrentAccessException$, ConcurrentAccessException);
836
+ var ConfirmSubscriptionInput$ = [3, n0, _CSI, 0, [_TA, _T, _AOU], [0, 0, 0]];
837
+ var ConfirmSubscriptionResponse$ = [3, n0, _CSR, 0, [_SA], [0]];
838
+ var CreateEndpointResponse$ = [3, n0, _CER, 0, [_EA], [0]];
839
+ var CreatePlatformApplicationInput$ = [3, n0, _CPAI, 0, [_N, _P, _A], [0, 0, 128 | 0]];
840
+ var CreatePlatformApplicationResponse$ = [3, n0, _CPAR, 0, [_PAA], [0]];
841
+ var CreatePlatformEndpointInput$ = [
835
842
  3,
836
843
  n0,
837
844
  _CPEI,
@@ -839,7 +846,7 @@ var CreatePlatformEndpointInput = [
839
846
  [_PAA, _T, _CUD, _A],
840
847
  [0, 0, 0, 128 | 0],
841
848
  ];
842
- var CreateSMSSandboxPhoneNumberInput = [
849
+ var CreateSMSSandboxPhoneNumberInput$ = [
843
850
  3,
844
851
  n0,
845
852
  _CSMSSPNI,
@@ -847,8 +854,8 @@ var CreateSMSSandboxPhoneNumberInput = [
847
854
  [_PN, _LC],
848
855
  [[() => PhoneNumberString, 0], 0],
849
856
  ];
850
- var CreateSMSSandboxPhoneNumberResult = [3, n0, _CSMSSPNR, 0, [], []];
851
- var CreateTopicInput = [
857
+ var CreateSMSSandboxPhoneNumberResult$ = [3, n0, _CSMSSPNR, 0, [], []];
858
+ var CreateTopicInput$ = [
852
859
  3,
853
860
  n0,
854
861
  _CTI,
@@ -856,10 +863,10 @@ var CreateTopicInput = [
856
863
  [_N, _A, _Ta, _DPP],
857
864
  [0, 128 | 0, () => TagList, 0],
858
865
  ];
859
- var CreateTopicResponse = [3, n0, _CTR, 0, [_TA], [0]];
860
- var DeleteEndpointInput = [3, n0, _DEI, 0, [_EA], [0]];
861
- var DeletePlatformApplicationInput = [3, n0, _DPAI, 0, [_PAA], [0]];
862
- var DeleteSMSSandboxPhoneNumberInput = [
866
+ var CreateTopicResponse$ = [3, n0, _CTR, 0, [_TA], [0]];
867
+ var DeleteEndpointInput$ = [3, n0, _DEI, 0, [_EA], [0]];
868
+ var DeletePlatformApplicationInput$ = [3, n0, _DPAI, 0, [_PAA], [0]];
869
+ var DeleteSMSSandboxPhoneNumberInput$ = [
863
870
  3,
864
871
  n0,
865
872
  _DSMSSPNI,
@@ -867,9 +874,9 @@ var DeleteSMSSandboxPhoneNumberInput = [
867
874
  [_PN],
868
875
  [[() => PhoneNumberString, 0]],
869
876
  ];
870
- var DeleteSMSSandboxPhoneNumberResult = [3, n0, _DSMSSPNR, 0, [], []];
871
- var DeleteTopicInput = [3, n0, _DTI, 0, [_TA], [0]];
872
- var EmptyBatchRequestException = [
877
+ var DeleteSMSSandboxPhoneNumberResult$ = [3, n0, _DSMSSPNR, 0, [], []];
878
+ var DeleteTopicInput$ = [3, n0, _DTI, 0, [_TA], [0]];
879
+ var EmptyBatchRequestException$ = [
873
880
  -3,
874
881
  n0,
875
882
  _EBRE,
@@ -877,9 +884,9 @@ var EmptyBatchRequestException = [
877
884
  [_m],
878
885
  [0],
879
886
  ];
880
- schema.TypeRegistry.for(n0).registerError(EmptyBatchRequestException, EmptyBatchRequestException$1);
881
- var Endpoint = [3, n0, _E, 0, [_EA, _A], [0, 128 | 0]];
882
- var EndpointDisabledException = [
887
+ schema.TypeRegistry.for(n0).registerError(EmptyBatchRequestException$, EmptyBatchRequestException);
888
+ var Endpoint$ = [3, n0, _E, 0, [_EA, _A], [0, 128 | 0]];
889
+ var EndpointDisabledException$ = [
883
890
  -3,
884
891
  n0,
885
892
  _EDE,
@@ -887,8 +894,8 @@ var EndpointDisabledException = [
887
894
  [_m],
888
895
  [0],
889
896
  ];
890
- schema.TypeRegistry.for(n0).registerError(EndpointDisabledException, EndpointDisabledException$1);
891
- var FilterPolicyLimitExceededException = [
897
+ schema.TypeRegistry.for(n0).registerError(EndpointDisabledException$, EndpointDisabledException);
898
+ var FilterPolicyLimitExceededException$ = [
892
899
  -3,
893
900
  n0,
894
901
  _FPLEE,
@@ -896,22 +903,22 @@ var FilterPolicyLimitExceededException = [
896
903
  [_m],
897
904
  [0],
898
905
  ];
899
- schema.TypeRegistry.for(n0).registerError(FilterPolicyLimitExceededException, FilterPolicyLimitExceededException$1);
900
- var GetDataProtectionPolicyInput = [3, n0, _GDPPI, 0, [_RA], [0]];
901
- var GetDataProtectionPolicyResponse = [3, n0, _GDPPR, 0, [_DPP], [0]];
902
- var GetEndpointAttributesInput = [3, n0, _GEAI, 0, [_EA], [0]];
903
- var GetEndpointAttributesResponse = [3, n0, _GEAR, 0, [_A], [128 | 0]];
904
- var GetPlatformApplicationAttributesInput = [3, n0, _GPAAI, 0, [_PAA], [0]];
905
- var GetPlatformApplicationAttributesResponse = [3, n0, _GPAAR, 0, [_A], [128 | 0]];
906
- var GetSMSAttributesInput = [3, n0, _GSMSAI, 0, [_a], [64 | 0]];
907
- var GetSMSAttributesResponse = [3, n0, _GSMSAR, 0, [_a], [128 | 0]];
908
- var GetSMSSandboxAccountStatusInput = [3, n0, _GSMSSASI, 0, [], []];
909
- var GetSMSSandboxAccountStatusResult = [3, n0, _GSMSSASR, 0, [_IIS], [2]];
910
- var GetSubscriptionAttributesInput = [3, n0, _GSAI, 0, [_SA], [0]];
911
- var GetSubscriptionAttributesResponse = [3, n0, _GSAR, 0, [_A], [128 | 0]];
912
- var GetTopicAttributesInput = [3, n0, _GTAI, 0, [_TA], [0]];
913
- var GetTopicAttributesResponse = [3, n0, _GTAR, 0, [_A], [128 | 0]];
914
- var InternalErrorException = [
906
+ schema.TypeRegistry.for(n0).registerError(FilterPolicyLimitExceededException$, FilterPolicyLimitExceededException);
907
+ var GetDataProtectionPolicyInput$ = [3, n0, _GDPPI, 0, [_RA], [0]];
908
+ var GetDataProtectionPolicyResponse$ = [3, n0, _GDPPR, 0, [_DPP], [0]];
909
+ var GetEndpointAttributesInput$ = [3, n0, _GEAI, 0, [_EA], [0]];
910
+ var GetEndpointAttributesResponse$ = [3, n0, _GEAR, 0, [_A], [128 | 0]];
911
+ var GetPlatformApplicationAttributesInput$ = [3, n0, _GPAAI, 0, [_PAA], [0]];
912
+ var GetPlatformApplicationAttributesResponse$ = [3, n0, _GPAAR, 0, [_A], [128 | 0]];
913
+ var GetSMSAttributesInput$ = [3, n0, _GSMSAI, 0, [_a], [64 | 0]];
914
+ var GetSMSAttributesResponse$ = [3, n0, _GSMSAR, 0, [_a], [128 | 0]];
915
+ var GetSMSSandboxAccountStatusInput$ = [3, n0, _GSMSSASI, 0, [], []];
916
+ var GetSMSSandboxAccountStatusResult$ = [3, n0, _GSMSSASR, 0, [_IIS], [2]];
917
+ var GetSubscriptionAttributesInput$ = [3, n0, _GSAI, 0, [_SA], [0]];
918
+ var GetSubscriptionAttributesResponse$ = [3, n0, _GSAR, 0, [_A], [128 | 0]];
919
+ var GetTopicAttributesInput$ = [3, n0, _GTAI, 0, [_TA], [0]];
920
+ var GetTopicAttributesResponse$ = [3, n0, _GTAR, 0, [_A], [128 | 0]];
921
+ var InternalErrorException$ = [
915
922
  -3,
916
923
  n0,
917
924
  _IEE,
@@ -919,8 +926,8 @@ var InternalErrorException = [
919
926
  [_m],
920
927
  [0],
921
928
  ];
922
- schema.TypeRegistry.for(n0).registerError(InternalErrorException, InternalErrorException$1);
923
- var InvalidBatchEntryIdException = [
929
+ schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
930
+ var InvalidBatchEntryIdException$ = [
924
931
  -3,
925
932
  n0,
926
933
  _IBEIE,
@@ -928,8 +935,8 @@ var InvalidBatchEntryIdException = [
928
935
  [_m],
929
936
  [0],
930
937
  ];
931
- schema.TypeRegistry.for(n0).registerError(InvalidBatchEntryIdException, InvalidBatchEntryIdException$1);
932
- var InvalidParameterException = [
938
+ schema.TypeRegistry.for(n0).registerError(InvalidBatchEntryIdException$, InvalidBatchEntryIdException);
939
+ var InvalidParameterException$ = [
933
940
  -3,
934
941
  n0,
935
942
  _IPE,
@@ -937,8 +944,8 @@ var InvalidParameterException = [
937
944
  [_m],
938
945
  [0],
939
946
  ];
940
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
941
- var InvalidParameterValueException = [
947
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
948
+ var InvalidParameterValueException$ = [
942
949
  -3,
943
950
  n0,
944
951
  _IPVE,
@@ -946,8 +953,8 @@ var InvalidParameterValueException = [
946
953
  [_m],
947
954
  [0],
948
955
  ];
949
- schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException, InvalidParameterValueException$1);
950
- var InvalidSecurityException = [
956
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
957
+ var InvalidSecurityException$ = [
951
958
  -3,
952
959
  n0,
953
960
  _ISE,
@@ -955,8 +962,8 @@ var InvalidSecurityException = [
955
962
  [_m],
956
963
  [0],
957
964
  ];
958
- schema.TypeRegistry.for(n0).registerError(InvalidSecurityException, InvalidSecurityException$1);
959
- var InvalidStateException = [
965
+ schema.TypeRegistry.for(n0).registerError(InvalidSecurityException$, InvalidSecurityException);
966
+ var InvalidStateException$ = [
960
967
  -3,
961
968
  n0,
962
969
  _ISEn,
@@ -964,8 +971,8 @@ var InvalidStateException = [
964
971
  [_m],
965
972
  [0],
966
973
  ];
967
- schema.TypeRegistry.for(n0).registerError(InvalidStateException, InvalidStateException$1);
968
- var KMSAccessDeniedException = [
974
+ schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
975
+ var KMSAccessDeniedException$ = [
969
976
  -3,
970
977
  n0,
971
978
  _KMSADE,
@@ -973,8 +980,8 @@ var KMSAccessDeniedException = [
973
980
  [_m],
974
981
  [0],
975
982
  ];
976
- schema.TypeRegistry.for(n0).registerError(KMSAccessDeniedException, KMSAccessDeniedException$1);
977
- var KMSDisabledException = [
983
+ schema.TypeRegistry.for(n0).registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
984
+ var KMSDisabledException$ = [
978
985
  -3,
979
986
  n0,
980
987
  _KMSDE,
@@ -982,8 +989,8 @@ var KMSDisabledException = [
982
989
  [_m],
983
990
  [0],
984
991
  ];
985
- schema.TypeRegistry.for(n0).registerError(KMSDisabledException, KMSDisabledException$1);
986
- var KMSInvalidStateException = [
992
+ schema.TypeRegistry.for(n0).registerError(KMSDisabledException$, KMSDisabledException);
993
+ var KMSInvalidStateException$ = [
987
994
  -3,
988
995
  n0,
989
996
  _KMSISE,
@@ -991,8 +998,8 @@ var KMSInvalidStateException = [
991
998
  [_m],
992
999
  [0],
993
1000
  ];
994
- schema.TypeRegistry.for(n0).registerError(KMSInvalidStateException, KMSInvalidStateException$1);
995
- var KMSNotFoundException = [
1001
+ schema.TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
1002
+ var KMSNotFoundException$ = [
996
1003
  -3,
997
1004
  n0,
998
1005
  _KMSNFE,
@@ -1000,8 +1007,8 @@ var KMSNotFoundException = [
1000
1007
  [_m],
1001
1008
  [0],
1002
1009
  ];
1003
- schema.TypeRegistry.for(n0).registerError(KMSNotFoundException, KMSNotFoundException$1);
1004
- var KMSOptInRequired = [
1010
+ schema.TypeRegistry.for(n0).registerError(KMSNotFoundException$, KMSNotFoundException);
1011
+ var KMSOptInRequired$ = [
1005
1012
  -3,
1006
1013
  n0,
1007
1014
  _KMSOIR,
@@ -1009,8 +1016,8 @@ var KMSOptInRequired = [
1009
1016
  [_m],
1010
1017
  [0],
1011
1018
  ];
1012
- schema.TypeRegistry.for(n0).registerError(KMSOptInRequired, KMSOptInRequired$1);
1013
- var KMSThrottlingException = [
1019
+ schema.TypeRegistry.for(n0).registerError(KMSOptInRequired$, KMSOptInRequired);
1020
+ var KMSThrottlingException$ = [
1014
1021
  -3,
1015
1022
  n0,
1016
1023
  _KMSTE,
@@ -1018,9 +1025,9 @@ var KMSThrottlingException = [
1018
1025
  [_m],
1019
1026
  [0],
1020
1027
  ];
1021
- schema.TypeRegistry.for(n0).registerError(KMSThrottlingException, KMSThrottlingException$1);
1022
- var ListEndpointsByPlatformApplicationInput = [3, n0, _LEBPAI, 0, [_PAA, _NT], [0, 0]];
1023
- var ListEndpointsByPlatformApplicationResponse = [
1028
+ schema.TypeRegistry.for(n0).registerError(KMSThrottlingException$, KMSThrottlingException);
1029
+ var ListEndpointsByPlatformApplicationInput$ = [3, n0, _LEBPAI, 0, [_PAA, _NT], [0, 0]];
1030
+ var ListEndpointsByPlatformApplicationResponse$ = [
1024
1031
  3,
1025
1032
  n0,
1026
1033
  _LEBPAR,
@@ -1028,8 +1035,8 @@ var ListEndpointsByPlatformApplicationResponse = [
1028
1035
  [_En, _NT],
1029
1036
  [() => ListOfEndpoints, 0],
1030
1037
  ];
1031
- var ListOriginationNumbersRequest = [3, n0, _LONR, 0, [_NT, _MR], [0, 1]];
1032
- var ListOriginationNumbersResult = [
1038
+ var ListOriginationNumbersRequest$ = [3, n0, _LONR, 0, [_NT, _MR], [0, 1]];
1039
+ var ListOriginationNumbersResult$ = [
1033
1040
  3,
1034
1041
  n0,
1035
1042
  _LONRi,
@@ -1037,8 +1044,8 @@ var ListOriginationNumbersResult = [
1037
1044
  [_NT, _PNh],
1038
1045
  [0, [() => PhoneNumberInformationList, 0]],
1039
1046
  ];
1040
- var ListPhoneNumbersOptedOutInput = [3, n0, _LPNOOI, 0, [_nT], [0]];
1041
- var ListPhoneNumbersOptedOutResponse = [
1047
+ var ListPhoneNumbersOptedOutInput$ = [3, n0, _LPNOOI, 0, [_nT], [0]];
1048
+ var ListPhoneNumbersOptedOutResponse$ = [
1042
1049
  3,
1043
1050
  n0,
1044
1051
  _LPNOOR,
@@ -1046,8 +1053,8 @@ var ListPhoneNumbersOptedOutResponse = [
1046
1053
  [_pNh, _nT],
1047
1054
  [[() => PhoneNumberList, 0], 0],
1048
1055
  ];
1049
- var ListPlatformApplicationsInput = [3, n0, _LPAI, 0, [_NT], [0]];
1050
- var ListPlatformApplicationsResponse = [
1056
+ var ListPlatformApplicationsInput$ = [3, n0, _LPAI, 0, [_NT], [0]];
1057
+ var ListPlatformApplicationsResponse$ = [
1051
1058
  3,
1052
1059
  n0,
1053
1060
  _LPAR,
@@ -1055,8 +1062,8 @@ var ListPlatformApplicationsResponse = [
1055
1062
  [_PA, _NT],
1056
1063
  [() => ListOfPlatformApplications, 0],
1057
1064
  ];
1058
- var ListSMSSandboxPhoneNumbersInput = [3, n0, _LSMSSPNI, 0, [_NT, _MR], [0, 1]];
1059
- var ListSMSSandboxPhoneNumbersResult = [
1065
+ var ListSMSSandboxPhoneNumbersInput$ = [3, n0, _LSMSSPNI, 0, [_NT, _MR], [0, 1]];
1066
+ var ListSMSSandboxPhoneNumbersResult$ = [
1060
1067
  3,
1061
1068
  n0,
1062
1069
  _LSMSSPNR,
@@ -1064,8 +1071,8 @@ var ListSMSSandboxPhoneNumbersResult = [
1064
1071
  [_PNh, _NT],
1065
1072
  [[() => SMSSandboxPhoneNumberList, 0], 0],
1066
1073
  ];
1067
- var ListSubscriptionsByTopicInput = [3, n0, _LSBTI, 0, [_TA, _NT], [0, 0]];
1068
- var ListSubscriptionsByTopicResponse = [
1074
+ var ListSubscriptionsByTopicInput$ = [3, n0, _LSBTI, 0, [_TA, _NT], [0, 0]];
1075
+ var ListSubscriptionsByTopicResponse$ = [
1069
1076
  3,
1070
1077
  n0,
1071
1078
  _LSBTR,
@@ -1073,14 +1080,21 @@ var ListSubscriptionsByTopicResponse = [
1073
1080
  [_S, _NT],
1074
1081
  [() => SubscriptionsList, 0],
1075
1082
  ];
1076
- var ListSubscriptionsInput = [3, n0, _LSI, 0, [_NT], [0]];
1077
- var ListSubscriptionsResponse = [3, n0, _LSR, 0, [_S, _NT], [() => SubscriptionsList, 0]];
1078
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
1079
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
1080
- var ListTopicsInput = [3, n0, _LTI, 0, [_NT], [0]];
1081
- var ListTopicsResponse = [3, n0, _LTR, 0, [_To, _NT], [() => TopicsList, 0]];
1082
- var MessageAttributeValue = [3, n0, _MAV, 0, [_DT, _SV, _BV], [0, 0, 21]];
1083
- var NotFoundException = [
1083
+ var ListSubscriptionsInput$ = [3, n0, _LSI, 0, [_NT], [0]];
1084
+ var ListSubscriptionsResponse$ = [
1085
+ 3,
1086
+ n0,
1087
+ _LSR,
1088
+ 0,
1089
+ [_S, _NT],
1090
+ [() => SubscriptionsList, 0],
1091
+ ];
1092
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
1093
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
1094
+ var ListTopicsInput$ = [3, n0, _LTI, 0, [_NT], [0]];
1095
+ var ListTopicsResponse$ = [3, n0, _LTR, 0, [_To, _NT], [() => TopicsList, 0]];
1096
+ var MessageAttributeValue$ = [3, n0, _MAV, 0, [_DT, _SV, _BV], [0, 0, 21]];
1097
+ var NotFoundException$ = [
1084
1098
  -3,
1085
1099
  n0,
1086
1100
  _NFE,
@@ -1088,8 +1102,8 @@ var NotFoundException = [
1088
1102
  [_m],
1089
1103
  [0],
1090
1104
  ];
1091
- schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
1092
- var OptedOutException = [
1105
+ schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1106
+ var OptedOutException$ = [
1093
1107
  -3,
1094
1108
  n0,
1095
1109
  _OOE,
@@ -1097,10 +1111,10 @@ var OptedOutException = [
1097
1111
  [_m],
1098
1112
  [0],
1099
1113
  ];
1100
- schema.TypeRegistry.for(n0).registerError(OptedOutException, OptedOutException$1);
1101
- var OptInPhoneNumberInput = [3, n0, _OIPNI, 0, [_pN], [[() => PhoneNumber, 0]]];
1102
- var OptInPhoneNumberResponse = [3, n0, _OIPNR, 0, [], []];
1103
- var PhoneNumberInformation = [
1114
+ schema.TypeRegistry.for(n0).registerError(OptedOutException$, OptedOutException);
1115
+ var OptInPhoneNumberInput$ = [3, n0, _OIPNI, 0, [_pN], [[() => PhoneNumber, 0]]];
1116
+ var OptInPhoneNumberResponse$ = [3, n0, _OIPNR, 0, [], []];
1117
+ var PhoneNumberInformation$ = [
1104
1118
  3,
1105
1119
  n0,
1106
1120
  _PNI,
@@ -1108,8 +1122,8 @@ var PhoneNumberInformation = [
1108
1122
  [_CA, _PN, _St, _ICC, _RT, _NC],
1109
1123
  [4, [() => PhoneNumber, 0], 0, 0, 0, 64 | 0],
1110
1124
  ];
1111
- var PlatformApplication = [3, n0, _PAl, 0, [_PAA, _A], [0, 128 | 0]];
1112
- var PlatformApplicationDisabledException = [
1125
+ var PlatformApplication$ = [3, n0, _PAl, 0, [_PAA, _A], [0, 128 | 0]];
1126
+ var PlatformApplicationDisabledException$ = [
1113
1127
  -3,
1114
1128
  n0,
1115
1129
  _PADE,
@@ -1117,8 +1131,8 @@ var PlatformApplicationDisabledException = [
1117
1131
  [_m],
1118
1132
  [0],
1119
1133
  ];
1120
- schema.TypeRegistry.for(n0).registerError(PlatformApplicationDisabledException, PlatformApplicationDisabledException$1);
1121
- var PublishBatchInput = [
1134
+ schema.TypeRegistry.for(n0).registerError(PlatformApplicationDisabledException$, PlatformApplicationDisabledException);
1135
+ var PublishBatchInput$ = [
1122
1136
  3,
1123
1137
  n0,
1124
1138
  _PBI,
@@ -1126,7 +1140,7 @@ var PublishBatchInput = [
1126
1140
  [_TA, _PBRE],
1127
1141
  [0, [() => PublishBatchRequestEntryList, 0]],
1128
1142
  ];
1129
- var PublishBatchRequestEntry = [
1143
+ var PublishBatchRequestEntry$ = [
1130
1144
  3,
1131
1145
  n0,
1132
1146
  _PBREu,
@@ -1134,7 +1148,7 @@ var PublishBatchRequestEntry = [
1134
1148
  [_I, _M, _Su, _MS, _MA, _MDI, _MGI],
1135
1149
  [0, 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0],
1136
1150
  ];
1137
- var PublishBatchResponse = [
1151
+ var PublishBatchResponse$ = [
1138
1152
  3,
1139
1153
  n0,
1140
1154
  _PBR,
@@ -1142,8 +1156,8 @@ var PublishBatchResponse = [
1142
1156
  [_Suc, _F],
1143
1157
  [() => PublishBatchResultEntryList, () => BatchResultErrorEntryList],
1144
1158
  ];
1145
- var PublishBatchResultEntry = [3, n0, _PBREub, 0, [_I, _MI, _SN], [0, 0, 0]];
1146
- var PublishInput = [
1159
+ var PublishBatchResultEntry$ = [3, n0, _PBREub, 0, [_I, _MI, _SN], [0, 0, 0]];
1160
+ var PublishInput$ = [
1147
1161
  3,
1148
1162
  n0,
1149
1163
  _PI,
@@ -1151,10 +1165,10 @@ var PublishInput = [
1151
1165
  [_TA, _TAa, _PN, _M, _Su, _MS, _MA, _MDI, _MGI],
1152
1166
  [0, 0, [() => PhoneNumber, 0], 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0],
1153
1167
  ];
1154
- var PublishResponse = [3, n0, _PR, 0, [_MI, _SN], [0, 0]];
1155
- var PutDataProtectionPolicyInput = [3, n0, _PDPPI, 0, [_RA, _DPP], [0, 0]];
1156
- var RemovePermissionInput = [3, n0, _RPI, 0, [_TA, _L], [0, 0]];
1157
- var ReplayLimitExceededException = [
1168
+ var PublishResponse$ = [3, n0, _PR, 0, [_MI, _SN], [0, 0]];
1169
+ var PutDataProtectionPolicyInput$ = [3, n0, _PDPPI, 0, [_RA, _DPP], [0, 0]];
1170
+ var RemovePermissionInput$ = [3, n0, _RPI, 0, [_TA, _L], [0, 0]];
1171
+ var ReplayLimitExceededException$ = [
1158
1172
  -3,
1159
1173
  n0,
1160
1174
  _RLEE,
@@ -1162,8 +1176,8 @@ var ReplayLimitExceededException = [
1162
1176
  [_m],
1163
1177
  [0],
1164
1178
  ];
1165
- schema.TypeRegistry.for(n0).registerError(ReplayLimitExceededException, ReplayLimitExceededException$1);
1166
- var ResourceNotFoundException = [
1179
+ schema.TypeRegistry.for(n0).registerError(ReplayLimitExceededException$, ReplayLimitExceededException);
1180
+ var ResourceNotFoundException$ = [
1167
1181
  -3,
1168
1182
  n0,
1169
1183
  _RNFE,
@@ -1171,14 +1185,14 @@ var ResourceNotFoundException = [
1171
1185
  [_m],
1172
1186
  [0],
1173
1187
  ];
1174
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1175
- var SetEndpointAttributesInput = [3, n0, _SEAI, 0, [_EA, _A], [0, 128 | 0]];
1176
- var SetPlatformApplicationAttributesInput = [3, n0, _SPAAI, 0, [_PAA, _A], [0, 128 | 0]];
1177
- var SetSMSAttributesInput = [3, n0, _SSMSAI, 0, [_a], [128 | 0]];
1178
- var SetSMSAttributesResponse = [3, n0, _SSMSAR, 0, [], []];
1179
- var SetSubscriptionAttributesInput = [3, n0, _SSAI, 0, [_SA, _ANt, _AV], [0, 0, 0]];
1180
- var SetTopicAttributesInput = [3, n0, _STAI, 0, [_TA, _ANt, _AV], [0, 0, 0]];
1181
- var SMSSandboxPhoneNumber = [
1188
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1189
+ var SetEndpointAttributesInput$ = [3, n0, _SEAI, 0, [_EA, _A], [0, 128 | 0]];
1190
+ var SetPlatformApplicationAttributesInput$ = [3, n0, _SPAAI, 0, [_PAA, _A], [0, 128 | 0]];
1191
+ var SetSMSAttributesInput$ = [3, n0, _SSMSAI, 0, [_a], [128 | 0]];
1192
+ var SetSMSAttributesResponse$ = [3, n0, _SSMSAR, 0, [], []];
1193
+ var SetSubscriptionAttributesInput$ = [3, n0, _SSAI, 0, [_SA, _ANt, _AV], [0, 0, 0]];
1194
+ var SetTopicAttributesInput$ = [3, n0, _STAI, 0, [_TA, _ANt, _AV], [0, 0, 0]];
1195
+ var SMSSandboxPhoneNumber$ = [
1182
1196
  3,
1183
1197
  n0,
1184
1198
  _SMSSPN,
@@ -1186,7 +1200,7 @@ var SMSSandboxPhoneNumber = [
1186
1200
  [_PN, _St],
1187
1201
  [[() => PhoneNumberString, 0], 0],
1188
1202
  ];
1189
- var StaleTagException = [
1203
+ var StaleTagException$ = [
1190
1204
  -3,
1191
1205
  n0,
1192
1206
  _STE,
@@ -1194,11 +1208,11 @@ var StaleTagException = [
1194
1208
  [_m],
1195
1209
  [0],
1196
1210
  ];
1197
- schema.TypeRegistry.for(n0).registerError(StaleTagException, StaleTagException$1);
1198
- var SubscribeInput = [3, n0, _SI, 0, [_TA, _Pr, _E, _A, _RSA], [0, 0, 0, 128 | 0, 2]];
1199
- var SubscribeResponse = [3, n0, _SR, 0, [_SA], [0]];
1200
- var Subscription = [3, n0, _Sub, 0, [_SA, _O, _Pr, _E, _TA], [0, 0, 0, 0, 0]];
1201
- var SubscriptionLimitExceededException = [
1211
+ schema.TypeRegistry.for(n0).registerError(StaleTagException$, StaleTagException);
1212
+ var SubscribeInput$ = [3, n0, _SI, 0, [_TA, _Pr, _E, _A, _RSA], [0, 0, 0, 128 | 0, 2]];
1213
+ var SubscribeResponse$ = [3, n0, _SR, 0, [_SA], [0]];
1214
+ var Subscription$ = [3, n0, _Sub, 0, [_SA, _O, _Pr, _E, _TA], [0, 0, 0, 0, 0]];
1215
+ var SubscriptionLimitExceededException$ = [
1202
1216
  -3,
1203
1217
  n0,
1204
1218
  _SLEE,
@@ -1206,9 +1220,9 @@ var SubscriptionLimitExceededException = [
1206
1220
  [_m],
1207
1221
  [0],
1208
1222
  ];
1209
- schema.TypeRegistry.for(n0).registerError(SubscriptionLimitExceededException, SubscriptionLimitExceededException$1);
1210
- var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1211
- var TagLimitExceededException = [
1223
+ schema.TypeRegistry.for(n0).registerError(SubscriptionLimitExceededException$, SubscriptionLimitExceededException);
1224
+ var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1225
+ var TagLimitExceededException$ = [
1212
1226
  -3,
1213
1227
  n0,
1214
1228
  _TLEE,
@@ -1216,8 +1230,8 @@ var TagLimitExceededException = [
1216
1230
  [_m],
1217
1231
  [0],
1218
1232
  ];
1219
- schema.TypeRegistry.for(n0).registerError(TagLimitExceededException, TagLimitExceededException$1);
1220
- var TagPolicyException = [
1233
+ schema.TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
1234
+ var TagPolicyException$ = [
1221
1235
  -3,
1222
1236
  n0,
1223
1237
  _TPE,
@@ -1225,10 +1239,10 @@ var TagPolicyException = [
1225
1239
  [_m],
1226
1240
  [0],
1227
1241
  ];
1228
- schema.TypeRegistry.for(n0).registerError(TagPolicyException, TagPolicyException$1);
1229
- var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1230
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1231
- var ThrottledException = [
1242
+ schema.TypeRegistry.for(n0).registerError(TagPolicyException$, TagPolicyException);
1243
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1244
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1245
+ var ThrottledException$ = [
1232
1246
  -3,
1233
1247
  n0,
1234
1248
  _TE,
@@ -1236,8 +1250,8 @@ var ThrottledException = [
1236
1250
  [_m],
1237
1251
  [0],
1238
1252
  ];
1239
- schema.TypeRegistry.for(n0).registerError(ThrottledException, ThrottledException$1);
1240
- var TooManyEntriesInBatchRequestException = [
1253
+ schema.TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
1254
+ var TooManyEntriesInBatchRequestException$ = [
1241
1255
  -3,
1242
1256
  n0,
1243
1257
  _TMEIBRE,
@@ -1245,9 +1259,9 @@ var TooManyEntriesInBatchRequestException = [
1245
1259
  [_m],
1246
1260
  [0],
1247
1261
  ];
1248
- schema.TypeRegistry.for(n0).registerError(TooManyEntriesInBatchRequestException, TooManyEntriesInBatchRequestException$1);
1249
- var Topic = [3, n0, _Top, 0, [_TA], [0]];
1250
- var TopicLimitExceededException = [
1262
+ schema.TypeRegistry.for(n0).registerError(TooManyEntriesInBatchRequestException$, TooManyEntriesInBatchRequestException);
1263
+ var Topic$ = [3, n0, _Top, 0, [_TA], [0]];
1264
+ var TopicLimitExceededException$ = [
1251
1265
  -3,
1252
1266
  n0,
1253
1267
  _TLEEo,
@@ -1255,11 +1269,11 @@ var TopicLimitExceededException = [
1255
1269
  [_m],
1256
1270
  [0],
1257
1271
  ];
1258
- schema.TypeRegistry.for(n0).registerError(TopicLimitExceededException, TopicLimitExceededException$1);
1259
- var UnsubscribeInput = [3, n0, _UI, 0, [_SA], [0]];
1260
- var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
1261
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1262
- var UserErrorException = [
1272
+ schema.TypeRegistry.for(n0).registerError(TopicLimitExceededException$, TopicLimitExceededException);
1273
+ var UnsubscribeInput$ = [3, n0, _UI, 0, [_SA], [0]];
1274
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
1275
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1276
+ var UserErrorException$ = [
1263
1277
  -3,
1264
1278
  n0,
1265
1279
  _UEE,
@@ -1267,8 +1281,8 @@ var UserErrorException = [
1267
1281
  [_m],
1268
1282
  [0],
1269
1283
  ];
1270
- schema.TypeRegistry.for(n0).registerError(UserErrorException, UserErrorException$1);
1271
- var ValidationException = [
1284
+ schema.TypeRegistry.for(n0).registerError(UserErrorException$, UserErrorException);
1285
+ var ValidationException$ = [
1272
1286
  -3,
1273
1287
  n0,
1274
1288
  _VE,
@@ -1276,10 +1290,10 @@ var ValidationException = [
1276
1290
  [_M],
1277
1291
  [0],
1278
1292
  ];
1279
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1280
- var VerificationException = [-3, n0, _VEe, { [_e]: _c }, [_M, _St], [0, 0]];
1281
- schema.TypeRegistry.for(n0).registerError(VerificationException, VerificationException$1);
1282
- var VerifySMSSandboxPhoneNumberInput = [
1293
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1294
+ var VerificationException$ = [-3, n0, _VEe, { [_e]: _c }, [_M, _St], [0, 0]];
1295
+ schema.TypeRegistry.for(n0).registerError(VerificationException$, VerificationException);
1296
+ var VerifySMSSandboxPhoneNumberInput$ = [
1283
1297
  3,
1284
1298
  n0,
1285
1299
  _VSMSSPNI,
@@ -1287,280 +1301,287 @@ var VerifySMSSandboxPhoneNumberInput = [
1287
1301
  [_PN, _OTP],
1288
1302
  [[() => PhoneNumberString, 0], 0],
1289
1303
  ];
1290
- var VerifySMSSandboxPhoneNumberResult = [3, n0, _VSMSSPNR, 0, [], []];
1304
+ var VerifySMSSandboxPhoneNumberResult$ = [3, n0, _VSMSSPNR, 0, [], []];
1291
1305
  var __Unit = "unit";
1292
- var SNSServiceException = [-3, _sm, "SNSServiceException", 0, [], []];
1293
- schema.TypeRegistry.for(_sm).registerError(SNSServiceException, SNSServiceException$1);
1294
- var BatchResultErrorEntryList = [1, n0, _BREEL, 0, () => BatchResultErrorEntry];
1295
- var ListOfEndpoints = [1, n0, _LOE, 0, () => Endpoint];
1296
- var ListOfPlatformApplications = [1, n0, _LOPA, 0, () => PlatformApplication];
1297
- var PhoneNumberInformationList = [1, n0, _PNIL, 0, [() => PhoneNumberInformation, 0]];
1306
+ var SNSServiceException$ = [-3, _sm, "SNSServiceException", 0, [], []];
1307
+ schema.TypeRegistry.for(_sm).registerError(SNSServiceException$, SNSServiceException);
1308
+ var BatchResultErrorEntryList = [1, n0, _BREEL, 0, () => BatchResultErrorEntry$];
1309
+ var ListOfEndpoints = [1, n0, _LOE, 0, () => Endpoint$];
1310
+ var ListOfPlatformApplications = [1, n0, _LOPA, 0, () => PlatformApplication$];
1311
+ var PhoneNumberInformationList = [1, n0, _PNIL, 0, [() => PhoneNumberInformation$, 0]];
1298
1312
  var PhoneNumberList = [1, n0, _PNL, 0, [() => PhoneNumber, 0]];
1299
- var PublishBatchRequestEntryList = [1, n0, _PBREL, 0, [() => PublishBatchRequestEntry, 0]];
1300
- var PublishBatchResultEntryList = [1, n0, _PBRELu, 0, () => PublishBatchResultEntry];
1301
- var SMSSandboxPhoneNumberList = [1, n0, _SMSSPNL, 0, [() => SMSSandboxPhoneNumber, 0]];
1302
- var SubscriptionsList = [1, n0, _SL, 0, () => Subscription];
1303
- var TagList = [1, n0, _TL, 0, () => Tag];
1304
- var TopicsList = [1, n0, _TLo, 0, () => Topic];
1313
+ var PublishBatchRequestEntryList = [1, n0, _PBREL, 0, [() => PublishBatchRequestEntry$, 0]];
1314
+ var PublishBatchResultEntryList = [1, n0, _PBRELu, 0, () => PublishBatchResultEntry$];
1315
+ var SMSSandboxPhoneNumberList = [1, n0, _SMSSPNL, 0, [() => SMSSandboxPhoneNumber$, 0]];
1316
+ var SubscriptionsList = [1, n0, _SL, 0, () => Subscription$];
1317
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1318
+ var TopicsList = [1, n0, _TLo, 0, () => Topic$];
1305
1319
  var MessageAttributeMap = [
1306
1320
  2,
1307
1321
  n0,
1308
1322
  _MAM,
1309
1323
  0,
1310
1324
  [0, { [_xN]: _N }],
1311
- [() => MessageAttributeValue, { [_xN]: _V }],
1325
+ [() => MessageAttributeValue$, { [_xN]: _V }],
1312
1326
  ];
1313
- var AddPermission = [9, n0, _AP, 0, () => AddPermissionInput, () => __Unit];
1314
- var CheckIfPhoneNumberIsOptedOut = [
1327
+ var AddPermission$ = [9, n0, _AP, 0, () => AddPermissionInput$, () => __Unit];
1328
+ var CheckIfPhoneNumberIsOptedOut$ = [
1315
1329
  9,
1316
1330
  n0,
1317
1331
  _CIPNIOO,
1318
1332
  0,
1319
- () => CheckIfPhoneNumberIsOptedOutInput,
1320
- () => CheckIfPhoneNumberIsOptedOutResponse,
1333
+ () => CheckIfPhoneNumberIsOptedOutInput$,
1334
+ () => CheckIfPhoneNumberIsOptedOutResponse$,
1321
1335
  ];
1322
- var ConfirmSubscription = [
1336
+ var ConfirmSubscription$ = [
1323
1337
  9,
1324
1338
  n0,
1325
1339
  _CS,
1326
1340
  0,
1327
- () => ConfirmSubscriptionInput,
1328
- () => ConfirmSubscriptionResponse,
1341
+ () => ConfirmSubscriptionInput$,
1342
+ () => ConfirmSubscriptionResponse$,
1329
1343
  ];
1330
- var CreatePlatformApplication = [
1344
+ var CreatePlatformApplication$ = [
1331
1345
  9,
1332
1346
  n0,
1333
1347
  _CPA,
1334
1348
  0,
1335
- () => CreatePlatformApplicationInput,
1336
- () => CreatePlatformApplicationResponse,
1349
+ () => CreatePlatformApplicationInput$,
1350
+ () => CreatePlatformApplicationResponse$,
1337
1351
  ];
1338
- var CreatePlatformEndpoint = [
1352
+ var CreatePlatformEndpoint$ = [
1339
1353
  9,
1340
1354
  n0,
1341
1355
  _CPE,
1342
1356
  0,
1343
- () => CreatePlatformEndpointInput,
1344
- () => CreateEndpointResponse,
1357
+ () => CreatePlatformEndpointInput$,
1358
+ () => CreateEndpointResponse$,
1345
1359
  ];
1346
- var CreateSMSSandboxPhoneNumber = [
1360
+ var CreateSMSSandboxPhoneNumber$ = [
1347
1361
  9,
1348
1362
  n0,
1349
1363
  _CSMSSPN,
1350
1364
  0,
1351
- () => CreateSMSSandboxPhoneNumberInput,
1352
- () => CreateSMSSandboxPhoneNumberResult,
1365
+ () => CreateSMSSandboxPhoneNumberInput$,
1366
+ () => CreateSMSSandboxPhoneNumberResult$,
1353
1367
  ];
1354
- var CreateTopic = [9, n0, _CT, 0, () => CreateTopicInput, () => CreateTopicResponse];
1355
- var DeleteEndpoint = [9, n0, _DE, 0, () => DeleteEndpointInput, () => __Unit];
1356
- var DeletePlatformApplication = [
1368
+ var CreateTopic$ = [9, n0, _CT, 0, () => CreateTopicInput$, () => CreateTopicResponse$];
1369
+ var DeleteEndpoint$ = [9, n0, _DE, 0, () => DeleteEndpointInput$, () => __Unit];
1370
+ var DeletePlatformApplication$ = [
1357
1371
  9,
1358
1372
  n0,
1359
1373
  _DPA,
1360
1374
  0,
1361
- () => DeletePlatformApplicationInput,
1375
+ () => DeletePlatformApplicationInput$,
1362
1376
  () => __Unit,
1363
1377
  ];
1364
- var DeleteSMSSandboxPhoneNumber = [
1378
+ var DeleteSMSSandboxPhoneNumber$ = [
1365
1379
  9,
1366
1380
  n0,
1367
1381
  _DSMSSPN,
1368
1382
  0,
1369
- () => DeleteSMSSandboxPhoneNumberInput,
1370
- () => DeleteSMSSandboxPhoneNumberResult,
1383
+ () => DeleteSMSSandboxPhoneNumberInput$,
1384
+ () => DeleteSMSSandboxPhoneNumberResult$,
1371
1385
  ];
1372
- var DeleteTopic = [9, n0, _DTe, 0, () => DeleteTopicInput, () => __Unit];
1373
- var GetDataProtectionPolicy = [
1386
+ var DeleteTopic$ = [9, n0, _DTe, 0, () => DeleteTopicInput$, () => __Unit];
1387
+ var GetDataProtectionPolicy$ = [
1374
1388
  9,
1375
1389
  n0,
1376
1390
  _GDPP,
1377
1391
  0,
1378
- () => GetDataProtectionPolicyInput,
1379
- () => GetDataProtectionPolicyResponse,
1392
+ () => GetDataProtectionPolicyInput$,
1393
+ () => GetDataProtectionPolicyResponse$,
1380
1394
  ];
1381
- var GetEndpointAttributes = [
1395
+ var GetEndpointAttributes$ = [
1382
1396
  9,
1383
1397
  n0,
1384
1398
  _GEA,
1385
1399
  0,
1386
- () => GetEndpointAttributesInput,
1387
- () => GetEndpointAttributesResponse,
1400
+ () => GetEndpointAttributesInput$,
1401
+ () => GetEndpointAttributesResponse$,
1388
1402
  ];
1389
- var GetPlatformApplicationAttributes = [
1403
+ var GetPlatformApplicationAttributes$ = [
1390
1404
  9,
1391
1405
  n0,
1392
1406
  _GPAA,
1393
1407
  0,
1394
- () => GetPlatformApplicationAttributesInput,
1395
- () => GetPlatformApplicationAttributesResponse,
1408
+ () => GetPlatformApplicationAttributesInput$,
1409
+ () => GetPlatformApplicationAttributesResponse$,
1396
1410
  ];
1397
- var GetSMSAttributes = [
1411
+ var GetSMSAttributes$ = [
1398
1412
  9,
1399
1413
  n0,
1400
1414
  _GSMSA,
1401
1415
  0,
1402
- () => GetSMSAttributesInput,
1403
- () => GetSMSAttributesResponse,
1416
+ () => GetSMSAttributesInput$,
1417
+ () => GetSMSAttributesResponse$,
1404
1418
  ];
1405
- var GetSMSSandboxAccountStatus = [
1419
+ var GetSMSSandboxAccountStatus$ = [
1406
1420
  9,
1407
1421
  n0,
1408
1422
  _GSMSSAS,
1409
1423
  0,
1410
- () => GetSMSSandboxAccountStatusInput,
1411
- () => GetSMSSandboxAccountStatusResult,
1424
+ () => GetSMSSandboxAccountStatusInput$,
1425
+ () => GetSMSSandboxAccountStatusResult$,
1412
1426
  ];
1413
- var GetSubscriptionAttributes = [
1427
+ var GetSubscriptionAttributes$ = [
1414
1428
  9,
1415
1429
  n0,
1416
1430
  _GSA,
1417
1431
  0,
1418
- () => GetSubscriptionAttributesInput,
1419
- () => GetSubscriptionAttributesResponse,
1432
+ () => GetSubscriptionAttributesInput$,
1433
+ () => GetSubscriptionAttributesResponse$,
1420
1434
  ];
1421
- var GetTopicAttributes = [
1435
+ var GetTopicAttributes$ = [
1422
1436
  9,
1423
1437
  n0,
1424
1438
  _GTA,
1425
1439
  0,
1426
- () => GetTopicAttributesInput,
1427
- () => GetTopicAttributesResponse,
1440
+ () => GetTopicAttributesInput$,
1441
+ () => GetTopicAttributesResponse$,
1428
1442
  ];
1429
- var ListEndpointsByPlatformApplication = [
1443
+ var ListEndpointsByPlatformApplication$ = [
1430
1444
  9,
1431
1445
  n0,
1432
1446
  _LEBPA,
1433
1447
  0,
1434
- () => ListEndpointsByPlatformApplicationInput,
1435
- () => ListEndpointsByPlatformApplicationResponse,
1448
+ () => ListEndpointsByPlatformApplicationInput$,
1449
+ () => ListEndpointsByPlatformApplicationResponse$,
1436
1450
  ];
1437
- var ListOriginationNumbers = [
1451
+ var ListOriginationNumbers$ = [
1438
1452
  9,
1439
1453
  n0,
1440
1454
  _LON,
1441
1455
  0,
1442
- () => ListOriginationNumbersRequest,
1443
- () => ListOriginationNumbersResult,
1456
+ () => ListOriginationNumbersRequest$,
1457
+ () => ListOriginationNumbersResult$,
1444
1458
  ];
1445
- var ListPhoneNumbersOptedOut = [
1459
+ var ListPhoneNumbersOptedOut$ = [
1446
1460
  9,
1447
1461
  n0,
1448
1462
  _LPNOO,
1449
1463
  0,
1450
- () => ListPhoneNumbersOptedOutInput,
1451
- () => ListPhoneNumbersOptedOutResponse,
1464
+ () => ListPhoneNumbersOptedOutInput$,
1465
+ () => ListPhoneNumbersOptedOutResponse$,
1452
1466
  ];
1453
- var ListPlatformApplications = [
1467
+ var ListPlatformApplications$ = [
1454
1468
  9,
1455
1469
  n0,
1456
1470
  _LPA,
1457
1471
  0,
1458
- () => ListPlatformApplicationsInput,
1459
- () => ListPlatformApplicationsResponse,
1472
+ () => ListPlatformApplicationsInput$,
1473
+ () => ListPlatformApplicationsResponse$,
1460
1474
  ];
1461
- var ListSMSSandboxPhoneNumbers = [
1475
+ var ListSMSSandboxPhoneNumbers$ = [
1462
1476
  9,
1463
1477
  n0,
1464
1478
  _LSMSSPN,
1465
1479
  0,
1466
- () => ListSMSSandboxPhoneNumbersInput,
1467
- () => ListSMSSandboxPhoneNumbersResult,
1480
+ () => ListSMSSandboxPhoneNumbersInput$,
1481
+ () => ListSMSSandboxPhoneNumbersResult$,
1468
1482
  ];
1469
- var ListSubscriptions = [
1483
+ var ListSubscriptions$ = [
1470
1484
  9,
1471
1485
  n0,
1472
1486
  _LS,
1473
1487
  0,
1474
- () => ListSubscriptionsInput,
1475
- () => ListSubscriptionsResponse,
1488
+ () => ListSubscriptionsInput$,
1489
+ () => ListSubscriptionsResponse$,
1476
1490
  ];
1477
- var ListSubscriptionsByTopic = [
1491
+ var ListSubscriptionsByTopic$ = [
1478
1492
  9,
1479
1493
  n0,
1480
1494
  _LSBT,
1481
1495
  0,
1482
- () => ListSubscriptionsByTopicInput,
1483
- () => ListSubscriptionsByTopicResponse,
1496
+ () => ListSubscriptionsByTopicInput$,
1497
+ () => ListSubscriptionsByTopicResponse$,
1484
1498
  ];
1485
- var ListTagsForResource = [
1499
+ var ListTagsForResource$ = [
1486
1500
  9,
1487
1501
  n0,
1488
1502
  _LTFR,
1489
1503
  0,
1490
- () => ListTagsForResourceRequest,
1491
- () => ListTagsForResourceResponse,
1504
+ () => ListTagsForResourceRequest$,
1505
+ () => ListTagsForResourceResponse$,
1492
1506
  ];
1493
- var ListTopics = [9, n0, _LT, 0, () => ListTopicsInput, () => ListTopicsResponse];
1494
- var OptInPhoneNumber = [
1507
+ var ListTopics$ = [9, n0, _LT, 0, () => ListTopicsInput$, () => ListTopicsResponse$];
1508
+ var OptInPhoneNumber$ = [
1495
1509
  9,
1496
1510
  n0,
1497
1511
  _OIPN,
1498
1512
  0,
1499
- () => OptInPhoneNumberInput,
1500
- () => OptInPhoneNumberResponse,
1513
+ () => OptInPhoneNumberInput$,
1514
+ () => OptInPhoneNumberResponse$,
1515
+ ];
1516
+ var Publish$ = [9, n0, _Pu, 0, () => PublishInput$, () => PublishResponse$];
1517
+ var PublishBatch$ = [
1518
+ 9,
1519
+ n0,
1520
+ _PB,
1521
+ 0,
1522
+ () => PublishBatchInput$,
1523
+ () => PublishBatchResponse$,
1501
1524
  ];
1502
- var Publish = [9, n0, _Pu, 0, () => PublishInput, () => PublishResponse];
1503
- var PublishBatch = [9, n0, _PB, 0, () => PublishBatchInput, () => PublishBatchResponse];
1504
- var PutDataProtectionPolicy = [
1525
+ var PutDataProtectionPolicy$ = [
1505
1526
  9,
1506
1527
  n0,
1507
1528
  _PDPP,
1508
1529
  0,
1509
- () => PutDataProtectionPolicyInput,
1530
+ () => PutDataProtectionPolicyInput$,
1510
1531
  () => __Unit,
1511
1532
  ];
1512
- var RemovePermission = [9, n0, _RP, 0, () => RemovePermissionInput, () => __Unit];
1513
- var SetEndpointAttributes = [
1533
+ var RemovePermission$ = [9, n0, _RP, 0, () => RemovePermissionInput$, () => __Unit];
1534
+ var SetEndpointAttributes$ = [
1514
1535
  9,
1515
1536
  n0,
1516
1537
  _SEA,
1517
1538
  0,
1518
- () => SetEndpointAttributesInput,
1539
+ () => SetEndpointAttributesInput$,
1519
1540
  () => __Unit,
1520
1541
  ];
1521
- var SetPlatformApplicationAttributes = [
1542
+ var SetPlatformApplicationAttributes$ = [
1522
1543
  9,
1523
1544
  n0,
1524
1545
  _SPAA,
1525
1546
  0,
1526
- () => SetPlatformApplicationAttributesInput,
1547
+ () => SetPlatformApplicationAttributesInput$,
1527
1548
  () => __Unit,
1528
1549
  ];
1529
- var SetSMSAttributes = [
1550
+ var SetSMSAttributes$ = [
1530
1551
  9,
1531
1552
  n0,
1532
1553
  _SSMSA,
1533
1554
  0,
1534
- () => SetSMSAttributesInput,
1535
- () => SetSMSAttributesResponse,
1555
+ () => SetSMSAttributesInput$,
1556
+ () => SetSMSAttributesResponse$,
1536
1557
  ];
1537
- var SetSubscriptionAttributes = [
1558
+ var SetSubscriptionAttributes$ = [
1538
1559
  9,
1539
1560
  n0,
1540
1561
  _SSA,
1541
1562
  0,
1542
- () => SetSubscriptionAttributesInput,
1563
+ () => SetSubscriptionAttributesInput$,
1543
1564
  () => __Unit,
1544
1565
  ];
1545
- var SetTopicAttributes = [9, n0, _STA, 0, () => SetTopicAttributesInput, () => __Unit];
1546
- var Subscribe = [9, n0, _Subs, 0, () => SubscribeInput, () => SubscribeResponse];
1547
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1548
- var Unsubscribe = [9, n0, _U, 0, () => UnsubscribeInput, () => __Unit];
1549
- var UntagResource = [
1566
+ var SetTopicAttributes$ = [9, n0, _STA, 0, () => SetTopicAttributesInput$, () => __Unit];
1567
+ var Subscribe$ = [9, n0, _Subs, 0, () => SubscribeInput$, () => SubscribeResponse$];
1568
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
1569
+ var Unsubscribe$ = [9, n0, _U, 0, () => UnsubscribeInput$, () => __Unit];
1570
+ var UntagResource$ = [
1550
1571
  9,
1551
1572
  n0,
1552
1573
  _UR,
1553
1574
  0,
1554
- () => UntagResourceRequest,
1555
- () => UntagResourceResponse,
1575
+ () => UntagResourceRequest$,
1576
+ () => UntagResourceResponse$,
1556
1577
  ];
1557
- var VerifySMSSandboxPhoneNumber = [
1578
+ var VerifySMSSandboxPhoneNumber$ = [
1558
1579
  9,
1559
1580
  n0,
1560
1581
  _VSMSSPN,
1561
1582
  0,
1562
- () => VerifySMSSandboxPhoneNumberInput,
1563
- () => VerifySMSSandboxPhoneNumberResult,
1583
+ () => VerifySMSSandboxPhoneNumberInput$,
1584
+ () => VerifySMSSandboxPhoneNumberResult$,
1564
1585
  ];
1565
1586
 
1566
1587
  class AddPermissionCommand extends smithyClient.Command
@@ -1571,7 +1592,7 @@ class AddPermissionCommand extends smithyClient.Command
1571
1592
  })
1572
1593
  .s("AmazonSimpleNotificationService", "AddPermission", {})
1573
1594
  .n("SNSClient", "AddPermissionCommand")
1574
- .sc(AddPermission)
1595
+ .sc(AddPermission$)
1575
1596
  .build() {
1576
1597
  }
1577
1598
 
@@ -1583,7 +1604,7 @@ class CheckIfPhoneNumberIsOptedOutCommand extends smithyClient.Command
1583
1604
  })
1584
1605
  .s("AmazonSimpleNotificationService", "CheckIfPhoneNumberIsOptedOut", {})
1585
1606
  .n("SNSClient", "CheckIfPhoneNumberIsOptedOutCommand")
1586
- .sc(CheckIfPhoneNumberIsOptedOut)
1607
+ .sc(CheckIfPhoneNumberIsOptedOut$)
1587
1608
  .build() {
1588
1609
  }
1589
1610
 
@@ -1595,7 +1616,7 @@ class ConfirmSubscriptionCommand extends smithyClient.Command
1595
1616
  })
1596
1617
  .s("AmazonSimpleNotificationService", "ConfirmSubscription", {})
1597
1618
  .n("SNSClient", "ConfirmSubscriptionCommand")
1598
- .sc(ConfirmSubscription)
1619
+ .sc(ConfirmSubscription$)
1599
1620
  .build() {
1600
1621
  }
1601
1622
 
@@ -1607,7 +1628,7 @@ class CreatePlatformApplicationCommand extends smithyClient.Command
1607
1628
  })
1608
1629
  .s("AmazonSimpleNotificationService", "CreatePlatformApplication", {})
1609
1630
  .n("SNSClient", "CreatePlatformApplicationCommand")
1610
- .sc(CreatePlatformApplication)
1631
+ .sc(CreatePlatformApplication$)
1611
1632
  .build() {
1612
1633
  }
1613
1634
 
@@ -1619,7 +1640,7 @@ class CreatePlatformEndpointCommand extends smithyClient.Command
1619
1640
  })
1620
1641
  .s("AmazonSimpleNotificationService", "CreatePlatformEndpoint", {})
1621
1642
  .n("SNSClient", "CreatePlatformEndpointCommand")
1622
- .sc(CreatePlatformEndpoint)
1643
+ .sc(CreatePlatformEndpoint$)
1623
1644
  .build() {
1624
1645
  }
1625
1646
 
@@ -1631,7 +1652,7 @@ class CreateSMSSandboxPhoneNumberCommand extends smithyClient.Command
1631
1652
  })
1632
1653
  .s("AmazonSimpleNotificationService", "CreateSMSSandboxPhoneNumber", {})
1633
1654
  .n("SNSClient", "CreateSMSSandboxPhoneNumberCommand")
1634
- .sc(CreateSMSSandboxPhoneNumber)
1655
+ .sc(CreateSMSSandboxPhoneNumber$)
1635
1656
  .build() {
1636
1657
  }
1637
1658
 
@@ -1643,7 +1664,7 @@ class CreateTopicCommand extends smithyClient.Command
1643
1664
  })
1644
1665
  .s("AmazonSimpleNotificationService", "CreateTopic", {})
1645
1666
  .n("SNSClient", "CreateTopicCommand")
1646
- .sc(CreateTopic)
1667
+ .sc(CreateTopic$)
1647
1668
  .build() {
1648
1669
  }
1649
1670
 
@@ -1655,7 +1676,7 @@ class DeleteEndpointCommand extends smithyClient.Command
1655
1676
  })
1656
1677
  .s("AmazonSimpleNotificationService", "DeleteEndpoint", {})
1657
1678
  .n("SNSClient", "DeleteEndpointCommand")
1658
- .sc(DeleteEndpoint)
1679
+ .sc(DeleteEndpoint$)
1659
1680
  .build() {
1660
1681
  }
1661
1682
 
@@ -1667,7 +1688,7 @@ class DeletePlatformApplicationCommand extends smithyClient.Command
1667
1688
  })
1668
1689
  .s("AmazonSimpleNotificationService", "DeletePlatformApplication", {})
1669
1690
  .n("SNSClient", "DeletePlatformApplicationCommand")
1670
- .sc(DeletePlatformApplication)
1691
+ .sc(DeletePlatformApplication$)
1671
1692
  .build() {
1672
1693
  }
1673
1694
 
@@ -1679,7 +1700,7 @@ class DeleteSMSSandboxPhoneNumberCommand extends smithyClient.Command
1679
1700
  })
1680
1701
  .s("AmazonSimpleNotificationService", "DeleteSMSSandboxPhoneNumber", {})
1681
1702
  .n("SNSClient", "DeleteSMSSandboxPhoneNumberCommand")
1682
- .sc(DeleteSMSSandboxPhoneNumber)
1703
+ .sc(DeleteSMSSandboxPhoneNumber$)
1683
1704
  .build() {
1684
1705
  }
1685
1706
 
@@ -1691,7 +1712,7 @@ class DeleteTopicCommand extends smithyClient.Command
1691
1712
  })
1692
1713
  .s("AmazonSimpleNotificationService", "DeleteTopic", {})
1693
1714
  .n("SNSClient", "DeleteTopicCommand")
1694
- .sc(DeleteTopic)
1715
+ .sc(DeleteTopic$)
1695
1716
  .build() {
1696
1717
  }
1697
1718
 
@@ -1703,7 +1724,7 @@ class GetDataProtectionPolicyCommand extends smithyClient.Command
1703
1724
  })
1704
1725
  .s("AmazonSimpleNotificationService", "GetDataProtectionPolicy", {})
1705
1726
  .n("SNSClient", "GetDataProtectionPolicyCommand")
1706
- .sc(GetDataProtectionPolicy)
1727
+ .sc(GetDataProtectionPolicy$)
1707
1728
  .build() {
1708
1729
  }
1709
1730
 
@@ -1715,7 +1736,7 @@ class GetEndpointAttributesCommand extends smithyClient.Command
1715
1736
  })
1716
1737
  .s("AmazonSimpleNotificationService", "GetEndpointAttributes", {})
1717
1738
  .n("SNSClient", "GetEndpointAttributesCommand")
1718
- .sc(GetEndpointAttributes)
1739
+ .sc(GetEndpointAttributes$)
1719
1740
  .build() {
1720
1741
  }
1721
1742
 
@@ -1727,7 +1748,7 @@ class GetPlatformApplicationAttributesCommand extends smithyClient.Command
1727
1748
  })
1728
1749
  .s("AmazonSimpleNotificationService", "GetPlatformApplicationAttributes", {})
1729
1750
  .n("SNSClient", "GetPlatformApplicationAttributesCommand")
1730
- .sc(GetPlatformApplicationAttributes)
1751
+ .sc(GetPlatformApplicationAttributes$)
1731
1752
  .build() {
1732
1753
  }
1733
1754
 
@@ -1739,7 +1760,7 @@ class GetSMSAttributesCommand extends smithyClient.Command
1739
1760
  })
1740
1761
  .s("AmazonSimpleNotificationService", "GetSMSAttributes", {})
1741
1762
  .n("SNSClient", "GetSMSAttributesCommand")
1742
- .sc(GetSMSAttributes)
1763
+ .sc(GetSMSAttributes$)
1743
1764
  .build() {
1744
1765
  }
1745
1766
 
@@ -1751,7 +1772,7 @@ class GetSMSSandboxAccountStatusCommand extends smithyClient.Command
1751
1772
  })
1752
1773
  .s("AmazonSimpleNotificationService", "GetSMSSandboxAccountStatus", {})
1753
1774
  .n("SNSClient", "GetSMSSandboxAccountStatusCommand")
1754
- .sc(GetSMSSandboxAccountStatus)
1775
+ .sc(GetSMSSandboxAccountStatus$)
1755
1776
  .build() {
1756
1777
  }
1757
1778
 
@@ -1763,7 +1784,7 @@ class GetSubscriptionAttributesCommand extends smithyClient.Command
1763
1784
  })
1764
1785
  .s("AmazonSimpleNotificationService", "GetSubscriptionAttributes", {})
1765
1786
  .n("SNSClient", "GetSubscriptionAttributesCommand")
1766
- .sc(GetSubscriptionAttributes)
1787
+ .sc(GetSubscriptionAttributes$)
1767
1788
  .build() {
1768
1789
  }
1769
1790
 
@@ -1775,7 +1796,7 @@ class GetTopicAttributesCommand extends smithyClient.Command
1775
1796
  })
1776
1797
  .s("AmazonSimpleNotificationService", "GetTopicAttributes", {})
1777
1798
  .n("SNSClient", "GetTopicAttributesCommand")
1778
- .sc(GetTopicAttributes)
1799
+ .sc(GetTopicAttributes$)
1779
1800
  .build() {
1780
1801
  }
1781
1802
 
@@ -1787,7 +1808,7 @@ class ListEndpointsByPlatformApplicationCommand extends smithyClient.Command
1787
1808
  })
1788
1809
  .s("AmazonSimpleNotificationService", "ListEndpointsByPlatformApplication", {})
1789
1810
  .n("SNSClient", "ListEndpointsByPlatformApplicationCommand")
1790
- .sc(ListEndpointsByPlatformApplication)
1811
+ .sc(ListEndpointsByPlatformApplication$)
1791
1812
  .build() {
1792
1813
  }
1793
1814
 
@@ -1799,7 +1820,7 @@ class ListOriginationNumbersCommand extends smithyClient.Command
1799
1820
  })
1800
1821
  .s("AmazonSimpleNotificationService", "ListOriginationNumbers", {})
1801
1822
  .n("SNSClient", "ListOriginationNumbersCommand")
1802
- .sc(ListOriginationNumbers)
1823
+ .sc(ListOriginationNumbers$)
1803
1824
  .build() {
1804
1825
  }
1805
1826
 
@@ -1811,7 +1832,7 @@ class ListPhoneNumbersOptedOutCommand extends smithyClient.Command
1811
1832
  })
1812
1833
  .s("AmazonSimpleNotificationService", "ListPhoneNumbersOptedOut", {})
1813
1834
  .n("SNSClient", "ListPhoneNumbersOptedOutCommand")
1814
- .sc(ListPhoneNumbersOptedOut)
1835
+ .sc(ListPhoneNumbersOptedOut$)
1815
1836
  .build() {
1816
1837
  }
1817
1838
 
@@ -1823,7 +1844,7 @@ class ListPlatformApplicationsCommand extends smithyClient.Command
1823
1844
  })
1824
1845
  .s("AmazonSimpleNotificationService", "ListPlatformApplications", {})
1825
1846
  .n("SNSClient", "ListPlatformApplicationsCommand")
1826
- .sc(ListPlatformApplications)
1847
+ .sc(ListPlatformApplications$)
1827
1848
  .build() {
1828
1849
  }
1829
1850
 
@@ -1835,7 +1856,7 @@ class ListSMSSandboxPhoneNumbersCommand extends smithyClient.Command
1835
1856
  })
1836
1857
  .s("AmazonSimpleNotificationService", "ListSMSSandboxPhoneNumbers", {})
1837
1858
  .n("SNSClient", "ListSMSSandboxPhoneNumbersCommand")
1838
- .sc(ListSMSSandboxPhoneNumbers)
1859
+ .sc(ListSMSSandboxPhoneNumbers$)
1839
1860
  .build() {
1840
1861
  }
1841
1862
 
@@ -1847,7 +1868,7 @@ class ListSubscriptionsByTopicCommand extends smithyClient.Command
1847
1868
  })
1848
1869
  .s("AmazonSimpleNotificationService", "ListSubscriptionsByTopic", {})
1849
1870
  .n("SNSClient", "ListSubscriptionsByTopicCommand")
1850
- .sc(ListSubscriptionsByTopic)
1871
+ .sc(ListSubscriptionsByTopic$)
1851
1872
  .build() {
1852
1873
  }
1853
1874
 
@@ -1859,7 +1880,7 @@ class ListSubscriptionsCommand extends smithyClient.Command
1859
1880
  })
1860
1881
  .s("AmazonSimpleNotificationService", "ListSubscriptions", {})
1861
1882
  .n("SNSClient", "ListSubscriptionsCommand")
1862
- .sc(ListSubscriptions)
1883
+ .sc(ListSubscriptions$)
1863
1884
  .build() {
1864
1885
  }
1865
1886
 
@@ -1871,7 +1892,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1871
1892
  })
1872
1893
  .s("AmazonSimpleNotificationService", "ListTagsForResource", {})
1873
1894
  .n("SNSClient", "ListTagsForResourceCommand")
1874
- .sc(ListTagsForResource)
1895
+ .sc(ListTagsForResource$)
1875
1896
  .build() {
1876
1897
  }
1877
1898
 
@@ -1883,7 +1904,7 @@ class ListTopicsCommand extends smithyClient.Command
1883
1904
  })
1884
1905
  .s("AmazonSimpleNotificationService", "ListTopics", {})
1885
1906
  .n("SNSClient", "ListTopicsCommand")
1886
- .sc(ListTopics)
1907
+ .sc(ListTopics$)
1887
1908
  .build() {
1888
1909
  }
1889
1910
 
@@ -1895,7 +1916,7 @@ class OptInPhoneNumberCommand extends smithyClient.Command
1895
1916
  })
1896
1917
  .s("AmazonSimpleNotificationService", "OptInPhoneNumber", {})
1897
1918
  .n("SNSClient", "OptInPhoneNumberCommand")
1898
- .sc(OptInPhoneNumber)
1919
+ .sc(OptInPhoneNumber$)
1899
1920
  .build() {
1900
1921
  }
1901
1922
 
@@ -1907,7 +1928,7 @@ class PublishBatchCommand extends smithyClient.Command
1907
1928
  })
1908
1929
  .s("AmazonSimpleNotificationService", "PublishBatch", {})
1909
1930
  .n("SNSClient", "PublishBatchCommand")
1910
- .sc(PublishBatch)
1931
+ .sc(PublishBatch$)
1911
1932
  .build() {
1912
1933
  }
1913
1934
 
@@ -1919,7 +1940,7 @@ class PublishCommand extends smithyClient.Command
1919
1940
  })
1920
1941
  .s("AmazonSimpleNotificationService", "Publish", {})
1921
1942
  .n("SNSClient", "PublishCommand")
1922
- .sc(Publish)
1943
+ .sc(Publish$)
1923
1944
  .build() {
1924
1945
  }
1925
1946
 
@@ -1931,7 +1952,7 @@ class PutDataProtectionPolicyCommand extends smithyClient.Command
1931
1952
  })
1932
1953
  .s("AmazonSimpleNotificationService", "PutDataProtectionPolicy", {})
1933
1954
  .n("SNSClient", "PutDataProtectionPolicyCommand")
1934
- .sc(PutDataProtectionPolicy)
1955
+ .sc(PutDataProtectionPolicy$)
1935
1956
  .build() {
1936
1957
  }
1937
1958
 
@@ -1943,7 +1964,7 @@ class RemovePermissionCommand extends smithyClient.Command
1943
1964
  })
1944
1965
  .s("AmazonSimpleNotificationService", "RemovePermission", {})
1945
1966
  .n("SNSClient", "RemovePermissionCommand")
1946
- .sc(RemovePermission)
1967
+ .sc(RemovePermission$)
1947
1968
  .build() {
1948
1969
  }
1949
1970
 
@@ -1955,7 +1976,7 @@ class SetEndpointAttributesCommand extends smithyClient.Command
1955
1976
  })
1956
1977
  .s("AmazonSimpleNotificationService", "SetEndpointAttributes", {})
1957
1978
  .n("SNSClient", "SetEndpointAttributesCommand")
1958
- .sc(SetEndpointAttributes)
1979
+ .sc(SetEndpointAttributes$)
1959
1980
  .build() {
1960
1981
  }
1961
1982
 
@@ -1967,7 +1988,7 @@ class SetPlatformApplicationAttributesCommand extends smithyClient.Command
1967
1988
  })
1968
1989
  .s("AmazonSimpleNotificationService", "SetPlatformApplicationAttributes", {})
1969
1990
  .n("SNSClient", "SetPlatformApplicationAttributesCommand")
1970
- .sc(SetPlatformApplicationAttributes)
1991
+ .sc(SetPlatformApplicationAttributes$)
1971
1992
  .build() {
1972
1993
  }
1973
1994
 
@@ -1979,7 +2000,7 @@ class SetSMSAttributesCommand extends smithyClient.Command
1979
2000
  })
1980
2001
  .s("AmazonSimpleNotificationService", "SetSMSAttributes", {})
1981
2002
  .n("SNSClient", "SetSMSAttributesCommand")
1982
- .sc(SetSMSAttributes)
2003
+ .sc(SetSMSAttributes$)
1983
2004
  .build() {
1984
2005
  }
1985
2006
 
@@ -1991,7 +2012,7 @@ class SetSubscriptionAttributesCommand extends smithyClient.Command
1991
2012
  })
1992
2013
  .s("AmazonSimpleNotificationService", "SetSubscriptionAttributes", {})
1993
2014
  .n("SNSClient", "SetSubscriptionAttributesCommand")
1994
- .sc(SetSubscriptionAttributes)
2015
+ .sc(SetSubscriptionAttributes$)
1995
2016
  .build() {
1996
2017
  }
1997
2018
 
@@ -2003,7 +2024,7 @@ class SetTopicAttributesCommand extends smithyClient.Command
2003
2024
  })
2004
2025
  .s("AmazonSimpleNotificationService", "SetTopicAttributes", {})
2005
2026
  .n("SNSClient", "SetTopicAttributesCommand")
2006
- .sc(SetTopicAttributes)
2027
+ .sc(SetTopicAttributes$)
2007
2028
  .build() {
2008
2029
  }
2009
2030
 
@@ -2015,7 +2036,7 @@ class SubscribeCommand extends smithyClient.Command
2015
2036
  })
2016
2037
  .s("AmazonSimpleNotificationService", "Subscribe", {})
2017
2038
  .n("SNSClient", "SubscribeCommand")
2018
- .sc(Subscribe)
2039
+ .sc(Subscribe$)
2019
2040
  .build() {
2020
2041
  }
2021
2042
 
@@ -2027,7 +2048,7 @@ class TagResourceCommand extends smithyClient.Command
2027
2048
  })
2028
2049
  .s("AmazonSimpleNotificationService", "TagResource", {})
2029
2050
  .n("SNSClient", "TagResourceCommand")
2030
- .sc(TagResource)
2051
+ .sc(TagResource$)
2031
2052
  .build() {
2032
2053
  }
2033
2054
 
@@ -2039,7 +2060,7 @@ class UnsubscribeCommand extends smithyClient.Command
2039
2060
  })
2040
2061
  .s("AmazonSimpleNotificationService", "Unsubscribe", {})
2041
2062
  .n("SNSClient", "UnsubscribeCommand")
2042
- .sc(Unsubscribe)
2063
+ .sc(Unsubscribe$)
2043
2064
  .build() {
2044
2065
  }
2045
2066
 
@@ -2051,7 +2072,7 @@ class UntagResourceCommand extends smithyClient.Command
2051
2072
  })
2052
2073
  .s("AmazonSimpleNotificationService", "UntagResource", {})
2053
2074
  .n("SNSClient", "UntagResourceCommand")
2054
- .sc(UntagResource)
2075
+ .sc(UntagResource$)
2055
2076
  .build() {
2056
2077
  }
2057
2078
 
@@ -2063,7 +2084,7 @@ class VerifySMSSandboxPhoneNumberCommand extends smithyClient.Command
2063
2084
  })
2064
2085
  .s("AmazonSimpleNotificationService", "VerifySMSSandboxPhoneNumber", {})
2065
2086
  .n("SNSClient", "VerifySMSSandboxPhoneNumberCommand")
2066
- .sc(VerifySMSSandboxPhoneNumber)
2087
+ .sc(VerifySMSSandboxPhoneNumber$)
2067
2088
  .build() {
2068
2089
  }
2069
2090
 
@@ -2169,89 +2190,250 @@ Object.defineProperty(exports, "__Client", {
2169
2190
  enumerable: true,
2170
2191
  get: function () { return smithyClient.Client; }
2171
2192
  });
2193
+ exports.AddPermission$ = AddPermission$;
2172
2194
  exports.AddPermissionCommand = AddPermissionCommand;
2173
- exports.AuthorizationErrorException = AuthorizationErrorException$1;
2174
- exports.BatchEntryIdsNotDistinctException = BatchEntryIdsNotDistinctException$1;
2175
- exports.BatchRequestTooLongException = BatchRequestTooLongException$1;
2195
+ exports.AddPermissionInput$ = AddPermissionInput$;
2196
+ exports.AuthorizationErrorException = AuthorizationErrorException;
2197
+ exports.AuthorizationErrorException$ = AuthorizationErrorException$;
2198
+ exports.BatchEntryIdsNotDistinctException = BatchEntryIdsNotDistinctException;
2199
+ exports.BatchEntryIdsNotDistinctException$ = BatchEntryIdsNotDistinctException$;
2200
+ exports.BatchRequestTooLongException = BatchRequestTooLongException;
2201
+ exports.BatchRequestTooLongException$ = BatchRequestTooLongException$;
2202
+ exports.BatchResultErrorEntry$ = BatchResultErrorEntry$;
2203
+ exports.CheckIfPhoneNumberIsOptedOut$ = CheckIfPhoneNumberIsOptedOut$;
2176
2204
  exports.CheckIfPhoneNumberIsOptedOutCommand = CheckIfPhoneNumberIsOptedOutCommand;
2177
- exports.ConcurrentAccessException = ConcurrentAccessException$1;
2205
+ exports.CheckIfPhoneNumberIsOptedOutInput$ = CheckIfPhoneNumberIsOptedOutInput$;
2206
+ exports.CheckIfPhoneNumberIsOptedOutResponse$ = CheckIfPhoneNumberIsOptedOutResponse$;
2207
+ exports.ConcurrentAccessException = ConcurrentAccessException;
2208
+ exports.ConcurrentAccessException$ = ConcurrentAccessException$;
2209
+ exports.ConfirmSubscription$ = ConfirmSubscription$;
2178
2210
  exports.ConfirmSubscriptionCommand = ConfirmSubscriptionCommand;
2211
+ exports.ConfirmSubscriptionInput$ = ConfirmSubscriptionInput$;
2212
+ exports.ConfirmSubscriptionResponse$ = ConfirmSubscriptionResponse$;
2213
+ exports.CreateEndpointResponse$ = CreateEndpointResponse$;
2214
+ exports.CreatePlatformApplication$ = CreatePlatformApplication$;
2179
2215
  exports.CreatePlatformApplicationCommand = CreatePlatformApplicationCommand;
2216
+ exports.CreatePlatformApplicationInput$ = CreatePlatformApplicationInput$;
2217
+ exports.CreatePlatformApplicationResponse$ = CreatePlatformApplicationResponse$;
2218
+ exports.CreatePlatformEndpoint$ = CreatePlatformEndpoint$;
2180
2219
  exports.CreatePlatformEndpointCommand = CreatePlatformEndpointCommand;
2220
+ exports.CreatePlatformEndpointInput$ = CreatePlatformEndpointInput$;
2221
+ exports.CreateSMSSandboxPhoneNumber$ = CreateSMSSandboxPhoneNumber$;
2181
2222
  exports.CreateSMSSandboxPhoneNumberCommand = CreateSMSSandboxPhoneNumberCommand;
2223
+ exports.CreateSMSSandboxPhoneNumberInput$ = CreateSMSSandboxPhoneNumberInput$;
2224
+ exports.CreateSMSSandboxPhoneNumberResult$ = CreateSMSSandboxPhoneNumberResult$;
2225
+ exports.CreateTopic$ = CreateTopic$;
2182
2226
  exports.CreateTopicCommand = CreateTopicCommand;
2227
+ exports.CreateTopicInput$ = CreateTopicInput$;
2228
+ exports.CreateTopicResponse$ = CreateTopicResponse$;
2229
+ exports.DeleteEndpoint$ = DeleteEndpoint$;
2183
2230
  exports.DeleteEndpointCommand = DeleteEndpointCommand;
2231
+ exports.DeleteEndpointInput$ = DeleteEndpointInput$;
2232
+ exports.DeletePlatformApplication$ = DeletePlatformApplication$;
2184
2233
  exports.DeletePlatformApplicationCommand = DeletePlatformApplicationCommand;
2234
+ exports.DeletePlatformApplicationInput$ = DeletePlatformApplicationInput$;
2235
+ exports.DeleteSMSSandboxPhoneNumber$ = DeleteSMSSandboxPhoneNumber$;
2185
2236
  exports.DeleteSMSSandboxPhoneNumberCommand = DeleteSMSSandboxPhoneNumberCommand;
2237
+ exports.DeleteSMSSandboxPhoneNumberInput$ = DeleteSMSSandboxPhoneNumberInput$;
2238
+ exports.DeleteSMSSandboxPhoneNumberResult$ = DeleteSMSSandboxPhoneNumberResult$;
2239
+ exports.DeleteTopic$ = DeleteTopic$;
2186
2240
  exports.DeleteTopicCommand = DeleteTopicCommand;
2187
- exports.EmptyBatchRequestException = EmptyBatchRequestException$1;
2188
- exports.EndpointDisabledException = EndpointDisabledException$1;
2189
- exports.FilterPolicyLimitExceededException = FilterPolicyLimitExceededException$1;
2241
+ exports.DeleteTopicInput$ = DeleteTopicInput$;
2242
+ exports.EmptyBatchRequestException = EmptyBatchRequestException;
2243
+ exports.EmptyBatchRequestException$ = EmptyBatchRequestException$;
2244
+ exports.Endpoint$ = Endpoint$;
2245
+ exports.EndpointDisabledException = EndpointDisabledException;
2246
+ exports.EndpointDisabledException$ = EndpointDisabledException$;
2247
+ exports.FilterPolicyLimitExceededException = FilterPolicyLimitExceededException;
2248
+ exports.FilterPolicyLimitExceededException$ = FilterPolicyLimitExceededException$;
2249
+ exports.GetDataProtectionPolicy$ = GetDataProtectionPolicy$;
2190
2250
  exports.GetDataProtectionPolicyCommand = GetDataProtectionPolicyCommand;
2251
+ exports.GetDataProtectionPolicyInput$ = GetDataProtectionPolicyInput$;
2252
+ exports.GetDataProtectionPolicyResponse$ = GetDataProtectionPolicyResponse$;
2253
+ exports.GetEndpointAttributes$ = GetEndpointAttributes$;
2191
2254
  exports.GetEndpointAttributesCommand = GetEndpointAttributesCommand;
2255
+ exports.GetEndpointAttributesInput$ = GetEndpointAttributesInput$;
2256
+ exports.GetEndpointAttributesResponse$ = GetEndpointAttributesResponse$;
2257
+ exports.GetPlatformApplicationAttributes$ = GetPlatformApplicationAttributes$;
2192
2258
  exports.GetPlatformApplicationAttributesCommand = GetPlatformApplicationAttributesCommand;
2259
+ exports.GetPlatformApplicationAttributesInput$ = GetPlatformApplicationAttributesInput$;
2260
+ exports.GetPlatformApplicationAttributesResponse$ = GetPlatformApplicationAttributesResponse$;
2261
+ exports.GetSMSAttributes$ = GetSMSAttributes$;
2193
2262
  exports.GetSMSAttributesCommand = GetSMSAttributesCommand;
2263
+ exports.GetSMSAttributesInput$ = GetSMSAttributesInput$;
2264
+ exports.GetSMSAttributesResponse$ = GetSMSAttributesResponse$;
2265
+ exports.GetSMSSandboxAccountStatus$ = GetSMSSandboxAccountStatus$;
2194
2266
  exports.GetSMSSandboxAccountStatusCommand = GetSMSSandboxAccountStatusCommand;
2267
+ exports.GetSMSSandboxAccountStatusInput$ = GetSMSSandboxAccountStatusInput$;
2268
+ exports.GetSMSSandboxAccountStatusResult$ = GetSMSSandboxAccountStatusResult$;
2269
+ exports.GetSubscriptionAttributes$ = GetSubscriptionAttributes$;
2195
2270
  exports.GetSubscriptionAttributesCommand = GetSubscriptionAttributesCommand;
2271
+ exports.GetSubscriptionAttributesInput$ = GetSubscriptionAttributesInput$;
2272
+ exports.GetSubscriptionAttributesResponse$ = GetSubscriptionAttributesResponse$;
2273
+ exports.GetTopicAttributes$ = GetTopicAttributes$;
2196
2274
  exports.GetTopicAttributesCommand = GetTopicAttributesCommand;
2197
- exports.InternalErrorException = InternalErrorException$1;
2198
- exports.InvalidBatchEntryIdException = InvalidBatchEntryIdException$1;
2199
- exports.InvalidParameterException = InvalidParameterException$1;
2200
- exports.InvalidParameterValueException = InvalidParameterValueException$1;
2201
- exports.InvalidSecurityException = InvalidSecurityException$1;
2202
- exports.InvalidStateException = InvalidStateException$1;
2203
- exports.KMSAccessDeniedException = KMSAccessDeniedException$1;
2204
- exports.KMSDisabledException = KMSDisabledException$1;
2205
- exports.KMSInvalidStateException = KMSInvalidStateException$1;
2206
- exports.KMSNotFoundException = KMSNotFoundException$1;
2207
- exports.KMSOptInRequired = KMSOptInRequired$1;
2208
- exports.KMSThrottlingException = KMSThrottlingException$1;
2275
+ exports.GetTopicAttributesInput$ = GetTopicAttributesInput$;
2276
+ exports.GetTopicAttributesResponse$ = GetTopicAttributesResponse$;
2277
+ exports.InternalErrorException = InternalErrorException;
2278
+ exports.InternalErrorException$ = InternalErrorException$;
2279
+ exports.InvalidBatchEntryIdException = InvalidBatchEntryIdException;
2280
+ exports.InvalidBatchEntryIdException$ = InvalidBatchEntryIdException$;
2281
+ exports.InvalidParameterException = InvalidParameterException;
2282
+ exports.InvalidParameterException$ = InvalidParameterException$;
2283
+ exports.InvalidParameterValueException = InvalidParameterValueException;
2284
+ exports.InvalidParameterValueException$ = InvalidParameterValueException$;
2285
+ exports.InvalidSecurityException = InvalidSecurityException;
2286
+ exports.InvalidSecurityException$ = InvalidSecurityException$;
2287
+ exports.InvalidStateException = InvalidStateException;
2288
+ exports.InvalidStateException$ = InvalidStateException$;
2289
+ exports.KMSAccessDeniedException = KMSAccessDeniedException;
2290
+ exports.KMSAccessDeniedException$ = KMSAccessDeniedException$;
2291
+ exports.KMSDisabledException = KMSDisabledException;
2292
+ exports.KMSDisabledException$ = KMSDisabledException$;
2293
+ exports.KMSInvalidStateException = KMSInvalidStateException;
2294
+ exports.KMSInvalidStateException$ = KMSInvalidStateException$;
2295
+ exports.KMSNotFoundException = KMSNotFoundException;
2296
+ exports.KMSNotFoundException$ = KMSNotFoundException$;
2297
+ exports.KMSOptInRequired = KMSOptInRequired;
2298
+ exports.KMSOptInRequired$ = KMSOptInRequired$;
2299
+ exports.KMSThrottlingException = KMSThrottlingException;
2300
+ exports.KMSThrottlingException$ = KMSThrottlingException$;
2209
2301
  exports.LanguageCodeString = LanguageCodeString;
2302
+ exports.ListEndpointsByPlatformApplication$ = ListEndpointsByPlatformApplication$;
2210
2303
  exports.ListEndpointsByPlatformApplicationCommand = ListEndpointsByPlatformApplicationCommand;
2304
+ exports.ListEndpointsByPlatformApplicationInput$ = ListEndpointsByPlatformApplicationInput$;
2305
+ exports.ListEndpointsByPlatformApplicationResponse$ = ListEndpointsByPlatformApplicationResponse$;
2306
+ exports.ListOriginationNumbers$ = ListOriginationNumbers$;
2211
2307
  exports.ListOriginationNumbersCommand = ListOriginationNumbersCommand;
2308
+ exports.ListOriginationNumbersRequest$ = ListOriginationNumbersRequest$;
2309
+ exports.ListOriginationNumbersResult$ = ListOriginationNumbersResult$;
2310
+ exports.ListPhoneNumbersOptedOut$ = ListPhoneNumbersOptedOut$;
2212
2311
  exports.ListPhoneNumbersOptedOutCommand = ListPhoneNumbersOptedOutCommand;
2312
+ exports.ListPhoneNumbersOptedOutInput$ = ListPhoneNumbersOptedOutInput$;
2313
+ exports.ListPhoneNumbersOptedOutResponse$ = ListPhoneNumbersOptedOutResponse$;
2314
+ exports.ListPlatformApplications$ = ListPlatformApplications$;
2213
2315
  exports.ListPlatformApplicationsCommand = ListPlatformApplicationsCommand;
2316
+ exports.ListPlatformApplicationsInput$ = ListPlatformApplicationsInput$;
2317
+ exports.ListPlatformApplicationsResponse$ = ListPlatformApplicationsResponse$;
2318
+ exports.ListSMSSandboxPhoneNumbers$ = ListSMSSandboxPhoneNumbers$;
2214
2319
  exports.ListSMSSandboxPhoneNumbersCommand = ListSMSSandboxPhoneNumbersCommand;
2320
+ exports.ListSMSSandboxPhoneNumbersInput$ = ListSMSSandboxPhoneNumbersInput$;
2321
+ exports.ListSMSSandboxPhoneNumbersResult$ = ListSMSSandboxPhoneNumbersResult$;
2322
+ exports.ListSubscriptions$ = ListSubscriptions$;
2323
+ exports.ListSubscriptionsByTopic$ = ListSubscriptionsByTopic$;
2215
2324
  exports.ListSubscriptionsByTopicCommand = ListSubscriptionsByTopicCommand;
2325
+ exports.ListSubscriptionsByTopicInput$ = ListSubscriptionsByTopicInput$;
2326
+ exports.ListSubscriptionsByTopicResponse$ = ListSubscriptionsByTopicResponse$;
2216
2327
  exports.ListSubscriptionsCommand = ListSubscriptionsCommand;
2328
+ exports.ListSubscriptionsInput$ = ListSubscriptionsInput$;
2329
+ exports.ListSubscriptionsResponse$ = ListSubscriptionsResponse$;
2330
+ exports.ListTagsForResource$ = ListTagsForResource$;
2217
2331
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2332
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2333
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2334
+ exports.ListTopics$ = ListTopics$;
2218
2335
  exports.ListTopicsCommand = ListTopicsCommand;
2219
- exports.NotFoundException = NotFoundException$1;
2336
+ exports.ListTopicsInput$ = ListTopicsInput$;
2337
+ exports.ListTopicsResponse$ = ListTopicsResponse$;
2338
+ exports.MessageAttributeValue$ = MessageAttributeValue$;
2339
+ exports.NotFoundException = NotFoundException;
2340
+ exports.NotFoundException$ = NotFoundException$;
2220
2341
  exports.NumberCapability = NumberCapability;
2342
+ exports.OptInPhoneNumber$ = OptInPhoneNumber$;
2221
2343
  exports.OptInPhoneNumberCommand = OptInPhoneNumberCommand;
2222
- exports.OptedOutException = OptedOutException$1;
2223
- exports.PlatformApplicationDisabledException = PlatformApplicationDisabledException$1;
2344
+ exports.OptInPhoneNumberInput$ = OptInPhoneNumberInput$;
2345
+ exports.OptInPhoneNumberResponse$ = OptInPhoneNumberResponse$;
2346
+ exports.OptedOutException = OptedOutException;
2347
+ exports.OptedOutException$ = OptedOutException$;
2348
+ exports.PhoneNumberInformation$ = PhoneNumberInformation$;
2349
+ exports.PlatformApplication$ = PlatformApplication$;
2350
+ exports.PlatformApplicationDisabledException = PlatformApplicationDisabledException;
2351
+ exports.PlatformApplicationDisabledException$ = PlatformApplicationDisabledException$;
2352
+ exports.Publish$ = Publish$;
2353
+ exports.PublishBatch$ = PublishBatch$;
2224
2354
  exports.PublishBatchCommand = PublishBatchCommand;
2355
+ exports.PublishBatchInput$ = PublishBatchInput$;
2356
+ exports.PublishBatchRequestEntry$ = PublishBatchRequestEntry$;
2357
+ exports.PublishBatchResponse$ = PublishBatchResponse$;
2358
+ exports.PublishBatchResultEntry$ = PublishBatchResultEntry$;
2225
2359
  exports.PublishCommand = PublishCommand;
2360
+ exports.PublishInput$ = PublishInput$;
2361
+ exports.PublishResponse$ = PublishResponse$;
2362
+ exports.PutDataProtectionPolicy$ = PutDataProtectionPolicy$;
2226
2363
  exports.PutDataProtectionPolicyCommand = PutDataProtectionPolicyCommand;
2364
+ exports.PutDataProtectionPolicyInput$ = PutDataProtectionPolicyInput$;
2365
+ exports.RemovePermission$ = RemovePermission$;
2227
2366
  exports.RemovePermissionCommand = RemovePermissionCommand;
2228
- exports.ReplayLimitExceededException = ReplayLimitExceededException$1;
2229
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2367
+ exports.RemovePermissionInput$ = RemovePermissionInput$;
2368
+ exports.ReplayLimitExceededException = ReplayLimitExceededException;
2369
+ exports.ReplayLimitExceededException$ = ReplayLimitExceededException$;
2370
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2371
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2230
2372
  exports.RouteType = RouteType;
2373
+ exports.SMSSandboxPhoneNumber$ = SMSSandboxPhoneNumber$;
2231
2374
  exports.SMSSandboxPhoneNumberVerificationStatus = SMSSandboxPhoneNumberVerificationStatus;
2232
2375
  exports.SNS = SNS;
2233
2376
  exports.SNSClient = SNSClient;
2234
- exports.SNSServiceException = SNSServiceException$1;
2377
+ exports.SNSServiceException = SNSServiceException;
2378
+ exports.SNSServiceException$ = SNSServiceException$;
2379
+ exports.SetEndpointAttributes$ = SetEndpointAttributes$;
2235
2380
  exports.SetEndpointAttributesCommand = SetEndpointAttributesCommand;
2381
+ exports.SetEndpointAttributesInput$ = SetEndpointAttributesInput$;
2382
+ exports.SetPlatformApplicationAttributes$ = SetPlatformApplicationAttributes$;
2236
2383
  exports.SetPlatformApplicationAttributesCommand = SetPlatformApplicationAttributesCommand;
2384
+ exports.SetPlatformApplicationAttributesInput$ = SetPlatformApplicationAttributesInput$;
2385
+ exports.SetSMSAttributes$ = SetSMSAttributes$;
2237
2386
  exports.SetSMSAttributesCommand = SetSMSAttributesCommand;
2387
+ exports.SetSMSAttributesInput$ = SetSMSAttributesInput$;
2388
+ exports.SetSMSAttributesResponse$ = SetSMSAttributesResponse$;
2389
+ exports.SetSubscriptionAttributes$ = SetSubscriptionAttributes$;
2238
2390
  exports.SetSubscriptionAttributesCommand = SetSubscriptionAttributesCommand;
2391
+ exports.SetSubscriptionAttributesInput$ = SetSubscriptionAttributesInput$;
2392
+ exports.SetTopicAttributes$ = SetTopicAttributes$;
2239
2393
  exports.SetTopicAttributesCommand = SetTopicAttributesCommand;
2240
- exports.StaleTagException = StaleTagException$1;
2394
+ exports.SetTopicAttributesInput$ = SetTopicAttributesInput$;
2395
+ exports.StaleTagException = StaleTagException;
2396
+ exports.StaleTagException$ = StaleTagException$;
2397
+ exports.Subscribe$ = Subscribe$;
2241
2398
  exports.SubscribeCommand = SubscribeCommand;
2242
- exports.SubscriptionLimitExceededException = SubscriptionLimitExceededException$1;
2243
- exports.TagLimitExceededException = TagLimitExceededException$1;
2244
- exports.TagPolicyException = TagPolicyException$1;
2399
+ exports.SubscribeInput$ = SubscribeInput$;
2400
+ exports.SubscribeResponse$ = SubscribeResponse$;
2401
+ exports.Subscription$ = Subscription$;
2402
+ exports.SubscriptionLimitExceededException = SubscriptionLimitExceededException;
2403
+ exports.SubscriptionLimitExceededException$ = SubscriptionLimitExceededException$;
2404
+ exports.Tag$ = Tag$;
2405
+ exports.TagLimitExceededException = TagLimitExceededException;
2406
+ exports.TagLimitExceededException$ = TagLimitExceededException$;
2407
+ exports.TagPolicyException = TagPolicyException;
2408
+ exports.TagPolicyException$ = TagPolicyException$;
2409
+ exports.TagResource$ = TagResource$;
2245
2410
  exports.TagResourceCommand = TagResourceCommand;
2246
- exports.ThrottledException = ThrottledException$1;
2247
- exports.TooManyEntriesInBatchRequestException = TooManyEntriesInBatchRequestException$1;
2248
- exports.TopicLimitExceededException = TopicLimitExceededException$1;
2411
+ exports.TagResourceRequest$ = TagResourceRequest$;
2412
+ exports.TagResourceResponse$ = TagResourceResponse$;
2413
+ exports.ThrottledException = ThrottledException;
2414
+ exports.ThrottledException$ = ThrottledException$;
2415
+ exports.TooManyEntriesInBatchRequestException = TooManyEntriesInBatchRequestException;
2416
+ exports.TooManyEntriesInBatchRequestException$ = TooManyEntriesInBatchRequestException$;
2417
+ exports.Topic$ = Topic$;
2418
+ exports.TopicLimitExceededException = TopicLimitExceededException;
2419
+ exports.TopicLimitExceededException$ = TopicLimitExceededException$;
2420
+ exports.Unsubscribe$ = Unsubscribe$;
2249
2421
  exports.UnsubscribeCommand = UnsubscribeCommand;
2422
+ exports.UnsubscribeInput$ = UnsubscribeInput$;
2423
+ exports.UntagResource$ = UntagResource$;
2250
2424
  exports.UntagResourceCommand = UntagResourceCommand;
2251
- exports.UserErrorException = UserErrorException$1;
2252
- exports.ValidationException = ValidationException$1;
2253
- exports.VerificationException = VerificationException$1;
2425
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2426
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2427
+ exports.UserErrorException = UserErrorException;
2428
+ exports.UserErrorException$ = UserErrorException$;
2429
+ exports.ValidationException = ValidationException;
2430
+ exports.ValidationException$ = ValidationException$;
2431
+ exports.VerificationException = VerificationException;
2432
+ exports.VerificationException$ = VerificationException$;
2433
+ exports.VerifySMSSandboxPhoneNumber$ = VerifySMSSandboxPhoneNumber$;
2254
2434
  exports.VerifySMSSandboxPhoneNumberCommand = VerifySMSSandboxPhoneNumberCommand;
2435
+ exports.VerifySMSSandboxPhoneNumberInput$ = VerifySMSSandboxPhoneNumberInput$;
2436
+ exports.VerifySMSSandboxPhoneNumberResult$ = VerifySMSSandboxPhoneNumberResult$;
2255
2437
  exports.paginateListEndpointsByPlatformApplication = paginateListEndpointsByPlatformApplication;
2256
2438
  exports.paginateListOriginationNumbers = paginateListOriginationNumbers;
2257
2439
  exports.paginateListPhoneNumbersOptedOut = paginateListPhoneNumbersOptedOut;