@aws-sdk/client-sns 3.130.0 → 3.141.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 (87) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddPermissionCommand.js +1 -1
  4. package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
  5. package/dist-cjs/commands/ConfirmSubscriptionCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePlatformApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePlatformEndpointCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
  9. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteEndpointCommand.js +1 -1
  11. package/dist-cjs/commands/DeletePlatformApplicationCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteTopicCommand.js +1 -1
  14. package/dist-cjs/commands/GetEndpointAttributesCommand.js +2 -2
  15. package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +2 -2
  16. package/dist-cjs/commands/GetSMSAttributesCommand.js +2 -2
  17. package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
  18. package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +2 -2
  19. package/dist-cjs/commands/GetTopicAttributesCommand.js +2 -2
  20. package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
  21. package/dist-cjs/commands/ListOriginationNumbersCommand.js +2 -2
  22. package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
  23. package/dist-cjs/commands/ListPlatformApplicationsCommand.js +2 -2
  24. package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
  25. package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +2 -2
  26. package/dist-cjs/commands/ListSubscriptionsCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListTopicsCommand.js +2 -2
  29. package/dist-cjs/commands/OptInPhoneNumberCommand.js +2 -2
  30. package/dist-cjs/commands/PublishBatchCommand.js +2 -2
  31. package/dist-cjs/commands/PublishCommand.js +2 -2
  32. package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
  33. package/dist-cjs/commands/SetEndpointAttributesCommand.js +1 -1
  34. package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +1 -1
  35. package/dist-cjs/commands/SetSMSAttributesCommand.js +2 -2
  36. package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +1 -1
  37. package/dist-cjs/commands/SetTopicAttributesCommand.js +1 -1
  38. package/dist-cjs/commands/SubscribeCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UnsubscribeCommand.js +1 -1
  41. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  42. package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
  43. package/dist-cjs/models/models_0.js +327 -489
  44. package/dist-es/commands/AddPermissionCommand.js +2 -2
  45. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -3
  46. package/dist-es/commands/ConfirmSubscriptionCommand.js +3 -3
  47. package/dist-es/commands/CreatePlatformApplicationCommand.js +3 -3
  48. package/dist-es/commands/CreatePlatformEndpointCommand.js +3 -3
  49. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -3
  50. package/dist-es/commands/CreateTopicCommand.js +3 -3
  51. package/dist-es/commands/DeleteEndpointCommand.js +2 -2
  52. package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -2
  53. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -3
  54. package/dist-es/commands/DeleteTopicCommand.js +2 -2
  55. package/dist-es/commands/GetEndpointAttributesCommand.js +3 -3
  56. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -3
  57. package/dist-es/commands/GetSMSAttributesCommand.js +3 -3
  58. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -3
  59. package/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -3
  60. package/dist-es/commands/GetTopicAttributesCommand.js +3 -3
  61. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -3
  62. package/dist-es/commands/ListOriginationNumbersCommand.js +3 -3
  63. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -3
  64. package/dist-es/commands/ListPlatformApplicationsCommand.js +3 -3
  65. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -3
  66. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -3
  67. package/dist-es/commands/ListSubscriptionsCommand.js +3 -3
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-es/commands/ListTopicsCommand.js +3 -3
  70. package/dist-es/commands/OptInPhoneNumberCommand.js +3 -3
  71. package/dist-es/commands/PublishBatchCommand.js +3 -3
  72. package/dist-es/commands/PublishCommand.js +3 -3
  73. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  74. package/dist-es/commands/SetEndpointAttributesCommand.js +2 -2
  75. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -2
  76. package/dist-es/commands/SetSMSAttributesCommand.js +3 -3
  77. package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -2
  78. package/dist-es/commands/SetTopicAttributesCommand.js +2 -2
  79. package/dist-es/commands/SubscribeCommand.js +3 -3
  80. package/dist-es/commands/TagResourceCommand.js +3 -3
  81. package/dist-es/commands/UnsubscribeCommand.js +2 -2
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -3
  84. package/dist-es/models/models_0.js +81 -324
  85. package/dist-types/models/models_0.d.ts +324 -486
  86. package/dist-types/ts3.4/models/models_0.d.ts +162 -324
  87. package/package.json +7 -7
@@ -1,9 +1,5 @@
1
1
  import { __assign, __extends } from "tslib";
2
2
  import { SNSServiceException as __BaseException } from "./SNSServiceException";
3
- export var AddPermissionInput;
4
- (function (AddPermissionInput) {
5
- AddPermissionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
- })(AddPermissionInput || (AddPermissionInput = {}));
7
3
  var AuthorizationErrorException = (function (_super) {
8
4
  __extends(AuthorizationErrorException, _super);
9
5
  function AuthorizationErrorException(opts) {
@@ -52,14 +48,6 @@ var NotFoundException = (function (_super) {
52
48
  return NotFoundException;
53
49
  }(__BaseException));
54
50
  export { NotFoundException };
55
- export var CheckIfPhoneNumberIsOptedOutInput;
56
- (function (CheckIfPhoneNumberIsOptedOutInput) {
57
- CheckIfPhoneNumberIsOptedOutInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
58
- })(CheckIfPhoneNumberIsOptedOutInput || (CheckIfPhoneNumberIsOptedOutInput = {}));
59
- export var CheckIfPhoneNumberIsOptedOutResponse;
60
- (function (CheckIfPhoneNumberIsOptedOutResponse) {
61
- CheckIfPhoneNumberIsOptedOutResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
- })(CheckIfPhoneNumberIsOptedOutResponse || (CheckIfPhoneNumberIsOptedOutResponse = {}));
63
51
  var ThrottledException = (function (_super) {
64
52
  __extends(ThrottledException, _super);
65
53
  function ThrottledException(opts) {
@@ -72,14 +60,6 @@ var ThrottledException = (function (_super) {
72
60
  return ThrottledException;
73
61
  }(__BaseException));
74
62
  export { ThrottledException };
75
- export var ConfirmSubscriptionInput;
76
- (function (ConfirmSubscriptionInput) {
77
- ConfirmSubscriptionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
- })(ConfirmSubscriptionInput || (ConfirmSubscriptionInput = {}));
79
- export var ConfirmSubscriptionResponse;
80
- (function (ConfirmSubscriptionResponse) {
81
- ConfirmSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
- })(ConfirmSubscriptionResponse || (ConfirmSubscriptionResponse = {}));
83
63
  var FilterPolicyLimitExceededException = (function (_super) {
84
64
  __extends(FilterPolicyLimitExceededException, _super);
85
65
  function FilterPolicyLimitExceededException(opts) {
@@ -104,22 +84,6 @@ var SubscriptionLimitExceededException = (function (_super) {
104
84
  return SubscriptionLimitExceededException;
105
85
  }(__BaseException));
106
86
  export { SubscriptionLimitExceededException };
107
- export var CreatePlatformApplicationInput;
108
- (function (CreatePlatformApplicationInput) {
109
- CreatePlatformApplicationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
110
- })(CreatePlatformApplicationInput || (CreatePlatformApplicationInput = {}));
111
- export var CreatePlatformApplicationResponse;
112
- (function (CreatePlatformApplicationResponse) {
113
- CreatePlatformApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
114
- })(CreatePlatformApplicationResponse || (CreatePlatformApplicationResponse = {}));
115
- export var CreateEndpointResponse;
116
- (function (CreateEndpointResponse) {
117
- CreateEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
118
- })(CreateEndpointResponse || (CreateEndpointResponse = {}));
119
- export var CreatePlatformEndpointInput;
120
- (function (CreatePlatformEndpointInput) {
121
- CreatePlatformEndpointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
122
- })(CreatePlatformEndpointInput || (CreatePlatformEndpointInput = {}));
123
87
  export var LanguageCodeString;
124
88
  (function (LanguageCodeString) {
125
89
  LanguageCodeString["de_DE"] = "de-DE";
@@ -136,14 +100,6 @@ export var LanguageCodeString;
136
100
  LanguageCodeString["zh_CN"] = "zh-CN";
137
101
  LanguageCodeString["zh_TW"] = "zh-TW";
138
102
  })(LanguageCodeString || (LanguageCodeString = {}));
139
- export var CreateSMSSandboxPhoneNumberInput;
140
- (function (CreateSMSSandboxPhoneNumberInput) {
141
- CreateSMSSandboxPhoneNumberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
142
- })(CreateSMSSandboxPhoneNumberInput || (CreateSMSSandboxPhoneNumberInput = {}));
143
- export var CreateSMSSandboxPhoneNumberResult;
144
- (function (CreateSMSSandboxPhoneNumberResult) {
145
- CreateSMSSandboxPhoneNumberResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
146
- })(CreateSMSSandboxPhoneNumberResult || (CreateSMSSandboxPhoneNumberResult = {}));
147
103
  var OptedOutException = (function (_super) {
148
104
  __extends(OptedOutException, _super);
149
105
  function OptedOutException(opts) {
@@ -180,18 +136,6 @@ var ConcurrentAccessException = (function (_super) {
180
136
  return ConcurrentAccessException;
181
137
  }(__BaseException));
182
138
  export { ConcurrentAccessException };
183
- export var Tag;
184
- (function (Tag) {
185
- Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
- })(Tag || (Tag = {}));
187
- export var CreateTopicInput;
188
- (function (CreateTopicInput) {
189
- CreateTopicInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
190
- })(CreateTopicInput || (CreateTopicInput = {}));
191
- export var CreateTopicResponse;
192
- (function (CreateTopicResponse) {
193
- CreateTopicResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
- })(CreateTopicResponse || (CreateTopicResponse = {}));
195
139
  var InvalidSecurityException = (function (_super) {
196
140
  __extends(InvalidSecurityException, _super);
197
141
  function InvalidSecurityException(opts) {
@@ -252,22 +196,6 @@ var TopicLimitExceededException = (function (_super) {
252
196
  return TopicLimitExceededException;
253
197
  }(__BaseException));
254
198
  export { TopicLimitExceededException };
255
- export var DeleteEndpointInput;
256
- (function (DeleteEndpointInput) {
257
- DeleteEndpointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
258
- })(DeleteEndpointInput || (DeleteEndpointInput = {}));
259
- export var DeletePlatformApplicationInput;
260
- (function (DeletePlatformApplicationInput) {
261
- DeletePlatformApplicationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
- })(DeletePlatformApplicationInput || (DeletePlatformApplicationInput = {}));
263
- export var DeleteSMSSandboxPhoneNumberInput;
264
- (function (DeleteSMSSandboxPhoneNumberInput) {
265
- DeleteSMSSandboxPhoneNumberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
266
- })(DeleteSMSSandboxPhoneNumberInput || (DeleteSMSSandboxPhoneNumberInput = {}));
267
- export var DeleteSMSSandboxPhoneNumberResult;
268
- (function (DeleteSMSSandboxPhoneNumberResult) {
269
- DeleteSMSSandboxPhoneNumberResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
- })(DeleteSMSSandboxPhoneNumberResult || (DeleteSMSSandboxPhoneNumberResult = {}));
271
199
  var ResourceNotFoundException = (function (_super) {
272
200
  __extends(ResourceNotFoundException, _super);
273
201
  function ResourceNotFoundException(opts) {
@@ -280,74 +208,6 @@ var ResourceNotFoundException = (function (_super) {
280
208
  return ResourceNotFoundException;
281
209
  }(__BaseException));
282
210
  export { ResourceNotFoundException };
283
- export var DeleteTopicInput;
284
- (function (DeleteTopicInput) {
285
- DeleteTopicInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
286
- })(DeleteTopicInput || (DeleteTopicInput = {}));
287
- export var GetEndpointAttributesInput;
288
- (function (GetEndpointAttributesInput) {
289
- GetEndpointAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
- })(GetEndpointAttributesInput || (GetEndpointAttributesInput = {}));
291
- export var GetEndpointAttributesResponse;
292
- (function (GetEndpointAttributesResponse) {
293
- GetEndpointAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
- })(GetEndpointAttributesResponse || (GetEndpointAttributesResponse = {}));
295
- export var GetPlatformApplicationAttributesInput;
296
- (function (GetPlatformApplicationAttributesInput) {
297
- GetPlatformApplicationAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
- })(GetPlatformApplicationAttributesInput || (GetPlatformApplicationAttributesInput = {}));
299
- export var GetPlatformApplicationAttributesResponse;
300
- (function (GetPlatformApplicationAttributesResponse) {
301
- GetPlatformApplicationAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
- })(GetPlatformApplicationAttributesResponse || (GetPlatformApplicationAttributesResponse = {}));
303
- export var GetSMSAttributesInput;
304
- (function (GetSMSAttributesInput) {
305
- GetSMSAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
- })(GetSMSAttributesInput || (GetSMSAttributesInput = {}));
307
- export var GetSMSAttributesResponse;
308
- (function (GetSMSAttributesResponse) {
309
- GetSMSAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
- })(GetSMSAttributesResponse || (GetSMSAttributesResponse = {}));
311
- export var GetSMSSandboxAccountStatusInput;
312
- (function (GetSMSSandboxAccountStatusInput) {
313
- GetSMSSandboxAccountStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
- })(GetSMSSandboxAccountStatusInput || (GetSMSSandboxAccountStatusInput = {}));
315
- export var GetSMSSandboxAccountStatusResult;
316
- (function (GetSMSSandboxAccountStatusResult) {
317
- GetSMSSandboxAccountStatusResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
- })(GetSMSSandboxAccountStatusResult || (GetSMSSandboxAccountStatusResult = {}));
319
- export var GetSubscriptionAttributesInput;
320
- (function (GetSubscriptionAttributesInput) {
321
- GetSubscriptionAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
322
- })(GetSubscriptionAttributesInput || (GetSubscriptionAttributesInput = {}));
323
- export var GetSubscriptionAttributesResponse;
324
- (function (GetSubscriptionAttributesResponse) {
325
- GetSubscriptionAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
326
- })(GetSubscriptionAttributesResponse || (GetSubscriptionAttributesResponse = {}));
327
- export var GetTopicAttributesInput;
328
- (function (GetTopicAttributesInput) {
329
- GetTopicAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
330
- })(GetTopicAttributesInput || (GetTopicAttributesInput = {}));
331
- export var GetTopicAttributesResponse;
332
- (function (GetTopicAttributesResponse) {
333
- GetTopicAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
- })(GetTopicAttributesResponse || (GetTopicAttributesResponse = {}));
335
- export var ListEndpointsByPlatformApplicationInput;
336
- (function (ListEndpointsByPlatformApplicationInput) {
337
- ListEndpointsByPlatformApplicationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
- })(ListEndpointsByPlatformApplicationInput || (ListEndpointsByPlatformApplicationInput = {}));
339
- export var Endpoint;
340
- (function (Endpoint) {
341
- Endpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
- })(Endpoint || (Endpoint = {}));
343
- export var ListEndpointsByPlatformApplicationResponse;
344
- (function (ListEndpointsByPlatformApplicationResponse) {
345
- ListEndpointsByPlatformApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
- })(ListEndpointsByPlatformApplicationResponse || (ListEndpointsByPlatformApplicationResponse = {}));
347
- export var ListOriginationNumbersRequest;
348
- (function (ListOriginationNumbersRequest) {
349
- ListOriginationNumbersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
- })(ListOriginationNumbersRequest || (ListOriginationNumbersRequest = {}));
351
211
  export var NumberCapability;
352
212
  (function (NumberCapability) {
353
213
  NumberCapability["MMS"] = "MMS";
@@ -360,14 +220,6 @@ export var RouteType;
360
220
  RouteType["Promotional"] = "Promotional";
361
221
  RouteType["Transactional"] = "Transactional";
362
222
  })(RouteType || (RouteType = {}));
363
- export var PhoneNumberInformation;
364
- (function (PhoneNumberInformation) {
365
- PhoneNumberInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
366
- })(PhoneNumberInformation || (PhoneNumberInformation = {}));
367
- export var ListOriginationNumbersResult;
368
- (function (ListOriginationNumbersResult) {
369
- ListOriginationNumbersResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
370
- })(ListOriginationNumbersResult || (ListOriginationNumbersResult = {}));
371
223
  var ValidationException = (function (_super) {
372
224
  __extends(ValidationException, _super);
373
225
  function ValidationException(opts) {
@@ -381,91 +233,11 @@ var ValidationException = (function (_super) {
381
233
  return ValidationException;
382
234
  }(__BaseException));
383
235
  export { ValidationException };
384
- export var ListPhoneNumbersOptedOutInput;
385
- (function (ListPhoneNumbersOptedOutInput) {
386
- ListPhoneNumbersOptedOutInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
387
- })(ListPhoneNumbersOptedOutInput || (ListPhoneNumbersOptedOutInput = {}));
388
- export var ListPhoneNumbersOptedOutResponse;
389
- (function (ListPhoneNumbersOptedOutResponse) {
390
- ListPhoneNumbersOptedOutResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
391
- })(ListPhoneNumbersOptedOutResponse || (ListPhoneNumbersOptedOutResponse = {}));
392
- export var ListPlatformApplicationsInput;
393
- (function (ListPlatformApplicationsInput) {
394
- ListPlatformApplicationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
395
- })(ListPlatformApplicationsInput || (ListPlatformApplicationsInput = {}));
396
- export var PlatformApplication;
397
- (function (PlatformApplication) {
398
- PlatformApplication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
399
- })(PlatformApplication || (PlatformApplication = {}));
400
- export var ListPlatformApplicationsResponse;
401
- (function (ListPlatformApplicationsResponse) {
402
- ListPlatformApplicationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
403
- })(ListPlatformApplicationsResponse || (ListPlatformApplicationsResponse = {}));
404
- export var ListSMSSandboxPhoneNumbersInput;
405
- (function (ListSMSSandboxPhoneNumbersInput) {
406
- ListSMSSandboxPhoneNumbersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
- })(ListSMSSandboxPhoneNumbersInput || (ListSMSSandboxPhoneNumbersInput = {}));
408
236
  export var SMSSandboxPhoneNumberVerificationStatus;
409
237
  (function (SMSSandboxPhoneNumberVerificationStatus) {
410
238
  SMSSandboxPhoneNumberVerificationStatus["Pending"] = "Pending";
411
239
  SMSSandboxPhoneNumberVerificationStatus["Verified"] = "Verified";
412
240
  })(SMSSandboxPhoneNumberVerificationStatus || (SMSSandboxPhoneNumberVerificationStatus = {}));
413
- export var SMSSandboxPhoneNumber;
414
- (function (SMSSandboxPhoneNumber) {
415
- SMSSandboxPhoneNumber.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
- })(SMSSandboxPhoneNumber || (SMSSandboxPhoneNumber = {}));
417
- export var ListSMSSandboxPhoneNumbersResult;
418
- (function (ListSMSSandboxPhoneNumbersResult) {
419
- ListSMSSandboxPhoneNumbersResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
420
- })(ListSMSSandboxPhoneNumbersResult || (ListSMSSandboxPhoneNumbersResult = {}));
421
- export var ListSubscriptionsInput;
422
- (function (ListSubscriptionsInput) {
423
- ListSubscriptionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
- })(ListSubscriptionsInput || (ListSubscriptionsInput = {}));
425
- export var Subscription;
426
- (function (Subscription) {
427
- Subscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
- })(Subscription || (Subscription = {}));
429
- export var ListSubscriptionsResponse;
430
- (function (ListSubscriptionsResponse) {
431
- ListSubscriptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
432
- })(ListSubscriptionsResponse || (ListSubscriptionsResponse = {}));
433
- export var ListSubscriptionsByTopicInput;
434
- (function (ListSubscriptionsByTopicInput) {
435
- ListSubscriptionsByTopicInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
436
- })(ListSubscriptionsByTopicInput || (ListSubscriptionsByTopicInput = {}));
437
- export var ListSubscriptionsByTopicResponse;
438
- (function (ListSubscriptionsByTopicResponse) {
439
- ListSubscriptionsByTopicResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
440
- })(ListSubscriptionsByTopicResponse || (ListSubscriptionsByTopicResponse = {}));
441
- export var ListTagsForResourceRequest;
442
- (function (ListTagsForResourceRequest) {
443
- ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
444
- })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
445
- export var ListTagsForResourceResponse;
446
- (function (ListTagsForResourceResponse) {
447
- ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
448
- })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
449
- export var ListTopicsInput;
450
- (function (ListTopicsInput) {
451
- ListTopicsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
452
- })(ListTopicsInput || (ListTopicsInput = {}));
453
- export var Topic;
454
- (function (Topic) {
455
- Topic.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
456
- })(Topic || (Topic = {}));
457
- export var ListTopicsResponse;
458
- (function (ListTopicsResponse) {
459
- ListTopicsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
460
- })(ListTopicsResponse || (ListTopicsResponse = {}));
461
- export var OptInPhoneNumberInput;
462
- (function (OptInPhoneNumberInput) {
463
- OptInPhoneNumberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
464
- })(OptInPhoneNumberInput || (OptInPhoneNumberInput = {}));
465
- export var OptInPhoneNumberResponse;
466
- (function (OptInPhoneNumberResponse) {
467
- OptInPhoneNumberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
468
- })(OptInPhoneNumberResponse || (OptInPhoneNumberResponse = {}));
469
241
  var EndpointDisabledException = (function (_super) {
470
242
  __extends(EndpointDisabledException, _super);
471
243
  function EndpointDisabledException(opts) {
@@ -574,18 +346,6 @@ var PlatformApplicationDisabledException = (function (_super) {
574
346
  return PlatformApplicationDisabledException;
575
347
  }(__BaseException));
576
348
  export { PlatformApplicationDisabledException };
577
- export var MessageAttributeValue;
578
- (function (MessageAttributeValue) {
579
- MessageAttributeValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
580
- })(MessageAttributeValue || (MessageAttributeValue = {}));
581
- export var PublishInput;
582
- (function (PublishInput) {
583
- PublishInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
584
- })(PublishInput || (PublishInput = {}));
585
- export var PublishResponse;
586
- (function (PublishResponse) {
587
- PublishResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
588
- })(PublishResponse || (PublishResponse = {}));
589
349
  var BatchEntryIdsNotDistinctException = (function (_super) {
590
350
  __extends(BatchEntryIdsNotDistinctException, _super);
591
351
  function BatchEntryIdsNotDistinctException(opts) {
@@ -634,26 +394,6 @@ var InvalidBatchEntryIdException = (function (_super) {
634
394
  return InvalidBatchEntryIdException;
635
395
  }(__BaseException));
636
396
  export { InvalidBatchEntryIdException };
637
- export var PublishBatchRequestEntry;
638
- (function (PublishBatchRequestEntry) {
639
- PublishBatchRequestEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
640
- })(PublishBatchRequestEntry || (PublishBatchRequestEntry = {}));
641
- export var PublishBatchInput;
642
- (function (PublishBatchInput) {
643
- PublishBatchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
644
- })(PublishBatchInput || (PublishBatchInput = {}));
645
- export var BatchResultErrorEntry;
646
- (function (BatchResultErrorEntry) {
647
- BatchResultErrorEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
648
- })(BatchResultErrorEntry || (BatchResultErrorEntry = {}));
649
- export var PublishBatchResultEntry;
650
- (function (PublishBatchResultEntry) {
651
- PublishBatchResultEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
652
- })(PublishBatchResultEntry || (PublishBatchResultEntry = {}));
653
- export var PublishBatchResponse;
654
- (function (PublishBatchResponse) {
655
- PublishBatchResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
656
- })(PublishBatchResponse || (PublishBatchResponse = {}));
657
397
  var TooManyEntriesInBatchRequestException = (function (_super) {
658
398
  __extends(TooManyEntriesInBatchRequestException, _super);
659
399
  function TooManyEntriesInBatchRequestException(opts) {
@@ -666,62 +406,6 @@ var TooManyEntriesInBatchRequestException = (function (_super) {
666
406
  return TooManyEntriesInBatchRequestException;
667
407
  }(__BaseException));
668
408
  export { TooManyEntriesInBatchRequestException };
669
- export var RemovePermissionInput;
670
- (function (RemovePermissionInput) {
671
- RemovePermissionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
672
- })(RemovePermissionInput || (RemovePermissionInput = {}));
673
- export var SetEndpointAttributesInput;
674
- (function (SetEndpointAttributesInput) {
675
- SetEndpointAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
676
- })(SetEndpointAttributesInput || (SetEndpointAttributesInput = {}));
677
- export var SetPlatformApplicationAttributesInput;
678
- (function (SetPlatformApplicationAttributesInput) {
679
- SetPlatformApplicationAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
680
- })(SetPlatformApplicationAttributesInput || (SetPlatformApplicationAttributesInput = {}));
681
- export var SetSMSAttributesInput;
682
- (function (SetSMSAttributesInput) {
683
- SetSMSAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
684
- })(SetSMSAttributesInput || (SetSMSAttributesInput = {}));
685
- export var SetSMSAttributesResponse;
686
- (function (SetSMSAttributesResponse) {
687
- SetSMSAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
688
- })(SetSMSAttributesResponse || (SetSMSAttributesResponse = {}));
689
- export var SetSubscriptionAttributesInput;
690
- (function (SetSubscriptionAttributesInput) {
691
- SetSubscriptionAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
692
- })(SetSubscriptionAttributesInput || (SetSubscriptionAttributesInput = {}));
693
- export var SetTopicAttributesInput;
694
- (function (SetTopicAttributesInput) {
695
- SetTopicAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
696
- })(SetTopicAttributesInput || (SetTopicAttributesInput = {}));
697
- export var SubscribeInput;
698
- (function (SubscribeInput) {
699
- SubscribeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
700
- })(SubscribeInput || (SubscribeInput = {}));
701
- export var SubscribeResponse;
702
- (function (SubscribeResponse) {
703
- SubscribeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
704
- })(SubscribeResponse || (SubscribeResponse = {}));
705
- export var TagResourceRequest;
706
- (function (TagResourceRequest) {
707
- TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
708
- })(TagResourceRequest || (TagResourceRequest = {}));
709
- export var TagResourceResponse;
710
- (function (TagResourceResponse) {
711
- TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
712
- })(TagResourceResponse || (TagResourceResponse = {}));
713
- export var UnsubscribeInput;
714
- (function (UnsubscribeInput) {
715
- UnsubscribeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
716
- })(UnsubscribeInput || (UnsubscribeInput = {}));
717
- export var UntagResourceRequest;
718
- (function (UntagResourceRequest) {
719
- UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
- })(UntagResourceRequest || (UntagResourceRequest = {}));
721
- export var UntagResourceResponse;
722
- (function (UntagResourceResponse) {
723
- UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
724
- })(UntagResourceResponse || (UntagResourceResponse = {}));
725
409
  var VerificationException = (function (_super) {
726
410
  __extends(VerificationException, _super);
727
411
  function VerificationException(opts) {
@@ -736,11 +420,84 @@ var VerificationException = (function (_super) {
736
420
  return VerificationException;
737
421
  }(__BaseException));
738
422
  export { VerificationException };
739
- export var VerifySMSSandboxPhoneNumberInput;
740
- (function (VerifySMSSandboxPhoneNumberInput) {
741
- VerifySMSSandboxPhoneNumberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
742
- })(VerifySMSSandboxPhoneNumberInput || (VerifySMSSandboxPhoneNumberInput = {}));
743
- export var VerifySMSSandboxPhoneNumberResult;
744
- (function (VerifySMSSandboxPhoneNumberResult) {
745
- VerifySMSSandboxPhoneNumberResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
746
- })(VerifySMSSandboxPhoneNumberResult || (VerifySMSSandboxPhoneNumberResult = {}));
423
+ export var AddPermissionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
+ export var CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
425
+ export var CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
426
+ export var ConfirmSubscriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
427
+ export var ConfirmSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
+ export var CreatePlatformApplicationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
429
+ export var CreatePlatformApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
430
+ export var CreateEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
431
+ export var CreatePlatformEndpointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
432
+ export var CreateSMSSandboxPhoneNumberInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
433
+ export var CreateSMSSandboxPhoneNumberResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
434
+ export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
+ export var CreateTopicInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
436
+ export var CreateTopicResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
437
+ export var DeleteEndpointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
438
+ export var DeletePlatformApplicationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
439
+ export var DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
440
+ export var DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
441
+ export var DeleteTopicInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
442
+ export var GetEndpointAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
443
+ export var GetEndpointAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
444
+ export var GetPlatformApplicationAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
445
+ export var GetPlatformApplicationAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
446
+ export var GetSMSAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
447
+ export var GetSMSAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
448
+ export var GetSMSSandboxAccountStatusInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
449
+ export var GetSMSSandboxAccountStatusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
450
+ export var GetSubscriptionAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
451
+ export var GetSubscriptionAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
452
+ export var GetTopicAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
453
+ export var GetTopicAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
454
+ export var ListEndpointsByPlatformApplicationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
455
+ export var EndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
456
+ export var ListEndpointsByPlatformApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
457
+ export var ListOriginationNumbersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
458
+ export var PhoneNumberInformationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
459
+ export var ListOriginationNumbersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
460
+ export var ListPhoneNumbersOptedOutInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
461
+ export var ListPhoneNumbersOptedOutResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
462
+ export var ListPlatformApplicationsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
463
+ export var PlatformApplicationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
464
+ export var ListPlatformApplicationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
465
+ export var ListSMSSandboxPhoneNumbersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
466
+ export var SMSSandboxPhoneNumberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
467
+ export var ListSMSSandboxPhoneNumbersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
468
+ export var ListSubscriptionsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
469
+ export var SubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
470
+ export var ListSubscriptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
471
+ export var ListSubscriptionsByTopicInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
472
+ export var ListSubscriptionsByTopicResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
473
+ export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
474
+ export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
475
+ export var ListTopicsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
476
+ export var TopicFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
477
+ export var ListTopicsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
478
+ export var OptInPhoneNumberInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
479
+ export var OptInPhoneNumberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
480
+ export var MessageAttributeValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
481
+ export var PublishInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
482
+ export var PublishResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
483
+ export var PublishBatchRequestEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
484
+ export var PublishBatchInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
485
+ export var BatchResultErrorEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
486
+ export var PublishBatchResultEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
487
+ export var PublishBatchResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
488
+ export var RemovePermissionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
489
+ export var SetEndpointAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
490
+ export var SetPlatformApplicationAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
491
+ export var SetSMSAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
492
+ export var SetSMSAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
493
+ export var SetSubscriptionAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
494
+ export var SetTopicAttributesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
495
+ export var SubscribeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
496
+ export var SubscribeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
497
+ export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
498
+ export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
499
+ export var UnsubscribeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
500
+ export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
501
+ export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
502
+ export var VerifySMSSandboxPhoneNumberInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
503
+ export var VerifySMSSandboxPhoneNumberResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };