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