@aws-sdk/client-sns 3.169.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SNS.d.ts +766 -215
- package/dist-types/ts3.4/SNSClient.d.ts +380 -115
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +42 -42
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SNSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1101 -962
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -128
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- 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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export interface
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export interface
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
export interface
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
export
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
export
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
export interface
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
export interface
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
export interface GetSMSAttributesResponse {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
}
|
|
283
|
-
export interface
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
export interface
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
}
|
|
330
|
-
export
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
export
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
export interface
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
export interface
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
export declare class
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
export interface
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
export interface
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
export interface
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
export interface
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
export declare
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
export
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
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;
|