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