@aws-sdk/client-sns 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SNS.d.ts +724 -215
  3. package/dist-types/ts3.4/SNSClient.d.ts +355 -115
  4. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +30 -17
  15. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/PublishCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  36. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +31 -17
  41. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +30 -17
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/SNSServiceException.d.ts +7 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +815 -962
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  53. package/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  67. package/package.json +34 -34
@@ -1,962 +1,815 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { SNSServiceException as __BaseException } from "./SNSServiceException";
3
- export interface AddPermissionInput {
4
-
5
- TopicArn: string | undefined;
6
-
7
- Label: string | undefined;
8
-
9
- AWSAccountId: string[] | undefined;
10
-
11
- ActionName: string[] | undefined;
12
- }
13
-
14
- export declare class AuthorizationErrorException extends __BaseException {
15
- readonly name: "AuthorizationErrorException";
16
- readonly $fault: "client";
17
-
18
- constructor(opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>);
19
- }
20
-
21
- export declare class InternalErrorException extends __BaseException {
22
- readonly name: "InternalErrorException";
23
- readonly $fault: "server";
24
-
25
- constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
26
- }
27
-
28
- export declare class InvalidParameterException extends __BaseException {
29
- readonly name: "InvalidParameterException";
30
- readonly $fault: "client";
31
-
32
- constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
33
- }
34
-
35
- export declare class NotFoundException extends __BaseException {
36
- readonly name: "NotFoundException";
37
- readonly $fault: "client";
38
-
39
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
40
- }
41
-
42
- export interface CheckIfPhoneNumberIsOptedOutInput {
43
-
44
- phoneNumber: string | undefined;
45
- }
46
-
47
- export interface CheckIfPhoneNumberIsOptedOutResponse {
48
-
49
- isOptedOut?: boolean;
50
- }
51
-
52
- export declare class ThrottledException extends __BaseException {
53
- readonly name: "ThrottledException";
54
- readonly $fault: "client";
55
-
56
- constructor(opts: __ExceptionOptionType<ThrottledException, __BaseException>);
57
- }
58
-
59
- export interface ConfirmSubscriptionInput {
60
-
61
- TopicArn: string | undefined;
62
-
63
- Token: string | undefined;
64
-
65
- AuthenticateOnUnsubscribe?: string;
66
- }
67
-
68
- export interface ConfirmSubscriptionResponse {
69
-
70
- SubscriptionArn?: string;
71
- }
72
-
73
- export declare class FilterPolicyLimitExceededException extends __BaseException {
74
- readonly name: "FilterPolicyLimitExceededException";
75
- readonly $fault: "client";
76
-
77
- constructor(opts: __ExceptionOptionType<FilterPolicyLimitExceededException, __BaseException>);
78
- }
79
-
80
- export declare class SubscriptionLimitExceededException extends __BaseException {
81
- readonly name: "SubscriptionLimitExceededException";
82
- readonly $fault: "client";
83
-
84
- constructor(opts: __ExceptionOptionType<SubscriptionLimitExceededException, __BaseException>);
85
- }
86
-
87
- export interface CreatePlatformApplicationInput {
88
-
89
- Name: string | undefined;
90
-
91
- Platform: string | undefined;
92
-
93
- Attributes: Record<string, string> | undefined;
94
- }
95
-
96
- export interface CreatePlatformApplicationResponse {
97
-
98
- PlatformApplicationArn?: string;
99
- }
100
-
101
- export interface CreateEndpointResponse {
102
-
103
- EndpointArn?: string;
104
- }
105
-
106
- export interface CreatePlatformEndpointInput {
107
-
108
- PlatformApplicationArn: string | undefined;
109
-
110
- Token: string | undefined;
111
-
112
- CustomUserData?: string;
113
-
114
- Attributes?: Record<string, string>;
115
- }
116
- export declare enum LanguageCodeString {
117
- de_DE = "de-DE",
118
- en_GB = "en-GB",
119
- en_US = "en-US",
120
- es_419 = "es-419",
121
- es_ES = "es-ES",
122
- fr_CA = "fr-CA",
123
- fr_FR = "fr-FR",
124
- it_IT = "it-IT",
125
- jp_JP = "ja-JP",
126
- kr_KR = "kr-KR",
127
- pt_BR = "pt-BR",
128
- zh_CN = "zh-CN",
129
- zh_TW = "zh-TW"
130
- }
131
- export interface CreateSMSSandboxPhoneNumberInput {
132
-
133
- PhoneNumber: string | undefined;
134
-
135
- LanguageCode?: LanguageCodeString | string;
136
- }
137
- export interface CreateSMSSandboxPhoneNumberResult {
138
- }
139
-
140
- export declare class OptedOutException extends __BaseException {
141
- readonly name: "OptedOutException";
142
- readonly $fault: "client";
143
-
144
- constructor(opts: __ExceptionOptionType<OptedOutException, __BaseException>);
145
- }
146
-
147
- export declare class UserErrorException extends __BaseException {
148
- readonly name: "UserErrorException";
149
- readonly $fault: "client";
150
-
151
- constructor(opts: __ExceptionOptionType<UserErrorException, __BaseException>);
152
- }
153
-
154
- export declare class ConcurrentAccessException extends __BaseException {
155
- readonly name: "ConcurrentAccessException";
156
- readonly $fault: "client";
157
-
158
- constructor(opts: __ExceptionOptionType<ConcurrentAccessException, __BaseException>);
159
- }
160
-
161
- export interface Tag {
162
-
163
- Key: string | undefined;
164
-
165
- Value: string | undefined;
166
- }
167
-
168
- export interface CreateTopicInput {
169
-
170
- Name: string | undefined;
171
-
172
- Attributes?: Record<string, string>;
173
-
174
- Tags?: Tag[];
175
-
176
- DataProtectionPolicy?: string;
177
- }
178
-
179
- export interface CreateTopicResponse {
180
-
181
- TopicArn?: string;
182
- }
183
-
184
- export declare class InvalidSecurityException extends __BaseException {
185
- readonly name: "InvalidSecurityException";
186
- readonly $fault: "client";
187
-
188
- constructor(opts: __ExceptionOptionType<InvalidSecurityException, __BaseException>);
189
- }
190
-
191
- export declare class StaleTagException extends __BaseException {
192
- readonly name: "StaleTagException";
193
- readonly $fault: "client";
194
-
195
- constructor(opts: __ExceptionOptionType<StaleTagException, __BaseException>);
196
- }
197
-
198
- export declare class TagLimitExceededException extends __BaseException {
199
- readonly name: "TagLimitExceededException";
200
- readonly $fault: "client";
201
-
202
- constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
203
- }
204
-
205
- export declare class TagPolicyException extends __BaseException {
206
- readonly name: "TagPolicyException";
207
- readonly $fault: "client";
208
-
209
- constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
210
- }
211
-
212
- export declare class TopicLimitExceededException extends __BaseException {
213
- readonly name: "TopicLimitExceededException";
214
- readonly $fault: "client";
215
-
216
- constructor(opts: __ExceptionOptionType<TopicLimitExceededException, __BaseException>);
217
- }
218
-
219
- export interface DeleteEndpointInput {
220
-
221
- EndpointArn: string | undefined;
222
- }
223
-
224
- export interface DeletePlatformApplicationInput {
225
-
226
- PlatformApplicationArn: string | undefined;
227
- }
228
- export interface DeleteSMSSandboxPhoneNumberInput {
229
-
230
- PhoneNumber: string | undefined;
231
- }
232
- export interface DeleteSMSSandboxPhoneNumberResult {
233
- }
234
-
235
- export declare class ResourceNotFoundException extends __BaseException {
236
- readonly name: "ResourceNotFoundException";
237
- readonly $fault: "client";
238
-
239
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
240
- }
241
- export interface DeleteTopicInput {
242
-
243
- TopicArn: string | undefined;
244
- }
245
- export interface GetDataProtectionPolicyInput {
246
-
247
- ResourceArn: string | undefined;
248
- }
249
- export interface GetDataProtectionPolicyResponse {
250
-
251
- DataProtectionPolicy?: string;
252
- }
253
-
254
- export interface GetEndpointAttributesInput {
255
-
256
- EndpointArn: string | undefined;
257
- }
258
-
259
- export interface GetEndpointAttributesResponse {
260
-
261
- Attributes?: Record<string, string>;
262
- }
263
-
264
- export interface GetPlatformApplicationAttributesInput {
265
-
266
- PlatformApplicationArn: string | undefined;
267
- }
268
-
269
- export interface GetPlatformApplicationAttributesResponse {
270
-
271
- Attributes?: Record<string, string>;
272
- }
273
-
274
- export interface GetSMSAttributesInput {
275
-
276
- attributes?: string[];
277
- }
278
-
279
- export interface GetSMSAttributesResponse {
280
-
281
- attributes?: Record<string, string>;
282
- }
283
- export interface GetSMSSandboxAccountStatusInput {
284
- }
285
- export interface GetSMSSandboxAccountStatusResult {
286
-
287
- IsInSandbox: boolean | undefined;
288
- }
289
-
290
- export interface GetSubscriptionAttributesInput {
291
-
292
- SubscriptionArn: string | undefined;
293
- }
294
-
295
- export interface GetSubscriptionAttributesResponse {
296
-
297
- Attributes?: Record<string, string>;
298
- }
299
-
300
- export interface GetTopicAttributesInput {
301
-
302
- TopicArn: string | undefined;
303
- }
304
-
305
- export interface GetTopicAttributesResponse {
306
-
307
- Attributes?: Record<string, string>;
308
- }
309
-
310
- export interface ListEndpointsByPlatformApplicationInput {
311
-
312
- PlatformApplicationArn: string | undefined;
313
-
314
- NextToken?: string;
315
- }
316
-
317
- export interface Endpoint {
318
-
319
- EndpointArn?: string;
320
-
321
- Attributes?: Record<string, string>;
322
- }
323
-
324
- export interface ListEndpointsByPlatformApplicationResponse {
325
-
326
- Endpoints?: Endpoint[];
327
-
328
- NextToken?: string;
329
- }
330
- export interface ListOriginationNumbersRequest {
331
-
332
- NextToken?: string;
333
-
334
- MaxResults?: number;
335
- }
336
- export declare enum NumberCapability {
337
- MMS = "MMS",
338
- SMS = "SMS",
339
- VOICE = "VOICE"
340
- }
341
- export declare enum RouteType {
342
- Premium = "Premium",
343
- Promotional = "Promotional",
344
- Transactional = "Transactional"
345
- }
346
-
347
- export interface PhoneNumberInformation {
348
-
349
- CreatedAt?: Date;
350
-
351
- PhoneNumber?: string;
352
-
353
- Status?: string;
354
-
355
- Iso2CountryCode?: string;
356
-
357
- RouteType?: RouteType | string;
358
-
359
- NumberCapabilities?: (NumberCapability | string)[];
360
- }
361
- export interface ListOriginationNumbersResult {
362
-
363
- NextToken?: string;
364
-
365
- PhoneNumbers?: PhoneNumberInformation[];
366
- }
367
-
368
- export declare class ValidationException extends __BaseException {
369
- readonly name: "ValidationException";
370
- readonly $fault: "client";
371
- Message: string | undefined;
372
-
373
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
374
- }
375
-
376
- export interface ListPhoneNumbersOptedOutInput {
377
-
378
- nextToken?: string;
379
- }
380
-
381
- export interface ListPhoneNumbersOptedOutResponse {
382
-
383
- phoneNumbers?: string[];
384
-
385
- nextToken?: string;
386
- }
387
-
388
- export interface ListPlatformApplicationsInput {
389
-
390
- NextToken?: string;
391
- }
392
-
393
- export interface PlatformApplication {
394
-
395
- PlatformApplicationArn?: string;
396
-
397
- Attributes?: Record<string, string>;
398
- }
399
-
400
- export interface ListPlatformApplicationsResponse {
401
-
402
- PlatformApplications?: PlatformApplication[];
403
-
404
- NextToken?: string;
405
- }
406
- export interface ListSMSSandboxPhoneNumbersInput {
407
-
408
- NextToken?: string;
409
-
410
- MaxResults?: number;
411
- }
412
- export declare enum SMSSandboxPhoneNumberVerificationStatus {
413
- Pending = "Pending",
414
- Verified = "Verified"
415
- }
416
-
417
- export interface SMSSandboxPhoneNumber {
418
-
419
- PhoneNumber?: string;
420
-
421
- Status?: SMSSandboxPhoneNumberVerificationStatus | string;
422
- }
423
- export interface ListSMSSandboxPhoneNumbersResult {
424
-
425
- PhoneNumbers: SMSSandboxPhoneNumber[] | undefined;
426
-
427
- NextToken?: string;
428
- }
429
-
430
- export interface ListSubscriptionsInput {
431
-
432
- NextToken?: string;
433
- }
434
-
435
- export interface Subscription {
436
-
437
- SubscriptionArn?: string;
438
-
439
- Owner?: string;
440
-
441
- Protocol?: string;
442
-
443
- Endpoint?: string;
444
-
445
- TopicArn?: string;
446
- }
447
-
448
- export interface ListSubscriptionsResponse {
449
-
450
- Subscriptions?: Subscription[];
451
-
452
- NextToken?: string;
453
- }
454
-
455
- export interface ListSubscriptionsByTopicInput {
456
-
457
- TopicArn: string | undefined;
458
-
459
- NextToken?: string;
460
- }
461
-
462
- export interface ListSubscriptionsByTopicResponse {
463
-
464
- Subscriptions?: Subscription[];
465
-
466
- NextToken?: string;
467
- }
468
- export interface ListTagsForResourceRequest {
469
-
470
- ResourceArn: string | undefined;
471
- }
472
- export interface ListTagsForResourceResponse {
473
-
474
- Tags?: Tag[];
475
- }
476
- export interface ListTopicsInput {
477
-
478
- NextToken?: string;
479
- }
480
-
481
- export interface Topic {
482
-
483
- TopicArn?: string;
484
- }
485
-
486
- export interface ListTopicsResponse {
487
-
488
- Topics?: Topic[];
489
-
490
- NextToken?: string;
491
- }
492
-
493
- export interface OptInPhoneNumberInput {
494
-
495
- phoneNumber: string | undefined;
496
- }
497
-
498
- export interface OptInPhoneNumberResponse {
499
- }
500
-
501
- export declare class EndpointDisabledException extends __BaseException {
502
- readonly name: "EndpointDisabledException";
503
- readonly $fault: "client";
504
-
505
- constructor(opts: __ExceptionOptionType<EndpointDisabledException, __BaseException>);
506
- }
507
-
508
- export declare class InvalidParameterValueException extends __BaseException {
509
- readonly name: "InvalidParameterValueException";
510
- readonly $fault: "client";
511
-
512
- constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
513
- }
514
-
515
- export declare class KMSAccessDeniedException extends __BaseException {
516
- readonly name: "KMSAccessDeniedException";
517
- readonly $fault: "client";
518
-
519
- constructor(opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>);
520
- }
521
-
522
- export declare class KMSDisabledException extends __BaseException {
523
- readonly name: "KMSDisabledException";
524
- readonly $fault: "client";
525
-
526
- constructor(opts: __ExceptionOptionType<KMSDisabledException, __BaseException>);
527
- }
528
-
529
- export declare class KMSInvalidStateException extends __BaseException {
530
- readonly name: "KMSInvalidStateException";
531
- readonly $fault: "client";
532
-
533
- constructor(opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>);
534
- }
535
-
536
- export declare class KMSNotFoundException extends __BaseException {
537
- readonly name: "KMSNotFoundException";
538
- readonly $fault: "client";
539
-
540
- constructor(opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>);
541
- }
542
-
543
- export declare class KMSOptInRequired extends __BaseException {
544
- readonly name: "KMSOptInRequired";
545
- readonly $fault: "client";
546
-
547
- constructor(opts: __ExceptionOptionType<KMSOptInRequired, __BaseException>);
548
- }
549
-
550
- export declare class KMSThrottlingException extends __BaseException {
551
- readonly name: "KMSThrottlingException";
552
- readonly $fault: "client";
553
-
554
- constructor(opts: __ExceptionOptionType<KMSThrottlingException, __BaseException>);
555
- }
556
-
557
- export declare class PlatformApplicationDisabledException extends __BaseException {
558
- readonly name: "PlatformApplicationDisabledException";
559
- readonly $fault: "client";
560
-
561
- constructor(opts: __ExceptionOptionType<PlatformApplicationDisabledException, __BaseException>);
562
- }
563
-
564
- export interface MessageAttributeValue {
565
-
566
- DataType: string | undefined;
567
-
568
- StringValue?: string;
569
-
570
- BinaryValue?: Uint8Array;
571
- }
572
-
573
- export interface PublishInput {
574
-
575
- TopicArn?: string;
576
-
577
- TargetArn?: string;
578
-
579
- PhoneNumber?: string;
580
-
581
- Message: string | undefined;
582
-
583
- Subject?: string;
584
-
585
- MessageStructure?: string;
586
-
587
- MessageAttributes?: Record<string, MessageAttributeValue>;
588
-
589
- MessageDeduplicationId?: string;
590
-
591
- MessageGroupId?: string;
592
- }
593
-
594
- export interface PublishResponse {
595
-
596
- MessageId?: string;
597
-
598
- SequenceNumber?: string;
599
- }
600
-
601
- export declare class BatchEntryIdsNotDistinctException extends __BaseException {
602
- readonly name: "BatchEntryIdsNotDistinctException";
603
- readonly $fault: "client";
604
-
605
- constructor(opts: __ExceptionOptionType<BatchEntryIdsNotDistinctException, __BaseException>);
606
- }
607
-
608
- export declare class BatchRequestTooLongException extends __BaseException {
609
- readonly name: "BatchRequestTooLongException";
610
- readonly $fault: "client";
611
-
612
- constructor(opts: __ExceptionOptionType<BatchRequestTooLongException, __BaseException>);
613
- }
614
-
615
- export declare class EmptyBatchRequestException extends __BaseException {
616
- readonly name: "EmptyBatchRequestException";
617
- readonly $fault: "client";
618
-
619
- constructor(opts: __ExceptionOptionType<EmptyBatchRequestException, __BaseException>);
620
- }
621
-
622
- export declare class InvalidBatchEntryIdException extends __BaseException {
623
- readonly name: "InvalidBatchEntryIdException";
624
- readonly $fault: "client";
625
-
626
- constructor(opts: __ExceptionOptionType<InvalidBatchEntryIdException, __BaseException>);
627
- }
628
-
629
- export interface PublishBatchRequestEntry {
630
-
631
- Id: string | undefined;
632
-
633
- Message: string | undefined;
634
-
635
- Subject?: string;
636
-
637
- MessageStructure?: string;
638
-
639
- MessageAttributes?: Record<string, MessageAttributeValue>;
640
-
641
- MessageDeduplicationId?: string;
642
-
643
- MessageGroupId?: string;
644
- }
645
- export interface PublishBatchInput {
646
-
647
- TopicArn: string | undefined;
648
-
649
- PublishBatchRequestEntries: PublishBatchRequestEntry[] | undefined;
650
- }
651
-
652
- export interface BatchResultErrorEntry {
653
-
654
- Id: string | undefined;
655
-
656
- Code: string | undefined;
657
-
658
- Message?: string;
659
-
660
- SenderFault: boolean | undefined;
661
- }
662
-
663
- export interface PublishBatchResultEntry {
664
-
665
- Id?: string;
666
-
667
- MessageId?: string;
668
-
669
- SequenceNumber?: string;
670
- }
671
- export interface PublishBatchResponse {
672
-
673
- Successful?: PublishBatchResultEntry[];
674
-
675
- Failed?: BatchResultErrorEntry[];
676
- }
677
-
678
- export declare class TooManyEntriesInBatchRequestException extends __BaseException {
679
- readonly name: "TooManyEntriesInBatchRequestException";
680
- readonly $fault: "client";
681
-
682
- constructor(opts: __ExceptionOptionType<TooManyEntriesInBatchRequestException, __BaseException>);
683
- }
684
- export interface PutDataProtectionPolicyInput {
685
-
686
- ResourceArn: string | undefined;
687
-
688
- DataProtectionPolicy: string | undefined;
689
- }
690
-
691
- export interface RemovePermissionInput {
692
-
693
- TopicArn: string | undefined;
694
-
695
- Label: string | undefined;
696
- }
697
-
698
- export interface SetEndpointAttributesInput {
699
-
700
- EndpointArn: string | undefined;
701
-
702
- Attributes: Record<string, string> | undefined;
703
- }
704
-
705
- export interface SetPlatformApplicationAttributesInput {
706
-
707
- PlatformApplicationArn: string | undefined;
708
-
709
- Attributes: Record<string, string> | undefined;
710
- }
711
-
712
- export interface SetSMSAttributesInput {
713
-
714
- attributes: Record<string, string> | undefined;
715
- }
716
-
717
- export interface SetSMSAttributesResponse {
718
- }
719
-
720
- export interface SetSubscriptionAttributesInput {
721
-
722
- SubscriptionArn: string | undefined;
723
-
724
- AttributeName: string | undefined;
725
-
726
- AttributeValue?: string;
727
- }
728
-
729
- export interface SetTopicAttributesInput {
730
-
731
- TopicArn: string | undefined;
732
-
733
- AttributeName: string | undefined;
734
-
735
- AttributeValue?: string;
736
- }
737
-
738
- export interface SubscribeInput {
739
-
740
- TopicArn: string | undefined;
741
-
742
- Protocol: string | undefined;
743
-
744
- Endpoint?: string;
745
-
746
- Attributes?: Record<string, string>;
747
-
748
- ReturnSubscriptionArn?: boolean;
749
- }
750
-
751
- export interface SubscribeResponse {
752
-
753
- SubscriptionArn?: string;
754
- }
755
- export interface TagResourceRequest {
756
-
757
- ResourceArn: string | undefined;
758
-
759
- Tags: Tag[] | undefined;
760
- }
761
- export interface TagResourceResponse {
762
- }
763
-
764
- export interface UnsubscribeInput {
765
-
766
- SubscriptionArn: string | undefined;
767
- }
768
- export interface UntagResourceRequest {
769
-
770
- ResourceArn: string | undefined;
771
-
772
- TagKeys: string[] | undefined;
773
- }
774
- export interface UntagResourceResponse {
775
- }
776
-
777
- export declare class VerificationException extends __BaseException {
778
- readonly name: "VerificationException";
779
- readonly $fault: "client";
780
- Message: string | undefined;
781
-
782
- Status: string | undefined;
783
-
784
- constructor(opts: __ExceptionOptionType<VerificationException, __BaseException>);
785
- }
786
- export interface VerifySMSSandboxPhoneNumberInput {
787
-
788
- PhoneNumber: string | undefined;
789
-
790
- OneTimePassword: string | undefined;
791
- }
792
-
793
- export interface VerifySMSSandboxPhoneNumberResult {
794
- }
795
-
796
- export declare const AddPermissionInputFilterSensitiveLog: (obj: AddPermissionInput) => any;
797
-
798
- export declare const CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog: (obj: CheckIfPhoneNumberIsOptedOutInput) => any;
799
-
800
- export declare const CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog: (obj: CheckIfPhoneNumberIsOptedOutResponse) => any;
801
-
802
- export declare const ConfirmSubscriptionInputFilterSensitiveLog: (obj: ConfirmSubscriptionInput) => any;
803
-
804
- export declare const ConfirmSubscriptionResponseFilterSensitiveLog: (obj: ConfirmSubscriptionResponse) => any;
805
-
806
- export declare const CreatePlatformApplicationInputFilterSensitiveLog: (obj: CreatePlatformApplicationInput) => any;
807
-
808
- export declare const CreatePlatformApplicationResponseFilterSensitiveLog: (obj: CreatePlatformApplicationResponse) => any;
809
-
810
- export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
811
-
812
- export declare const CreatePlatformEndpointInputFilterSensitiveLog: (obj: CreatePlatformEndpointInput) => any;
813
-
814
- export declare const CreateSMSSandboxPhoneNumberInputFilterSensitiveLog: (obj: CreateSMSSandboxPhoneNumberInput) => any;
815
-
816
- export declare const CreateSMSSandboxPhoneNumberResultFilterSensitiveLog: (obj: CreateSMSSandboxPhoneNumberResult) => any;
817
-
818
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
819
-
820
- export declare const CreateTopicInputFilterSensitiveLog: (obj: CreateTopicInput) => any;
821
-
822
- export declare const CreateTopicResponseFilterSensitiveLog: (obj: CreateTopicResponse) => any;
823
-
824
- export declare const DeleteEndpointInputFilterSensitiveLog: (obj: DeleteEndpointInput) => any;
825
-
826
- export declare const DeletePlatformApplicationInputFilterSensitiveLog: (obj: DeletePlatformApplicationInput) => any;
827
-
828
- export declare const DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog: (obj: DeleteSMSSandboxPhoneNumberInput) => any;
829
-
830
- export declare const DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog: (obj: DeleteSMSSandboxPhoneNumberResult) => any;
831
-
832
- export declare const DeleteTopicInputFilterSensitiveLog: (obj: DeleteTopicInput) => any;
833
-
834
- export declare const GetDataProtectionPolicyInputFilterSensitiveLog: (obj: GetDataProtectionPolicyInput) => any;
835
-
836
- export declare const GetDataProtectionPolicyResponseFilterSensitiveLog: (obj: GetDataProtectionPolicyResponse) => any;
837
-
838
- export declare const GetEndpointAttributesInputFilterSensitiveLog: (obj: GetEndpointAttributesInput) => any;
839
-
840
- export declare const GetEndpointAttributesResponseFilterSensitiveLog: (obj: GetEndpointAttributesResponse) => any;
841
-
842
- export declare const GetPlatformApplicationAttributesInputFilterSensitiveLog: (obj: GetPlatformApplicationAttributesInput) => any;
843
-
844
- export declare const GetPlatformApplicationAttributesResponseFilterSensitiveLog: (obj: GetPlatformApplicationAttributesResponse) => any;
845
-
846
- export declare const GetSMSAttributesInputFilterSensitiveLog: (obj: GetSMSAttributesInput) => any;
847
-
848
- export declare const GetSMSAttributesResponseFilterSensitiveLog: (obj: GetSMSAttributesResponse) => any;
849
-
850
- export declare const GetSMSSandboxAccountStatusInputFilterSensitiveLog: (obj: GetSMSSandboxAccountStatusInput) => any;
851
-
852
- export declare const GetSMSSandboxAccountStatusResultFilterSensitiveLog: (obj: GetSMSSandboxAccountStatusResult) => any;
853
-
854
- export declare const GetSubscriptionAttributesInputFilterSensitiveLog: (obj: GetSubscriptionAttributesInput) => any;
855
-
856
- export declare const GetSubscriptionAttributesResponseFilterSensitiveLog: (obj: GetSubscriptionAttributesResponse) => any;
857
-
858
- export declare const GetTopicAttributesInputFilterSensitiveLog: (obj: GetTopicAttributesInput) => any;
859
-
860
- export declare const GetTopicAttributesResponseFilterSensitiveLog: (obj: GetTopicAttributesResponse) => any;
861
-
862
- export declare const ListEndpointsByPlatformApplicationInputFilterSensitiveLog: (obj: ListEndpointsByPlatformApplicationInput) => any;
863
-
864
- export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
865
-
866
- export declare const ListEndpointsByPlatformApplicationResponseFilterSensitiveLog: (obj: ListEndpointsByPlatformApplicationResponse) => any;
867
-
868
- export declare const ListOriginationNumbersRequestFilterSensitiveLog: (obj: ListOriginationNumbersRequest) => any;
869
-
870
- export declare const PhoneNumberInformationFilterSensitiveLog: (obj: PhoneNumberInformation) => any;
871
-
872
- export declare const ListOriginationNumbersResultFilterSensitiveLog: (obj: ListOriginationNumbersResult) => any;
873
-
874
- export declare const ListPhoneNumbersOptedOutInputFilterSensitiveLog: (obj: ListPhoneNumbersOptedOutInput) => any;
875
-
876
- export declare const ListPhoneNumbersOptedOutResponseFilterSensitiveLog: (obj: ListPhoneNumbersOptedOutResponse) => any;
877
-
878
- export declare const ListPlatformApplicationsInputFilterSensitiveLog: (obj: ListPlatformApplicationsInput) => any;
879
-
880
- export declare const PlatformApplicationFilterSensitiveLog: (obj: PlatformApplication) => any;
881
-
882
- export declare const ListPlatformApplicationsResponseFilterSensitiveLog: (obj: ListPlatformApplicationsResponse) => any;
883
-
884
- export declare const ListSMSSandboxPhoneNumbersInputFilterSensitiveLog: (obj: ListSMSSandboxPhoneNumbersInput) => any;
885
-
886
- export declare const SMSSandboxPhoneNumberFilterSensitiveLog: (obj: SMSSandboxPhoneNumber) => any;
887
-
888
- export declare const ListSMSSandboxPhoneNumbersResultFilterSensitiveLog: (obj: ListSMSSandboxPhoneNumbersResult) => any;
889
-
890
- export declare const ListSubscriptionsInputFilterSensitiveLog: (obj: ListSubscriptionsInput) => any;
891
-
892
- export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
893
-
894
- export declare const ListSubscriptionsResponseFilterSensitiveLog: (obj: ListSubscriptionsResponse) => any;
895
-
896
- export declare const ListSubscriptionsByTopicInputFilterSensitiveLog: (obj: ListSubscriptionsByTopicInput) => any;
897
-
898
- export declare const ListSubscriptionsByTopicResponseFilterSensitiveLog: (obj: ListSubscriptionsByTopicResponse) => any;
899
-
900
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
901
-
902
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
903
-
904
- export declare const ListTopicsInputFilterSensitiveLog: (obj: ListTopicsInput) => any;
905
-
906
- export declare const TopicFilterSensitiveLog: (obj: Topic) => any;
907
-
908
- export declare const ListTopicsResponseFilterSensitiveLog: (obj: ListTopicsResponse) => any;
909
-
910
- export declare const OptInPhoneNumberInputFilterSensitiveLog: (obj: OptInPhoneNumberInput) => any;
911
-
912
- export declare const OptInPhoneNumberResponseFilterSensitiveLog: (obj: OptInPhoneNumberResponse) => any;
913
-
914
- export declare const MessageAttributeValueFilterSensitiveLog: (obj: MessageAttributeValue) => any;
915
-
916
- export declare const PublishInputFilterSensitiveLog: (obj: PublishInput) => any;
917
-
918
- export declare const PublishResponseFilterSensitiveLog: (obj: PublishResponse) => any;
919
-
920
- export declare const PublishBatchRequestEntryFilterSensitiveLog: (obj: PublishBatchRequestEntry) => any;
921
-
922
- export declare const PublishBatchInputFilterSensitiveLog: (obj: PublishBatchInput) => any;
923
-
924
- export declare const BatchResultErrorEntryFilterSensitiveLog: (obj: BatchResultErrorEntry) => any;
925
-
926
- export declare const PublishBatchResultEntryFilterSensitiveLog: (obj: PublishBatchResultEntry) => any;
927
-
928
- export declare const PublishBatchResponseFilterSensitiveLog: (obj: PublishBatchResponse) => any;
929
-
930
- export declare const PutDataProtectionPolicyInputFilterSensitiveLog: (obj: PutDataProtectionPolicyInput) => any;
931
-
932
- export declare const RemovePermissionInputFilterSensitiveLog: (obj: RemovePermissionInput) => any;
933
-
934
- export declare const SetEndpointAttributesInputFilterSensitiveLog: (obj: SetEndpointAttributesInput) => any;
935
-
936
- export declare const SetPlatformApplicationAttributesInputFilterSensitiveLog: (obj: SetPlatformApplicationAttributesInput) => any;
937
-
938
- export declare const SetSMSAttributesInputFilterSensitiveLog: (obj: SetSMSAttributesInput) => any;
939
-
940
- export declare const SetSMSAttributesResponseFilterSensitiveLog: (obj: SetSMSAttributesResponse) => any;
941
-
942
- export declare const SetSubscriptionAttributesInputFilterSensitiveLog: (obj: SetSubscriptionAttributesInput) => any;
943
-
944
- export declare const SetTopicAttributesInputFilterSensitiveLog: (obj: SetTopicAttributesInput) => any;
945
-
946
- export declare const SubscribeInputFilterSensitiveLog: (obj: SubscribeInput) => any;
947
-
948
- export declare const SubscribeResponseFilterSensitiveLog: (obj: SubscribeResponse) => any;
949
-
950
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
951
-
952
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
953
-
954
- export declare const UnsubscribeInputFilterSensitiveLog: (obj: UnsubscribeInput) => any;
955
-
956
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
957
-
958
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
959
-
960
- export declare const VerifySMSSandboxPhoneNumberInputFilterSensitiveLog: (obj: VerifySMSSandboxPhoneNumberInput) => any;
961
-
962
- export declare const VerifySMSSandboxPhoneNumberResultFilterSensitiveLog: (obj: VerifySMSSandboxPhoneNumberResult) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { SNSServiceException as __BaseException } from "./SNSServiceException";
3
+ export interface AddPermissionInput {
4
+ TopicArn: string | undefined;
5
+ Label: string | undefined;
6
+ AWSAccountId: string[] | undefined;
7
+ ActionName: string[] | undefined;
8
+ }
9
+ export declare class AuthorizationErrorException extends __BaseException {
10
+ readonly name: "AuthorizationErrorException";
11
+ readonly $fault: "client";
12
+ constructor(
13
+ opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>
14
+ );
15
+ }
16
+ export declare class InternalErrorException extends __BaseException {
17
+ readonly name: "InternalErrorException";
18
+ readonly $fault: "server";
19
+ constructor(
20
+ opts: __ExceptionOptionType<InternalErrorException, __BaseException>
21
+ );
22
+ }
23
+ export declare class InvalidParameterException extends __BaseException {
24
+ readonly name: "InvalidParameterException";
25
+ readonly $fault: "client";
26
+ constructor(
27
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
28
+ );
29
+ }
30
+ export declare class NotFoundException extends __BaseException {
31
+ readonly name: "NotFoundException";
32
+ readonly $fault: "client";
33
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
34
+ }
35
+ export interface CheckIfPhoneNumberIsOptedOutInput {
36
+ phoneNumber: string | undefined;
37
+ }
38
+ export interface CheckIfPhoneNumberIsOptedOutResponse {
39
+ isOptedOut?: boolean;
40
+ }
41
+ export declare class ThrottledException extends __BaseException {
42
+ readonly name: "ThrottledException";
43
+ readonly $fault: "client";
44
+ constructor(opts: __ExceptionOptionType<ThrottledException, __BaseException>);
45
+ }
46
+ export interface ConfirmSubscriptionInput {
47
+ TopicArn: string | undefined;
48
+ Token: string | undefined;
49
+ AuthenticateOnUnsubscribe?: string;
50
+ }
51
+ export interface ConfirmSubscriptionResponse {
52
+ SubscriptionArn?: string;
53
+ }
54
+ export declare class FilterPolicyLimitExceededException extends __BaseException {
55
+ readonly name: "FilterPolicyLimitExceededException";
56
+ readonly $fault: "client";
57
+ constructor(
58
+ opts: __ExceptionOptionType<
59
+ FilterPolicyLimitExceededException,
60
+ __BaseException
61
+ >
62
+ );
63
+ }
64
+ export declare class SubscriptionLimitExceededException extends __BaseException {
65
+ readonly name: "SubscriptionLimitExceededException";
66
+ readonly $fault: "client";
67
+ constructor(
68
+ opts: __ExceptionOptionType<
69
+ SubscriptionLimitExceededException,
70
+ __BaseException
71
+ >
72
+ );
73
+ }
74
+ export interface CreatePlatformApplicationInput {
75
+ Name: string | undefined;
76
+ Platform: string | undefined;
77
+ Attributes: Record<string, string> | undefined;
78
+ }
79
+ export interface CreatePlatformApplicationResponse {
80
+ PlatformApplicationArn?: string;
81
+ }
82
+ export interface CreateEndpointResponse {
83
+ EndpointArn?: string;
84
+ }
85
+ export interface CreatePlatformEndpointInput {
86
+ PlatformApplicationArn: string | undefined;
87
+ Token: string | undefined;
88
+ CustomUserData?: string;
89
+ Attributes?: Record<string, string>;
90
+ }
91
+ export declare enum LanguageCodeString {
92
+ de_DE = "de-DE",
93
+ en_GB = "en-GB",
94
+ en_US = "en-US",
95
+ es_419 = "es-419",
96
+ es_ES = "es-ES",
97
+ fr_CA = "fr-CA",
98
+ fr_FR = "fr-FR",
99
+ it_IT = "it-IT",
100
+ jp_JP = "ja-JP",
101
+ kr_KR = "kr-KR",
102
+ pt_BR = "pt-BR",
103
+ zh_CN = "zh-CN",
104
+ zh_TW = "zh-TW",
105
+ }
106
+ export interface CreateSMSSandboxPhoneNumberInput {
107
+ PhoneNumber: string | undefined;
108
+ LanguageCode?: LanguageCodeString | string;
109
+ }
110
+ export interface CreateSMSSandboxPhoneNumberResult {}
111
+ export declare class OptedOutException extends __BaseException {
112
+ readonly name: "OptedOutException";
113
+ readonly $fault: "client";
114
+ constructor(opts: __ExceptionOptionType<OptedOutException, __BaseException>);
115
+ }
116
+ export declare class UserErrorException extends __BaseException {
117
+ readonly name: "UserErrorException";
118
+ readonly $fault: "client";
119
+ constructor(opts: __ExceptionOptionType<UserErrorException, __BaseException>);
120
+ }
121
+ export declare class ConcurrentAccessException extends __BaseException {
122
+ readonly name: "ConcurrentAccessException";
123
+ readonly $fault: "client";
124
+ constructor(
125
+ opts: __ExceptionOptionType<ConcurrentAccessException, __BaseException>
126
+ );
127
+ }
128
+ export interface Tag {
129
+ Key: string | undefined;
130
+ Value: string | undefined;
131
+ }
132
+ export interface CreateTopicInput {
133
+ Name: string | undefined;
134
+ Attributes?: Record<string, string>;
135
+ Tags?: Tag[];
136
+ DataProtectionPolicy?: string;
137
+ }
138
+ export interface CreateTopicResponse {
139
+ TopicArn?: string;
140
+ }
141
+ export declare class InvalidSecurityException extends __BaseException {
142
+ readonly name: "InvalidSecurityException";
143
+ readonly $fault: "client";
144
+ constructor(
145
+ opts: __ExceptionOptionType<InvalidSecurityException, __BaseException>
146
+ );
147
+ }
148
+ export declare class StaleTagException extends __BaseException {
149
+ readonly name: "StaleTagException";
150
+ readonly $fault: "client";
151
+ constructor(opts: __ExceptionOptionType<StaleTagException, __BaseException>);
152
+ }
153
+ export declare class TagLimitExceededException extends __BaseException {
154
+ readonly name: "TagLimitExceededException";
155
+ readonly $fault: "client";
156
+ constructor(
157
+ opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>
158
+ );
159
+ }
160
+ export declare class TagPolicyException extends __BaseException {
161
+ readonly name: "TagPolicyException";
162
+ readonly $fault: "client";
163
+ constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
164
+ }
165
+ export declare class TopicLimitExceededException extends __BaseException {
166
+ readonly name: "TopicLimitExceededException";
167
+ readonly $fault: "client";
168
+ constructor(
169
+ opts: __ExceptionOptionType<TopicLimitExceededException, __BaseException>
170
+ );
171
+ }
172
+ export interface DeleteEndpointInput {
173
+ EndpointArn: string | undefined;
174
+ }
175
+ export interface DeletePlatformApplicationInput {
176
+ PlatformApplicationArn: string | undefined;
177
+ }
178
+ export interface DeleteSMSSandboxPhoneNumberInput {
179
+ PhoneNumber: string | undefined;
180
+ }
181
+ export interface DeleteSMSSandboxPhoneNumberResult {}
182
+ export declare class ResourceNotFoundException extends __BaseException {
183
+ readonly name: "ResourceNotFoundException";
184
+ readonly $fault: "client";
185
+ constructor(
186
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
187
+ );
188
+ }
189
+ export interface DeleteTopicInput {
190
+ TopicArn: string | undefined;
191
+ }
192
+ export interface GetDataProtectionPolicyInput {
193
+ ResourceArn: string | undefined;
194
+ }
195
+ export interface GetDataProtectionPolicyResponse {
196
+ DataProtectionPolicy?: string;
197
+ }
198
+ export interface GetEndpointAttributesInput {
199
+ EndpointArn: string | undefined;
200
+ }
201
+ export interface GetEndpointAttributesResponse {
202
+ Attributes?: Record<string, string>;
203
+ }
204
+ export interface GetPlatformApplicationAttributesInput {
205
+ PlatformApplicationArn: string | undefined;
206
+ }
207
+ export interface GetPlatformApplicationAttributesResponse {
208
+ Attributes?: Record<string, string>;
209
+ }
210
+ export interface GetSMSAttributesInput {
211
+ attributes?: string[];
212
+ }
213
+ export interface GetSMSAttributesResponse {
214
+ attributes?: Record<string, string>;
215
+ }
216
+ export interface GetSMSSandboxAccountStatusInput {}
217
+ export interface GetSMSSandboxAccountStatusResult {
218
+ IsInSandbox: boolean | undefined;
219
+ }
220
+ export interface GetSubscriptionAttributesInput {
221
+ SubscriptionArn: string | undefined;
222
+ }
223
+ export interface GetSubscriptionAttributesResponse {
224
+ Attributes?: Record<string, string>;
225
+ }
226
+ export interface GetTopicAttributesInput {
227
+ TopicArn: string | undefined;
228
+ }
229
+ export interface GetTopicAttributesResponse {
230
+ Attributes?: Record<string, string>;
231
+ }
232
+ export interface ListEndpointsByPlatformApplicationInput {
233
+ PlatformApplicationArn: string | undefined;
234
+ NextToken?: string;
235
+ }
236
+ export interface Endpoint {
237
+ EndpointArn?: string;
238
+ Attributes?: Record<string, string>;
239
+ }
240
+ export interface ListEndpointsByPlatformApplicationResponse {
241
+ Endpoints?: Endpoint[];
242
+ NextToken?: string;
243
+ }
244
+ export interface ListOriginationNumbersRequest {
245
+ NextToken?: string;
246
+ MaxResults?: number;
247
+ }
248
+ export declare enum NumberCapability {
249
+ MMS = "MMS",
250
+ SMS = "SMS",
251
+ VOICE = "VOICE",
252
+ }
253
+ export declare enum RouteType {
254
+ Premium = "Premium",
255
+ Promotional = "Promotional",
256
+ Transactional = "Transactional",
257
+ }
258
+ export interface PhoneNumberInformation {
259
+ CreatedAt?: Date;
260
+ PhoneNumber?: string;
261
+ Status?: string;
262
+ Iso2CountryCode?: string;
263
+ RouteType?: RouteType | string;
264
+ NumberCapabilities?: (NumberCapability | string)[];
265
+ }
266
+ export interface ListOriginationNumbersResult {
267
+ NextToken?: string;
268
+ PhoneNumbers?: PhoneNumberInformation[];
269
+ }
270
+ export declare class ValidationException extends __BaseException {
271
+ readonly name: "ValidationException";
272
+ readonly $fault: "client";
273
+ Message: string | undefined;
274
+ constructor(
275
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
276
+ );
277
+ }
278
+ export interface ListPhoneNumbersOptedOutInput {
279
+ nextToken?: string;
280
+ }
281
+ export interface ListPhoneNumbersOptedOutResponse {
282
+ phoneNumbers?: string[];
283
+ nextToken?: string;
284
+ }
285
+ export interface ListPlatformApplicationsInput {
286
+ NextToken?: string;
287
+ }
288
+ export interface PlatformApplication {
289
+ PlatformApplicationArn?: string;
290
+ Attributes?: Record<string, string>;
291
+ }
292
+ export interface ListPlatformApplicationsResponse {
293
+ PlatformApplications?: PlatformApplication[];
294
+ NextToken?: string;
295
+ }
296
+ export interface ListSMSSandboxPhoneNumbersInput {
297
+ NextToken?: string;
298
+ MaxResults?: number;
299
+ }
300
+ export declare enum SMSSandboxPhoneNumberVerificationStatus {
301
+ Pending = "Pending",
302
+ Verified = "Verified",
303
+ }
304
+ export interface SMSSandboxPhoneNumber {
305
+ PhoneNumber?: string;
306
+ Status?: SMSSandboxPhoneNumberVerificationStatus | string;
307
+ }
308
+ export interface ListSMSSandboxPhoneNumbersResult {
309
+ PhoneNumbers: SMSSandboxPhoneNumber[] | undefined;
310
+ NextToken?: string;
311
+ }
312
+ export interface ListSubscriptionsInput {
313
+ NextToken?: string;
314
+ }
315
+ export interface Subscription {
316
+ SubscriptionArn?: string;
317
+ Owner?: string;
318
+ Protocol?: string;
319
+ Endpoint?: string;
320
+ TopicArn?: string;
321
+ }
322
+ export interface ListSubscriptionsResponse {
323
+ Subscriptions?: Subscription[];
324
+ NextToken?: string;
325
+ }
326
+ export interface ListSubscriptionsByTopicInput {
327
+ TopicArn: string | undefined;
328
+ NextToken?: string;
329
+ }
330
+ export interface ListSubscriptionsByTopicResponse {
331
+ Subscriptions?: Subscription[];
332
+ NextToken?: string;
333
+ }
334
+ export interface ListTagsForResourceRequest {
335
+ ResourceArn: string | undefined;
336
+ }
337
+ export interface ListTagsForResourceResponse {
338
+ Tags?: Tag[];
339
+ }
340
+ export interface ListTopicsInput {
341
+ NextToken?: string;
342
+ }
343
+ export interface Topic {
344
+ TopicArn?: string;
345
+ }
346
+ export interface ListTopicsResponse {
347
+ Topics?: Topic[];
348
+ NextToken?: string;
349
+ }
350
+ export interface OptInPhoneNumberInput {
351
+ phoneNumber: string | undefined;
352
+ }
353
+ export interface OptInPhoneNumberResponse {}
354
+ export declare class EndpointDisabledException extends __BaseException {
355
+ readonly name: "EndpointDisabledException";
356
+ readonly $fault: "client";
357
+ constructor(
358
+ opts: __ExceptionOptionType<EndpointDisabledException, __BaseException>
359
+ );
360
+ }
361
+ export declare class InvalidParameterValueException extends __BaseException {
362
+ readonly name: "InvalidParameterValueException";
363
+ readonly $fault: "client";
364
+ constructor(
365
+ opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
366
+ );
367
+ }
368
+ export declare class KMSAccessDeniedException extends __BaseException {
369
+ readonly name: "KMSAccessDeniedException";
370
+ readonly $fault: "client";
371
+ constructor(
372
+ opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>
373
+ );
374
+ }
375
+ export declare class KMSDisabledException extends __BaseException {
376
+ readonly name: "KMSDisabledException";
377
+ readonly $fault: "client";
378
+ constructor(
379
+ opts: __ExceptionOptionType<KMSDisabledException, __BaseException>
380
+ );
381
+ }
382
+ export declare class KMSInvalidStateException extends __BaseException {
383
+ readonly name: "KMSInvalidStateException";
384
+ readonly $fault: "client";
385
+ constructor(
386
+ opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>
387
+ );
388
+ }
389
+ export declare class KMSNotFoundException extends __BaseException {
390
+ readonly name: "KMSNotFoundException";
391
+ readonly $fault: "client";
392
+ constructor(
393
+ opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>
394
+ );
395
+ }
396
+ export declare class KMSOptInRequired extends __BaseException {
397
+ readonly name: "KMSOptInRequired";
398
+ readonly $fault: "client";
399
+ constructor(opts: __ExceptionOptionType<KMSOptInRequired, __BaseException>);
400
+ }
401
+ export declare class KMSThrottlingException extends __BaseException {
402
+ readonly name: "KMSThrottlingException";
403
+ readonly $fault: "client";
404
+ constructor(
405
+ opts: __ExceptionOptionType<KMSThrottlingException, __BaseException>
406
+ );
407
+ }
408
+ export declare class PlatformApplicationDisabledException extends __BaseException {
409
+ readonly name: "PlatformApplicationDisabledException";
410
+ readonly $fault: "client";
411
+ constructor(
412
+ opts: __ExceptionOptionType<
413
+ PlatformApplicationDisabledException,
414
+ __BaseException
415
+ >
416
+ );
417
+ }
418
+ export interface MessageAttributeValue {
419
+ DataType: string | undefined;
420
+ StringValue?: string;
421
+ BinaryValue?: Uint8Array;
422
+ }
423
+ export interface PublishInput {
424
+ TopicArn?: string;
425
+ TargetArn?: string;
426
+ PhoneNumber?: string;
427
+ Message: string | undefined;
428
+ Subject?: string;
429
+ MessageStructure?: string;
430
+ MessageAttributes?: Record<string, MessageAttributeValue>;
431
+ MessageDeduplicationId?: string;
432
+ MessageGroupId?: string;
433
+ }
434
+ export interface PublishResponse {
435
+ MessageId?: string;
436
+ SequenceNumber?: string;
437
+ }
438
+ export declare class BatchEntryIdsNotDistinctException extends __BaseException {
439
+ readonly name: "BatchEntryIdsNotDistinctException";
440
+ readonly $fault: "client";
441
+ constructor(
442
+ opts: __ExceptionOptionType<
443
+ BatchEntryIdsNotDistinctException,
444
+ __BaseException
445
+ >
446
+ );
447
+ }
448
+ export declare class BatchRequestTooLongException extends __BaseException {
449
+ readonly name: "BatchRequestTooLongException";
450
+ readonly $fault: "client";
451
+ constructor(
452
+ opts: __ExceptionOptionType<BatchRequestTooLongException, __BaseException>
453
+ );
454
+ }
455
+ export declare class EmptyBatchRequestException extends __BaseException {
456
+ readonly name: "EmptyBatchRequestException";
457
+ readonly $fault: "client";
458
+ constructor(
459
+ opts: __ExceptionOptionType<EmptyBatchRequestException, __BaseException>
460
+ );
461
+ }
462
+ export declare class InvalidBatchEntryIdException extends __BaseException {
463
+ readonly name: "InvalidBatchEntryIdException";
464
+ readonly $fault: "client";
465
+ constructor(
466
+ opts: __ExceptionOptionType<InvalidBatchEntryIdException, __BaseException>
467
+ );
468
+ }
469
+ export interface PublishBatchRequestEntry {
470
+ Id: string | undefined;
471
+ Message: string | undefined;
472
+ Subject?: string;
473
+ MessageStructure?: string;
474
+ MessageAttributes?: Record<string, MessageAttributeValue>;
475
+ MessageDeduplicationId?: string;
476
+ MessageGroupId?: string;
477
+ }
478
+ export interface PublishBatchInput {
479
+ TopicArn: string | undefined;
480
+ PublishBatchRequestEntries: PublishBatchRequestEntry[] | undefined;
481
+ }
482
+ export interface BatchResultErrorEntry {
483
+ Id: string | undefined;
484
+ Code: string | undefined;
485
+ Message?: string;
486
+ SenderFault: boolean | undefined;
487
+ }
488
+ export interface PublishBatchResultEntry {
489
+ Id?: string;
490
+ MessageId?: string;
491
+ SequenceNumber?: string;
492
+ }
493
+ export interface PublishBatchResponse {
494
+ Successful?: PublishBatchResultEntry[];
495
+ Failed?: BatchResultErrorEntry[];
496
+ }
497
+ export declare class TooManyEntriesInBatchRequestException extends __BaseException {
498
+ readonly name: "TooManyEntriesInBatchRequestException";
499
+ readonly $fault: "client";
500
+ constructor(
501
+ opts: __ExceptionOptionType<
502
+ TooManyEntriesInBatchRequestException,
503
+ __BaseException
504
+ >
505
+ );
506
+ }
507
+ export interface PutDataProtectionPolicyInput {
508
+ ResourceArn: string | undefined;
509
+ DataProtectionPolicy: string | undefined;
510
+ }
511
+ export interface RemovePermissionInput {
512
+ TopicArn: string | undefined;
513
+ Label: string | undefined;
514
+ }
515
+ export interface SetEndpointAttributesInput {
516
+ EndpointArn: string | undefined;
517
+ Attributes: Record<string, string> | undefined;
518
+ }
519
+ export interface SetPlatformApplicationAttributesInput {
520
+ PlatformApplicationArn: string | undefined;
521
+ Attributes: Record<string, string> | undefined;
522
+ }
523
+ export interface SetSMSAttributesInput {
524
+ attributes: Record<string, string> | undefined;
525
+ }
526
+ export interface SetSMSAttributesResponse {}
527
+ export interface SetSubscriptionAttributesInput {
528
+ SubscriptionArn: string | undefined;
529
+ AttributeName: string | undefined;
530
+ AttributeValue?: string;
531
+ }
532
+ export interface SetTopicAttributesInput {
533
+ TopicArn: string | undefined;
534
+ AttributeName: string | undefined;
535
+ AttributeValue?: string;
536
+ }
537
+ export interface SubscribeInput {
538
+ TopicArn: string | undefined;
539
+ Protocol: string | undefined;
540
+ Endpoint?: string;
541
+ Attributes?: Record<string, string>;
542
+ ReturnSubscriptionArn?: boolean;
543
+ }
544
+ export interface SubscribeResponse {
545
+ SubscriptionArn?: string;
546
+ }
547
+ export interface TagResourceRequest {
548
+ ResourceArn: string | undefined;
549
+ Tags: Tag[] | undefined;
550
+ }
551
+ export interface TagResourceResponse {}
552
+ export interface UnsubscribeInput {
553
+ SubscriptionArn: string | undefined;
554
+ }
555
+ export interface UntagResourceRequest {
556
+ ResourceArn: string | undefined;
557
+ TagKeys: string[] | undefined;
558
+ }
559
+ export interface UntagResourceResponse {}
560
+ export declare class VerificationException extends __BaseException {
561
+ readonly name: "VerificationException";
562
+ readonly $fault: "client";
563
+ Message: string | undefined;
564
+ Status: string | undefined;
565
+ constructor(
566
+ opts: __ExceptionOptionType<VerificationException, __BaseException>
567
+ );
568
+ }
569
+ export interface VerifySMSSandboxPhoneNumberInput {
570
+ PhoneNumber: string | undefined;
571
+ OneTimePassword: string | undefined;
572
+ }
573
+ export interface VerifySMSSandboxPhoneNumberResult {}
574
+ export declare const AddPermissionInputFilterSensitiveLog: (
575
+ obj: AddPermissionInput
576
+ ) => any;
577
+ export declare const CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog: (
578
+ obj: CheckIfPhoneNumberIsOptedOutInput
579
+ ) => any;
580
+ export declare const CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog: (
581
+ obj: CheckIfPhoneNumberIsOptedOutResponse
582
+ ) => any;
583
+ export declare const ConfirmSubscriptionInputFilterSensitiveLog: (
584
+ obj: ConfirmSubscriptionInput
585
+ ) => any;
586
+ export declare const ConfirmSubscriptionResponseFilterSensitiveLog: (
587
+ obj: ConfirmSubscriptionResponse
588
+ ) => any;
589
+ export declare const CreatePlatformApplicationInputFilterSensitiveLog: (
590
+ obj: CreatePlatformApplicationInput
591
+ ) => any;
592
+ export declare const CreatePlatformApplicationResponseFilterSensitiveLog: (
593
+ obj: CreatePlatformApplicationResponse
594
+ ) => any;
595
+ export declare const CreateEndpointResponseFilterSensitiveLog: (
596
+ obj: CreateEndpointResponse
597
+ ) => any;
598
+ export declare const CreatePlatformEndpointInputFilterSensitiveLog: (
599
+ obj: CreatePlatformEndpointInput
600
+ ) => any;
601
+ export declare const CreateSMSSandboxPhoneNumberInputFilterSensitiveLog: (
602
+ obj: CreateSMSSandboxPhoneNumberInput
603
+ ) => any;
604
+ export declare const CreateSMSSandboxPhoneNumberResultFilterSensitiveLog: (
605
+ obj: CreateSMSSandboxPhoneNumberResult
606
+ ) => any;
607
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
608
+ export declare const CreateTopicInputFilterSensitiveLog: (
609
+ obj: CreateTopicInput
610
+ ) => any;
611
+ export declare const CreateTopicResponseFilterSensitiveLog: (
612
+ obj: CreateTopicResponse
613
+ ) => any;
614
+ export declare const DeleteEndpointInputFilterSensitiveLog: (
615
+ obj: DeleteEndpointInput
616
+ ) => any;
617
+ export declare const DeletePlatformApplicationInputFilterSensitiveLog: (
618
+ obj: DeletePlatformApplicationInput
619
+ ) => any;
620
+ export declare const DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog: (
621
+ obj: DeleteSMSSandboxPhoneNumberInput
622
+ ) => any;
623
+ export declare const DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog: (
624
+ obj: DeleteSMSSandboxPhoneNumberResult
625
+ ) => any;
626
+ export declare const DeleteTopicInputFilterSensitiveLog: (
627
+ obj: DeleteTopicInput
628
+ ) => any;
629
+ export declare const GetDataProtectionPolicyInputFilterSensitiveLog: (
630
+ obj: GetDataProtectionPolicyInput
631
+ ) => any;
632
+ export declare const GetDataProtectionPolicyResponseFilterSensitiveLog: (
633
+ obj: GetDataProtectionPolicyResponse
634
+ ) => any;
635
+ export declare const GetEndpointAttributesInputFilterSensitiveLog: (
636
+ obj: GetEndpointAttributesInput
637
+ ) => any;
638
+ export declare const GetEndpointAttributesResponseFilterSensitiveLog: (
639
+ obj: GetEndpointAttributesResponse
640
+ ) => any;
641
+ export declare const GetPlatformApplicationAttributesInputFilterSensitiveLog: (
642
+ obj: GetPlatformApplicationAttributesInput
643
+ ) => any;
644
+ export declare const GetPlatformApplicationAttributesResponseFilterSensitiveLog: (
645
+ obj: GetPlatformApplicationAttributesResponse
646
+ ) => any;
647
+ export declare const GetSMSAttributesInputFilterSensitiveLog: (
648
+ obj: GetSMSAttributesInput
649
+ ) => any;
650
+ export declare const GetSMSAttributesResponseFilterSensitiveLog: (
651
+ obj: GetSMSAttributesResponse
652
+ ) => any;
653
+ export declare const GetSMSSandboxAccountStatusInputFilterSensitiveLog: (
654
+ obj: GetSMSSandboxAccountStatusInput
655
+ ) => any;
656
+ export declare const GetSMSSandboxAccountStatusResultFilterSensitiveLog: (
657
+ obj: GetSMSSandboxAccountStatusResult
658
+ ) => any;
659
+ export declare const GetSubscriptionAttributesInputFilterSensitiveLog: (
660
+ obj: GetSubscriptionAttributesInput
661
+ ) => any;
662
+ export declare const GetSubscriptionAttributesResponseFilterSensitiveLog: (
663
+ obj: GetSubscriptionAttributesResponse
664
+ ) => any;
665
+ export declare const GetTopicAttributesInputFilterSensitiveLog: (
666
+ obj: GetTopicAttributesInput
667
+ ) => any;
668
+ export declare const GetTopicAttributesResponseFilterSensitiveLog: (
669
+ obj: GetTopicAttributesResponse
670
+ ) => any;
671
+ export declare const ListEndpointsByPlatformApplicationInputFilterSensitiveLog: (
672
+ obj: ListEndpointsByPlatformApplicationInput
673
+ ) => any;
674
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
675
+ export declare const ListEndpointsByPlatformApplicationResponseFilterSensitiveLog: (
676
+ obj: ListEndpointsByPlatformApplicationResponse
677
+ ) => any;
678
+ export declare const ListOriginationNumbersRequestFilterSensitiveLog: (
679
+ obj: ListOriginationNumbersRequest
680
+ ) => any;
681
+ export declare const PhoneNumberInformationFilterSensitiveLog: (
682
+ obj: PhoneNumberInformation
683
+ ) => any;
684
+ export declare const ListOriginationNumbersResultFilterSensitiveLog: (
685
+ obj: ListOriginationNumbersResult
686
+ ) => any;
687
+ export declare const ListPhoneNumbersOptedOutInputFilterSensitiveLog: (
688
+ obj: ListPhoneNumbersOptedOutInput
689
+ ) => any;
690
+ export declare const ListPhoneNumbersOptedOutResponseFilterSensitiveLog: (
691
+ obj: ListPhoneNumbersOptedOutResponse
692
+ ) => any;
693
+ export declare const ListPlatformApplicationsInputFilterSensitiveLog: (
694
+ obj: ListPlatformApplicationsInput
695
+ ) => any;
696
+ export declare const PlatformApplicationFilterSensitiveLog: (
697
+ obj: PlatformApplication
698
+ ) => any;
699
+ export declare const ListPlatformApplicationsResponseFilterSensitiveLog: (
700
+ obj: ListPlatformApplicationsResponse
701
+ ) => any;
702
+ export declare const ListSMSSandboxPhoneNumbersInputFilterSensitiveLog: (
703
+ obj: ListSMSSandboxPhoneNumbersInput
704
+ ) => any;
705
+ export declare const SMSSandboxPhoneNumberFilterSensitiveLog: (
706
+ obj: SMSSandboxPhoneNumber
707
+ ) => any;
708
+ export declare const ListSMSSandboxPhoneNumbersResultFilterSensitiveLog: (
709
+ obj: ListSMSSandboxPhoneNumbersResult
710
+ ) => any;
711
+ export declare const ListSubscriptionsInputFilterSensitiveLog: (
712
+ obj: ListSubscriptionsInput
713
+ ) => any;
714
+ export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
715
+ export declare const ListSubscriptionsResponseFilterSensitiveLog: (
716
+ obj: ListSubscriptionsResponse
717
+ ) => any;
718
+ export declare const ListSubscriptionsByTopicInputFilterSensitiveLog: (
719
+ obj: ListSubscriptionsByTopicInput
720
+ ) => any;
721
+ export declare const ListSubscriptionsByTopicResponseFilterSensitiveLog: (
722
+ obj: ListSubscriptionsByTopicResponse
723
+ ) => any;
724
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
725
+ obj: ListTagsForResourceRequest
726
+ ) => any;
727
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
728
+ obj: ListTagsForResourceResponse
729
+ ) => any;
730
+ export declare const ListTopicsInputFilterSensitiveLog: (
731
+ obj: ListTopicsInput
732
+ ) => any;
733
+ export declare const TopicFilterSensitiveLog: (obj: Topic) => any;
734
+ export declare const ListTopicsResponseFilterSensitiveLog: (
735
+ obj: ListTopicsResponse
736
+ ) => any;
737
+ export declare const OptInPhoneNumberInputFilterSensitiveLog: (
738
+ obj: OptInPhoneNumberInput
739
+ ) => any;
740
+ export declare const OptInPhoneNumberResponseFilterSensitiveLog: (
741
+ obj: OptInPhoneNumberResponse
742
+ ) => any;
743
+ export declare const MessageAttributeValueFilterSensitiveLog: (
744
+ obj: MessageAttributeValue
745
+ ) => any;
746
+ export declare const PublishInputFilterSensitiveLog: (obj: PublishInput) => any;
747
+ export declare const PublishResponseFilterSensitiveLog: (
748
+ obj: PublishResponse
749
+ ) => any;
750
+ export declare const PublishBatchRequestEntryFilterSensitiveLog: (
751
+ obj: PublishBatchRequestEntry
752
+ ) => any;
753
+ export declare const PublishBatchInputFilterSensitiveLog: (
754
+ obj: PublishBatchInput
755
+ ) => any;
756
+ export declare const BatchResultErrorEntryFilterSensitiveLog: (
757
+ obj: BatchResultErrorEntry
758
+ ) => any;
759
+ export declare const PublishBatchResultEntryFilterSensitiveLog: (
760
+ obj: PublishBatchResultEntry
761
+ ) => any;
762
+ export declare const PublishBatchResponseFilterSensitiveLog: (
763
+ obj: PublishBatchResponse
764
+ ) => any;
765
+ export declare const PutDataProtectionPolicyInputFilterSensitiveLog: (
766
+ obj: PutDataProtectionPolicyInput
767
+ ) => any;
768
+ export declare const RemovePermissionInputFilterSensitiveLog: (
769
+ obj: RemovePermissionInput
770
+ ) => any;
771
+ export declare const SetEndpointAttributesInputFilterSensitiveLog: (
772
+ obj: SetEndpointAttributesInput
773
+ ) => any;
774
+ export declare const SetPlatformApplicationAttributesInputFilterSensitiveLog: (
775
+ obj: SetPlatformApplicationAttributesInput
776
+ ) => any;
777
+ export declare const SetSMSAttributesInputFilterSensitiveLog: (
778
+ obj: SetSMSAttributesInput
779
+ ) => any;
780
+ export declare const SetSMSAttributesResponseFilterSensitiveLog: (
781
+ obj: SetSMSAttributesResponse
782
+ ) => any;
783
+ export declare const SetSubscriptionAttributesInputFilterSensitiveLog: (
784
+ obj: SetSubscriptionAttributesInput
785
+ ) => any;
786
+ export declare const SetTopicAttributesInputFilterSensitiveLog: (
787
+ obj: SetTopicAttributesInput
788
+ ) => any;
789
+ export declare const SubscribeInputFilterSensitiveLog: (
790
+ obj: SubscribeInput
791
+ ) => any;
792
+ export declare const SubscribeResponseFilterSensitiveLog: (
793
+ obj: SubscribeResponse
794
+ ) => any;
795
+ export declare const TagResourceRequestFilterSensitiveLog: (
796
+ obj: TagResourceRequest
797
+ ) => any;
798
+ export declare const TagResourceResponseFilterSensitiveLog: (
799
+ obj: TagResourceResponse
800
+ ) => any;
801
+ export declare const UnsubscribeInputFilterSensitiveLog: (
802
+ obj: UnsubscribeInput
803
+ ) => any;
804
+ export declare const UntagResourceRequestFilterSensitiveLog: (
805
+ obj: UntagResourceRequest
806
+ ) => any;
807
+ export declare const UntagResourceResponseFilterSensitiveLog: (
808
+ obj: UntagResourceResponse
809
+ ) => any;
810
+ export declare const VerifySMSSandboxPhoneNumberInputFilterSensitiveLog: (
811
+ obj: VerifySMSSandboxPhoneNumberInput
812
+ ) => any;
813
+ export declare const VerifySMSSandboxPhoneNumberResultFilterSensitiveLog: (
814
+ obj: VerifySMSSandboxPhoneNumberResult
815
+ ) => any;