@aws-sdk/client-sns 3.716.0 → 3.723.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/dist-cjs/index.js +404 -321
- package/dist-es/SNSClient.js +1 -0
- package/dist-es/models/models_0.js +71 -68
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -223,7 +223,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
223
223
|
}, "resolveRuntimeExtensions");
|
|
224
224
|
|
|
225
225
|
// src/SNSClient.ts
|
|
226
|
-
var
|
|
226
|
+
var SNSClient = class extends import_smithy_client.Client {
|
|
227
|
+
static {
|
|
228
|
+
__name(this, "SNSClient");
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* The resolved configuration of SNSClient class. This is resolved and normalized from the {@link SNSClientConfig | constructor configuration interface}.
|
|
232
|
+
*/
|
|
233
|
+
config;
|
|
227
234
|
constructor(...[configuration]) {
|
|
228
235
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
229
236
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -233,7 +240,7 @@ var _SNSClient = class _SNSClient extends import_smithy_client.Client {
|
|
|
233
240
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
234
241
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
235
242
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
236
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
243
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
237
244
|
super(_config_8);
|
|
238
245
|
this.config = _config_8;
|
|
239
246
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -261,8 +268,6 @@ var _SNSClient = class _SNSClient extends import_smithy_client.Client {
|
|
|
261
268
|
super.destroy();
|
|
262
269
|
}
|
|
263
270
|
};
|
|
264
|
-
__name(_SNSClient, "SNSClient");
|
|
265
|
-
var SNSClient = _SNSClient;
|
|
266
271
|
|
|
267
272
|
// src/SNS.ts
|
|
268
273
|
|
|
@@ -282,7 +287,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
282
287
|
|
|
283
288
|
// src/models/SNSServiceException.ts
|
|
284
289
|
|
|
285
|
-
var
|
|
290
|
+
var SNSServiceException = class _SNSServiceException extends import_smithy_client.ServiceException {
|
|
291
|
+
static {
|
|
292
|
+
__name(this, "SNSServiceException");
|
|
293
|
+
}
|
|
286
294
|
/**
|
|
287
295
|
* @internal
|
|
288
296
|
*/
|
|
@@ -291,11 +299,14 @@ var _SNSServiceException = class _SNSServiceException extends import_smithy_clie
|
|
|
291
299
|
Object.setPrototypeOf(this, _SNSServiceException.prototype);
|
|
292
300
|
}
|
|
293
301
|
};
|
|
294
|
-
__name(_SNSServiceException, "SNSServiceException");
|
|
295
|
-
var SNSServiceException = _SNSServiceException;
|
|
296
302
|
|
|
297
303
|
// src/models/models_0.ts
|
|
298
|
-
var
|
|
304
|
+
var AuthorizationErrorException = class _AuthorizationErrorException extends SNSServiceException {
|
|
305
|
+
static {
|
|
306
|
+
__name(this, "AuthorizationErrorException");
|
|
307
|
+
}
|
|
308
|
+
name = "AuthorizationErrorException";
|
|
309
|
+
$fault = "client";
|
|
299
310
|
/**
|
|
300
311
|
* @internal
|
|
301
312
|
*/
|
|
@@ -305,14 +316,15 @@ var _AuthorizationErrorException = class _AuthorizationErrorException extends SN
|
|
|
305
316
|
$fault: "client",
|
|
306
317
|
...opts
|
|
307
318
|
});
|
|
308
|
-
this.name = "AuthorizationErrorException";
|
|
309
|
-
this.$fault = "client";
|
|
310
319
|
Object.setPrototypeOf(this, _AuthorizationErrorException.prototype);
|
|
311
320
|
}
|
|
312
321
|
};
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
322
|
+
var InternalErrorException = class _InternalErrorException extends SNSServiceException {
|
|
323
|
+
static {
|
|
324
|
+
__name(this, "InternalErrorException");
|
|
325
|
+
}
|
|
326
|
+
name = "InternalErrorException";
|
|
327
|
+
$fault = "server";
|
|
316
328
|
/**
|
|
317
329
|
* @internal
|
|
318
330
|
*/
|
|
@@ -322,14 +334,15 @@ var _InternalErrorException = class _InternalErrorException extends SNSServiceEx
|
|
|
322
334
|
$fault: "server",
|
|
323
335
|
...opts
|
|
324
336
|
});
|
|
325
|
-
this.name = "InternalErrorException";
|
|
326
|
-
this.$fault = "server";
|
|
327
337
|
Object.setPrototypeOf(this, _InternalErrorException.prototype);
|
|
328
338
|
}
|
|
329
339
|
};
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
340
|
+
var InvalidParameterException = class _InvalidParameterException extends SNSServiceException {
|
|
341
|
+
static {
|
|
342
|
+
__name(this, "InvalidParameterException");
|
|
343
|
+
}
|
|
344
|
+
name = "InvalidParameterException";
|
|
345
|
+
$fault = "client";
|
|
333
346
|
/**
|
|
334
347
|
* @internal
|
|
335
348
|
*/
|
|
@@ -339,14 +352,15 @@ var _InvalidParameterException = class _InvalidParameterException extends SNSSer
|
|
|
339
352
|
$fault: "client",
|
|
340
353
|
...opts
|
|
341
354
|
});
|
|
342
|
-
this.name = "InvalidParameterException";
|
|
343
|
-
this.$fault = "client";
|
|
344
355
|
Object.setPrototypeOf(this, _InvalidParameterException.prototype);
|
|
345
356
|
}
|
|
346
357
|
};
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
358
|
+
var NotFoundException = class _NotFoundException extends SNSServiceException {
|
|
359
|
+
static {
|
|
360
|
+
__name(this, "NotFoundException");
|
|
361
|
+
}
|
|
362
|
+
name = "NotFoundException";
|
|
363
|
+
$fault = "client";
|
|
350
364
|
/**
|
|
351
365
|
* @internal
|
|
352
366
|
*/
|
|
@@ -356,14 +370,15 @@ var _NotFoundException = class _NotFoundException extends SNSServiceException {
|
|
|
356
370
|
$fault: "client",
|
|
357
371
|
...opts
|
|
358
372
|
});
|
|
359
|
-
this.name = "NotFoundException";
|
|
360
|
-
this.$fault = "client";
|
|
361
373
|
Object.setPrototypeOf(this, _NotFoundException.prototype);
|
|
362
374
|
}
|
|
363
375
|
};
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
376
|
+
var ThrottledException = class _ThrottledException extends SNSServiceException {
|
|
377
|
+
static {
|
|
378
|
+
__name(this, "ThrottledException");
|
|
379
|
+
}
|
|
380
|
+
name = "ThrottledException";
|
|
381
|
+
$fault = "client";
|
|
367
382
|
/**
|
|
368
383
|
* @internal
|
|
369
384
|
*/
|
|
@@ -373,14 +388,15 @@ var _ThrottledException = class _ThrottledException extends SNSServiceException
|
|
|
373
388
|
$fault: "client",
|
|
374
389
|
...opts
|
|
375
390
|
});
|
|
376
|
-
this.name = "ThrottledException";
|
|
377
|
-
this.$fault = "client";
|
|
378
391
|
Object.setPrototypeOf(this, _ThrottledException.prototype);
|
|
379
392
|
}
|
|
380
393
|
};
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
394
|
+
var FilterPolicyLimitExceededException = class _FilterPolicyLimitExceededException extends SNSServiceException {
|
|
395
|
+
static {
|
|
396
|
+
__name(this, "FilterPolicyLimitExceededException");
|
|
397
|
+
}
|
|
398
|
+
name = "FilterPolicyLimitExceededException";
|
|
399
|
+
$fault = "client";
|
|
384
400
|
/**
|
|
385
401
|
* @internal
|
|
386
402
|
*/
|
|
@@ -390,14 +406,15 @@ var _FilterPolicyLimitExceededException = class _FilterPolicyLimitExceededExcept
|
|
|
390
406
|
$fault: "client",
|
|
391
407
|
...opts
|
|
392
408
|
});
|
|
393
|
-
this.name = "FilterPolicyLimitExceededException";
|
|
394
|
-
this.$fault = "client";
|
|
395
409
|
Object.setPrototypeOf(this, _FilterPolicyLimitExceededException.prototype);
|
|
396
410
|
}
|
|
397
411
|
};
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
412
|
+
var ReplayLimitExceededException = class _ReplayLimitExceededException extends SNSServiceException {
|
|
413
|
+
static {
|
|
414
|
+
__name(this, "ReplayLimitExceededException");
|
|
415
|
+
}
|
|
416
|
+
name = "ReplayLimitExceededException";
|
|
417
|
+
$fault = "client";
|
|
401
418
|
/**
|
|
402
419
|
* @internal
|
|
403
420
|
*/
|
|
@@ -407,14 +424,15 @@ var _ReplayLimitExceededException = class _ReplayLimitExceededException extends
|
|
|
407
424
|
$fault: "client",
|
|
408
425
|
...opts
|
|
409
426
|
});
|
|
410
|
-
this.name = "ReplayLimitExceededException";
|
|
411
|
-
this.$fault = "client";
|
|
412
427
|
Object.setPrototypeOf(this, _ReplayLimitExceededException.prototype);
|
|
413
428
|
}
|
|
414
429
|
};
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
430
|
+
var SubscriptionLimitExceededException = class _SubscriptionLimitExceededException extends SNSServiceException {
|
|
431
|
+
static {
|
|
432
|
+
__name(this, "SubscriptionLimitExceededException");
|
|
433
|
+
}
|
|
434
|
+
name = "SubscriptionLimitExceededException";
|
|
435
|
+
$fault = "client";
|
|
418
436
|
/**
|
|
419
437
|
* @internal
|
|
420
438
|
*/
|
|
@@ -424,13 +442,9 @@ var _SubscriptionLimitExceededException = class _SubscriptionLimitExceededExcept
|
|
|
424
442
|
$fault: "client",
|
|
425
443
|
...opts
|
|
426
444
|
});
|
|
427
|
-
this.name = "SubscriptionLimitExceededException";
|
|
428
|
-
this.$fault = "client";
|
|
429
445
|
Object.setPrototypeOf(this, _SubscriptionLimitExceededException.prototype);
|
|
430
446
|
}
|
|
431
447
|
};
|
|
432
|
-
__name(_SubscriptionLimitExceededException, "SubscriptionLimitExceededException");
|
|
433
|
-
var SubscriptionLimitExceededException = _SubscriptionLimitExceededException;
|
|
434
448
|
var LanguageCodeString = {
|
|
435
449
|
de_DE: "de-DE",
|
|
436
450
|
en_GB: "en-GB",
|
|
@@ -446,7 +460,12 @@ var LanguageCodeString = {
|
|
|
446
460
|
zh_CN: "zh-CN",
|
|
447
461
|
zh_TW: "zh-TW"
|
|
448
462
|
};
|
|
449
|
-
var
|
|
463
|
+
var OptedOutException = class _OptedOutException extends SNSServiceException {
|
|
464
|
+
static {
|
|
465
|
+
__name(this, "OptedOutException");
|
|
466
|
+
}
|
|
467
|
+
name = "OptedOutException";
|
|
468
|
+
$fault = "client";
|
|
450
469
|
/**
|
|
451
470
|
* @internal
|
|
452
471
|
*/
|
|
@@ -456,14 +475,15 @@ var _OptedOutException = class _OptedOutException extends SNSServiceException {
|
|
|
456
475
|
$fault: "client",
|
|
457
476
|
...opts
|
|
458
477
|
});
|
|
459
|
-
this.name = "OptedOutException";
|
|
460
|
-
this.$fault = "client";
|
|
461
478
|
Object.setPrototypeOf(this, _OptedOutException.prototype);
|
|
462
479
|
}
|
|
463
480
|
};
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
481
|
+
var UserErrorException = class _UserErrorException extends SNSServiceException {
|
|
482
|
+
static {
|
|
483
|
+
__name(this, "UserErrorException");
|
|
484
|
+
}
|
|
485
|
+
name = "UserErrorException";
|
|
486
|
+
$fault = "client";
|
|
467
487
|
/**
|
|
468
488
|
* @internal
|
|
469
489
|
*/
|
|
@@ -473,14 +493,15 @@ var _UserErrorException = class _UserErrorException extends SNSServiceException
|
|
|
473
493
|
$fault: "client",
|
|
474
494
|
...opts
|
|
475
495
|
});
|
|
476
|
-
this.name = "UserErrorException";
|
|
477
|
-
this.$fault = "client";
|
|
478
496
|
Object.setPrototypeOf(this, _UserErrorException.prototype);
|
|
479
497
|
}
|
|
480
498
|
};
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
499
|
+
var ConcurrentAccessException = class _ConcurrentAccessException extends SNSServiceException {
|
|
500
|
+
static {
|
|
501
|
+
__name(this, "ConcurrentAccessException");
|
|
502
|
+
}
|
|
503
|
+
name = "ConcurrentAccessException";
|
|
504
|
+
$fault = "client";
|
|
484
505
|
/**
|
|
485
506
|
* @internal
|
|
486
507
|
*/
|
|
@@ -490,14 +511,15 @@ var _ConcurrentAccessException = class _ConcurrentAccessException extends SNSSer
|
|
|
490
511
|
$fault: "client",
|
|
491
512
|
...opts
|
|
492
513
|
});
|
|
493
|
-
this.name = "ConcurrentAccessException";
|
|
494
|
-
this.$fault = "client";
|
|
495
514
|
Object.setPrototypeOf(this, _ConcurrentAccessException.prototype);
|
|
496
515
|
}
|
|
497
516
|
};
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
517
|
+
var InvalidSecurityException = class _InvalidSecurityException extends SNSServiceException {
|
|
518
|
+
static {
|
|
519
|
+
__name(this, "InvalidSecurityException");
|
|
520
|
+
}
|
|
521
|
+
name = "InvalidSecurityException";
|
|
522
|
+
$fault = "client";
|
|
501
523
|
/**
|
|
502
524
|
* @internal
|
|
503
525
|
*/
|
|
@@ -507,14 +529,15 @@ var _InvalidSecurityException = class _InvalidSecurityException extends SNSServi
|
|
|
507
529
|
$fault: "client",
|
|
508
530
|
...opts
|
|
509
531
|
});
|
|
510
|
-
this.name = "InvalidSecurityException";
|
|
511
|
-
this.$fault = "client";
|
|
512
532
|
Object.setPrototypeOf(this, _InvalidSecurityException.prototype);
|
|
513
533
|
}
|
|
514
534
|
};
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
535
|
+
var StaleTagException = class _StaleTagException extends SNSServiceException {
|
|
536
|
+
static {
|
|
537
|
+
__name(this, "StaleTagException");
|
|
538
|
+
}
|
|
539
|
+
name = "StaleTagException";
|
|
540
|
+
$fault = "client";
|
|
518
541
|
/**
|
|
519
542
|
* @internal
|
|
520
543
|
*/
|
|
@@ -524,14 +547,15 @@ var _StaleTagException = class _StaleTagException extends SNSServiceException {
|
|
|
524
547
|
$fault: "client",
|
|
525
548
|
...opts
|
|
526
549
|
});
|
|
527
|
-
this.name = "StaleTagException";
|
|
528
|
-
this.$fault = "client";
|
|
529
550
|
Object.setPrototypeOf(this, _StaleTagException.prototype);
|
|
530
551
|
}
|
|
531
552
|
};
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
553
|
+
var TagLimitExceededException = class _TagLimitExceededException extends SNSServiceException {
|
|
554
|
+
static {
|
|
555
|
+
__name(this, "TagLimitExceededException");
|
|
556
|
+
}
|
|
557
|
+
name = "TagLimitExceededException";
|
|
558
|
+
$fault = "client";
|
|
535
559
|
/**
|
|
536
560
|
* @internal
|
|
537
561
|
*/
|
|
@@ -541,14 +565,15 @@ var _TagLimitExceededException = class _TagLimitExceededException extends SNSSer
|
|
|
541
565
|
$fault: "client",
|
|
542
566
|
...opts
|
|
543
567
|
});
|
|
544
|
-
this.name = "TagLimitExceededException";
|
|
545
|
-
this.$fault = "client";
|
|
546
568
|
Object.setPrototypeOf(this, _TagLimitExceededException.prototype);
|
|
547
569
|
}
|
|
548
570
|
};
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
571
|
+
var TagPolicyException = class _TagPolicyException extends SNSServiceException {
|
|
572
|
+
static {
|
|
573
|
+
__name(this, "TagPolicyException");
|
|
574
|
+
}
|
|
575
|
+
name = "TagPolicyException";
|
|
576
|
+
$fault = "client";
|
|
552
577
|
/**
|
|
553
578
|
* @internal
|
|
554
579
|
*/
|
|
@@ -558,14 +583,15 @@ var _TagPolicyException = class _TagPolicyException extends SNSServiceException
|
|
|
558
583
|
$fault: "client",
|
|
559
584
|
...opts
|
|
560
585
|
});
|
|
561
|
-
this.name = "TagPolicyException";
|
|
562
|
-
this.$fault = "client";
|
|
563
586
|
Object.setPrototypeOf(this, _TagPolicyException.prototype);
|
|
564
587
|
}
|
|
565
588
|
};
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
589
|
+
var TopicLimitExceededException = class _TopicLimitExceededException extends SNSServiceException {
|
|
590
|
+
static {
|
|
591
|
+
__name(this, "TopicLimitExceededException");
|
|
592
|
+
}
|
|
593
|
+
name = "TopicLimitExceededException";
|
|
594
|
+
$fault = "client";
|
|
569
595
|
/**
|
|
570
596
|
* @internal
|
|
571
597
|
*/
|
|
@@ -575,14 +601,15 @@ var _TopicLimitExceededException = class _TopicLimitExceededException extends SN
|
|
|
575
601
|
$fault: "client",
|
|
576
602
|
...opts
|
|
577
603
|
});
|
|
578
|
-
this.name = "TopicLimitExceededException";
|
|
579
|
-
this.$fault = "client";
|
|
580
604
|
Object.setPrototypeOf(this, _TopicLimitExceededException.prototype);
|
|
581
605
|
}
|
|
582
606
|
};
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
607
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends SNSServiceException {
|
|
608
|
+
static {
|
|
609
|
+
__name(this, "ResourceNotFoundException");
|
|
610
|
+
}
|
|
611
|
+
name = "ResourceNotFoundException";
|
|
612
|
+
$fault = "client";
|
|
586
613
|
/**
|
|
587
614
|
* @internal
|
|
588
615
|
*/
|
|
@@ -592,14 +619,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends SNSSer
|
|
|
592
619
|
$fault: "client",
|
|
593
620
|
...opts
|
|
594
621
|
});
|
|
595
|
-
this.name = "ResourceNotFoundException";
|
|
596
|
-
this.$fault = "client";
|
|
597
622
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
598
623
|
}
|
|
599
624
|
};
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
625
|
+
var InvalidStateException = class _InvalidStateException extends SNSServiceException {
|
|
626
|
+
static {
|
|
627
|
+
__name(this, "InvalidStateException");
|
|
628
|
+
}
|
|
629
|
+
name = "InvalidStateException";
|
|
630
|
+
$fault = "client";
|
|
603
631
|
/**
|
|
604
632
|
* @internal
|
|
605
633
|
*/
|
|
@@ -609,13 +637,9 @@ var _InvalidStateException = class _InvalidStateException extends SNSServiceExce
|
|
|
609
637
|
$fault: "client",
|
|
610
638
|
...opts
|
|
611
639
|
});
|
|
612
|
-
this.name = "InvalidStateException";
|
|
613
|
-
this.$fault = "client";
|
|
614
640
|
Object.setPrototypeOf(this, _InvalidStateException.prototype);
|
|
615
641
|
}
|
|
616
642
|
};
|
|
617
|
-
__name(_InvalidStateException, "InvalidStateException");
|
|
618
|
-
var InvalidStateException = _InvalidStateException;
|
|
619
643
|
var NumberCapability = {
|
|
620
644
|
MMS: "MMS",
|
|
621
645
|
SMS: "SMS",
|
|
@@ -626,7 +650,13 @@ var RouteType = {
|
|
|
626
650
|
Promotional: "Promotional",
|
|
627
651
|
Transactional: "Transactional"
|
|
628
652
|
};
|
|
629
|
-
var
|
|
653
|
+
var ValidationException = class _ValidationException extends SNSServiceException {
|
|
654
|
+
static {
|
|
655
|
+
__name(this, "ValidationException");
|
|
656
|
+
}
|
|
657
|
+
name = "ValidationException";
|
|
658
|
+
$fault = "client";
|
|
659
|
+
Message;
|
|
630
660
|
/**
|
|
631
661
|
* @internal
|
|
632
662
|
*/
|
|
@@ -636,19 +666,20 @@ var _ValidationException = class _ValidationException extends SNSServiceExceptio
|
|
|
636
666
|
$fault: "client",
|
|
637
667
|
...opts
|
|
638
668
|
});
|
|
639
|
-
this.name = "ValidationException";
|
|
640
|
-
this.$fault = "client";
|
|
641
669
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
642
670
|
this.Message = opts.Message;
|
|
643
671
|
}
|
|
644
672
|
};
|
|
645
|
-
__name(_ValidationException, "ValidationException");
|
|
646
|
-
var ValidationException = _ValidationException;
|
|
647
673
|
var SMSSandboxPhoneNumberVerificationStatus = {
|
|
648
674
|
Pending: "Pending",
|
|
649
675
|
Verified: "Verified"
|
|
650
676
|
};
|
|
651
|
-
var
|
|
677
|
+
var EndpointDisabledException = class _EndpointDisabledException extends SNSServiceException {
|
|
678
|
+
static {
|
|
679
|
+
__name(this, "EndpointDisabledException");
|
|
680
|
+
}
|
|
681
|
+
name = "EndpointDisabledException";
|
|
682
|
+
$fault = "client";
|
|
652
683
|
/**
|
|
653
684
|
* @internal
|
|
654
685
|
*/
|
|
@@ -658,14 +689,15 @@ var _EndpointDisabledException = class _EndpointDisabledException extends SNSSer
|
|
|
658
689
|
$fault: "client",
|
|
659
690
|
...opts
|
|
660
691
|
});
|
|
661
|
-
this.name = "EndpointDisabledException";
|
|
662
|
-
this.$fault = "client";
|
|
663
692
|
Object.setPrototypeOf(this, _EndpointDisabledException.prototype);
|
|
664
693
|
}
|
|
665
694
|
};
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
695
|
+
var InvalidParameterValueException = class _InvalidParameterValueException extends SNSServiceException {
|
|
696
|
+
static {
|
|
697
|
+
__name(this, "InvalidParameterValueException");
|
|
698
|
+
}
|
|
699
|
+
name = "InvalidParameterValueException";
|
|
700
|
+
$fault = "client";
|
|
669
701
|
/**
|
|
670
702
|
* @internal
|
|
671
703
|
*/
|
|
@@ -675,14 +707,15 @@ var _InvalidParameterValueException = class _InvalidParameterValueException exte
|
|
|
675
707
|
$fault: "client",
|
|
676
708
|
...opts
|
|
677
709
|
});
|
|
678
|
-
this.name = "InvalidParameterValueException";
|
|
679
|
-
this.$fault = "client";
|
|
680
710
|
Object.setPrototypeOf(this, _InvalidParameterValueException.prototype);
|
|
681
711
|
}
|
|
682
712
|
};
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
713
|
+
var KMSAccessDeniedException = class _KMSAccessDeniedException extends SNSServiceException {
|
|
714
|
+
static {
|
|
715
|
+
__name(this, "KMSAccessDeniedException");
|
|
716
|
+
}
|
|
717
|
+
name = "KMSAccessDeniedException";
|
|
718
|
+
$fault = "client";
|
|
686
719
|
/**
|
|
687
720
|
* @internal
|
|
688
721
|
*/
|
|
@@ -692,14 +725,15 @@ var _KMSAccessDeniedException = class _KMSAccessDeniedException extends SNSServi
|
|
|
692
725
|
$fault: "client",
|
|
693
726
|
...opts
|
|
694
727
|
});
|
|
695
|
-
this.name = "KMSAccessDeniedException";
|
|
696
|
-
this.$fault = "client";
|
|
697
728
|
Object.setPrototypeOf(this, _KMSAccessDeniedException.prototype);
|
|
698
729
|
}
|
|
699
730
|
};
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
731
|
+
var KMSDisabledException = class _KMSDisabledException extends SNSServiceException {
|
|
732
|
+
static {
|
|
733
|
+
__name(this, "KMSDisabledException");
|
|
734
|
+
}
|
|
735
|
+
name = "KMSDisabledException";
|
|
736
|
+
$fault = "client";
|
|
703
737
|
/**
|
|
704
738
|
* @internal
|
|
705
739
|
*/
|
|
@@ -709,14 +743,15 @@ var _KMSDisabledException = class _KMSDisabledException extends SNSServiceExcept
|
|
|
709
743
|
$fault: "client",
|
|
710
744
|
...opts
|
|
711
745
|
});
|
|
712
|
-
this.name = "KMSDisabledException";
|
|
713
|
-
this.$fault = "client";
|
|
714
746
|
Object.setPrototypeOf(this, _KMSDisabledException.prototype);
|
|
715
747
|
}
|
|
716
748
|
};
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
749
|
+
var KMSInvalidStateException = class _KMSInvalidStateException extends SNSServiceException {
|
|
750
|
+
static {
|
|
751
|
+
__name(this, "KMSInvalidStateException");
|
|
752
|
+
}
|
|
753
|
+
name = "KMSInvalidStateException";
|
|
754
|
+
$fault = "client";
|
|
720
755
|
/**
|
|
721
756
|
* @internal
|
|
722
757
|
*/
|
|
@@ -726,14 +761,15 @@ var _KMSInvalidStateException = class _KMSInvalidStateException extends SNSServi
|
|
|
726
761
|
$fault: "client",
|
|
727
762
|
...opts
|
|
728
763
|
});
|
|
729
|
-
this.name = "KMSInvalidStateException";
|
|
730
|
-
this.$fault = "client";
|
|
731
764
|
Object.setPrototypeOf(this, _KMSInvalidStateException.prototype);
|
|
732
765
|
}
|
|
733
766
|
};
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
767
|
+
var KMSNotFoundException = class _KMSNotFoundException extends SNSServiceException {
|
|
768
|
+
static {
|
|
769
|
+
__name(this, "KMSNotFoundException");
|
|
770
|
+
}
|
|
771
|
+
name = "KMSNotFoundException";
|
|
772
|
+
$fault = "client";
|
|
737
773
|
/**
|
|
738
774
|
* @internal
|
|
739
775
|
*/
|
|
@@ -743,14 +779,15 @@ var _KMSNotFoundException = class _KMSNotFoundException extends SNSServiceExcept
|
|
|
743
779
|
$fault: "client",
|
|
744
780
|
...opts
|
|
745
781
|
});
|
|
746
|
-
this.name = "KMSNotFoundException";
|
|
747
|
-
this.$fault = "client";
|
|
748
782
|
Object.setPrototypeOf(this, _KMSNotFoundException.prototype);
|
|
749
783
|
}
|
|
750
784
|
};
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
785
|
+
var KMSOptInRequired = class _KMSOptInRequired extends SNSServiceException {
|
|
786
|
+
static {
|
|
787
|
+
__name(this, "KMSOptInRequired");
|
|
788
|
+
}
|
|
789
|
+
name = "KMSOptInRequired";
|
|
790
|
+
$fault = "client";
|
|
754
791
|
/**
|
|
755
792
|
* @internal
|
|
756
793
|
*/
|
|
@@ -760,14 +797,15 @@ var _KMSOptInRequired = class _KMSOptInRequired extends SNSServiceException {
|
|
|
760
797
|
$fault: "client",
|
|
761
798
|
...opts
|
|
762
799
|
});
|
|
763
|
-
this.name = "KMSOptInRequired";
|
|
764
|
-
this.$fault = "client";
|
|
765
800
|
Object.setPrototypeOf(this, _KMSOptInRequired.prototype);
|
|
766
801
|
}
|
|
767
802
|
};
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
803
|
+
var KMSThrottlingException = class _KMSThrottlingException extends SNSServiceException {
|
|
804
|
+
static {
|
|
805
|
+
__name(this, "KMSThrottlingException");
|
|
806
|
+
}
|
|
807
|
+
name = "KMSThrottlingException";
|
|
808
|
+
$fault = "client";
|
|
771
809
|
/**
|
|
772
810
|
* @internal
|
|
773
811
|
*/
|
|
@@ -777,14 +815,15 @@ var _KMSThrottlingException = class _KMSThrottlingException extends SNSServiceEx
|
|
|
777
815
|
$fault: "client",
|
|
778
816
|
...opts
|
|
779
817
|
});
|
|
780
|
-
this.name = "KMSThrottlingException";
|
|
781
|
-
this.$fault = "client";
|
|
782
818
|
Object.setPrototypeOf(this, _KMSThrottlingException.prototype);
|
|
783
819
|
}
|
|
784
820
|
};
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
821
|
+
var PlatformApplicationDisabledException = class _PlatformApplicationDisabledException extends SNSServiceException {
|
|
822
|
+
static {
|
|
823
|
+
__name(this, "PlatformApplicationDisabledException");
|
|
824
|
+
}
|
|
825
|
+
name = "PlatformApplicationDisabledException";
|
|
826
|
+
$fault = "client";
|
|
788
827
|
/**
|
|
789
828
|
* @internal
|
|
790
829
|
*/
|
|
@@ -794,14 +833,15 @@ var _PlatformApplicationDisabledException = class _PlatformApplicationDisabledEx
|
|
|
794
833
|
$fault: "client",
|
|
795
834
|
...opts
|
|
796
835
|
});
|
|
797
|
-
this.name = "PlatformApplicationDisabledException";
|
|
798
|
-
this.$fault = "client";
|
|
799
836
|
Object.setPrototypeOf(this, _PlatformApplicationDisabledException.prototype);
|
|
800
837
|
}
|
|
801
838
|
};
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
839
|
+
var BatchEntryIdsNotDistinctException = class _BatchEntryIdsNotDistinctException extends SNSServiceException {
|
|
840
|
+
static {
|
|
841
|
+
__name(this, "BatchEntryIdsNotDistinctException");
|
|
842
|
+
}
|
|
843
|
+
name = "BatchEntryIdsNotDistinctException";
|
|
844
|
+
$fault = "client";
|
|
805
845
|
/**
|
|
806
846
|
* @internal
|
|
807
847
|
*/
|
|
@@ -811,14 +851,15 @@ var _BatchEntryIdsNotDistinctException = class _BatchEntryIdsNotDistinctExceptio
|
|
|
811
851
|
$fault: "client",
|
|
812
852
|
...opts
|
|
813
853
|
});
|
|
814
|
-
this.name = "BatchEntryIdsNotDistinctException";
|
|
815
|
-
this.$fault = "client";
|
|
816
854
|
Object.setPrototypeOf(this, _BatchEntryIdsNotDistinctException.prototype);
|
|
817
855
|
}
|
|
818
856
|
};
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
857
|
+
var BatchRequestTooLongException = class _BatchRequestTooLongException extends SNSServiceException {
|
|
858
|
+
static {
|
|
859
|
+
__name(this, "BatchRequestTooLongException");
|
|
860
|
+
}
|
|
861
|
+
name = "BatchRequestTooLongException";
|
|
862
|
+
$fault = "client";
|
|
822
863
|
/**
|
|
823
864
|
* @internal
|
|
824
865
|
*/
|
|
@@ -828,14 +869,15 @@ var _BatchRequestTooLongException = class _BatchRequestTooLongException extends
|
|
|
828
869
|
$fault: "client",
|
|
829
870
|
...opts
|
|
830
871
|
});
|
|
831
|
-
this.name = "BatchRequestTooLongException";
|
|
832
|
-
this.$fault = "client";
|
|
833
872
|
Object.setPrototypeOf(this, _BatchRequestTooLongException.prototype);
|
|
834
873
|
}
|
|
835
874
|
};
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
875
|
+
var EmptyBatchRequestException = class _EmptyBatchRequestException extends SNSServiceException {
|
|
876
|
+
static {
|
|
877
|
+
__name(this, "EmptyBatchRequestException");
|
|
878
|
+
}
|
|
879
|
+
name = "EmptyBatchRequestException";
|
|
880
|
+
$fault = "client";
|
|
839
881
|
/**
|
|
840
882
|
* @internal
|
|
841
883
|
*/
|
|
@@ -845,14 +887,15 @@ var _EmptyBatchRequestException = class _EmptyBatchRequestException extends SNSS
|
|
|
845
887
|
$fault: "client",
|
|
846
888
|
...opts
|
|
847
889
|
});
|
|
848
|
-
this.name = "EmptyBatchRequestException";
|
|
849
|
-
this.$fault = "client";
|
|
850
890
|
Object.setPrototypeOf(this, _EmptyBatchRequestException.prototype);
|
|
851
891
|
}
|
|
852
892
|
};
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
893
|
+
var InvalidBatchEntryIdException = class _InvalidBatchEntryIdException extends SNSServiceException {
|
|
894
|
+
static {
|
|
895
|
+
__name(this, "InvalidBatchEntryIdException");
|
|
896
|
+
}
|
|
897
|
+
name = "InvalidBatchEntryIdException";
|
|
898
|
+
$fault = "client";
|
|
856
899
|
/**
|
|
857
900
|
* @internal
|
|
858
901
|
*/
|
|
@@ -862,14 +905,15 @@ var _InvalidBatchEntryIdException = class _InvalidBatchEntryIdException extends
|
|
|
862
905
|
$fault: "client",
|
|
863
906
|
...opts
|
|
864
907
|
});
|
|
865
|
-
this.name = "InvalidBatchEntryIdException";
|
|
866
|
-
this.$fault = "client";
|
|
867
908
|
Object.setPrototypeOf(this, _InvalidBatchEntryIdException.prototype);
|
|
868
909
|
}
|
|
869
910
|
};
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
911
|
+
var TooManyEntriesInBatchRequestException = class _TooManyEntriesInBatchRequestException extends SNSServiceException {
|
|
912
|
+
static {
|
|
913
|
+
__name(this, "TooManyEntriesInBatchRequestException");
|
|
914
|
+
}
|
|
915
|
+
name = "TooManyEntriesInBatchRequestException";
|
|
916
|
+
$fault = "client";
|
|
873
917
|
/**
|
|
874
918
|
* @internal
|
|
875
919
|
*/
|
|
@@ -879,14 +923,21 @@ var _TooManyEntriesInBatchRequestException = class _TooManyEntriesInBatchRequest
|
|
|
879
923
|
$fault: "client",
|
|
880
924
|
...opts
|
|
881
925
|
});
|
|
882
|
-
this.name = "TooManyEntriesInBatchRequestException";
|
|
883
|
-
this.$fault = "client";
|
|
884
926
|
Object.setPrototypeOf(this, _TooManyEntriesInBatchRequestException.prototype);
|
|
885
927
|
}
|
|
886
928
|
};
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
929
|
+
var VerificationException = class _VerificationException extends SNSServiceException {
|
|
930
|
+
static {
|
|
931
|
+
__name(this, "VerificationException");
|
|
932
|
+
}
|
|
933
|
+
name = "VerificationException";
|
|
934
|
+
$fault = "client";
|
|
935
|
+
Message;
|
|
936
|
+
/**
|
|
937
|
+
* <p>The status of the verification error.</p>
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
Status;
|
|
890
941
|
/**
|
|
891
942
|
* @internal
|
|
892
943
|
*/
|
|
@@ -896,15 +947,11 @@ var _VerificationException = class _VerificationException extends SNSServiceExce
|
|
|
896
947
|
$fault: "client",
|
|
897
948
|
...opts
|
|
898
949
|
});
|
|
899
|
-
this.name = "VerificationException";
|
|
900
|
-
this.$fault = "client";
|
|
901
950
|
Object.setPrototypeOf(this, _VerificationException.prototype);
|
|
902
951
|
this.Message = opts.Message;
|
|
903
952
|
this.Status = opts.Status;
|
|
904
953
|
}
|
|
905
954
|
};
|
|
906
|
-
__name(_VerificationException, "VerificationException");
|
|
907
|
-
var VerificationException = _VerificationException;
|
|
908
955
|
var CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
909
956
|
...obj,
|
|
910
957
|
...obj.phoneNumber && { phoneNumber: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2325,7 +2372,6 @@ var se_ActionsList = /* @__PURE__ */ __name((input, context) => {
|
|
|
2325
2372
|
return entries;
|
|
2326
2373
|
}, "se_ActionsList");
|
|
2327
2374
|
var se_AddPermissionInput = /* @__PURE__ */ __name((input, context) => {
|
|
2328
|
-
var _a2, _b;
|
|
2329
2375
|
const entries = {};
|
|
2330
2376
|
if (input[_TA] != null) {
|
|
2331
2377
|
entries[_TA] = input[_TA];
|
|
@@ -2335,7 +2381,7 @@ var se_AddPermissionInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2335
2381
|
}
|
|
2336
2382
|
if (input[_AWSAI] != null) {
|
|
2337
2383
|
const memberEntries = se_DelegatesList(input[_AWSAI], context);
|
|
2338
|
-
if (
|
|
2384
|
+
if (input[_AWSAI]?.length === 0) {
|
|
2339
2385
|
entries.AWSAccountId = [];
|
|
2340
2386
|
}
|
|
2341
2387
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -2345,7 +2391,7 @@ var se_AddPermissionInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2345
2391
|
}
|
|
2346
2392
|
if (input[_AN] != null) {
|
|
2347
2393
|
const memberEntries = se_ActionsList(input[_AN], context);
|
|
2348
|
-
if (
|
|
2394
|
+
if (input[_AN]?.length === 0) {
|
|
2349
2395
|
entries.ActionName = [];
|
|
2350
2396
|
}
|
|
2351
2397
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -2423,7 +2469,6 @@ var se_CreateSMSSandboxPhoneNumberInput = /* @__PURE__ */ __name((input, context
|
|
|
2423
2469
|
return entries;
|
|
2424
2470
|
}, "se_CreateSMSSandboxPhoneNumberInput");
|
|
2425
2471
|
var se_CreateTopicInput = /* @__PURE__ */ __name((input, context) => {
|
|
2426
|
-
var _a2;
|
|
2427
2472
|
const entries = {};
|
|
2428
2473
|
if (input[_N] != null) {
|
|
2429
2474
|
entries[_N] = input[_N];
|
|
@@ -2437,7 +2482,7 @@ var se_CreateTopicInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2437
2482
|
}
|
|
2438
2483
|
if (input[_Ta] != null) {
|
|
2439
2484
|
const memberEntries = se_TagList(input[_Ta], context);
|
|
2440
|
-
if (
|
|
2485
|
+
if (input[_Ta]?.length === 0) {
|
|
2441
2486
|
entries.Tags = [];
|
|
2442
2487
|
}
|
|
2443
2488
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -2512,11 +2557,10 @@ var se_GetPlatformApplicationAttributesInput = /* @__PURE__ */ __name((input, co
|
|
|
2512
2557
|
return entries;
|
|
2513
2558
|
}, "se_GetPlatformApplicationAttributesInput");
|
|
2514
2559
|
var se_GetSMSAttributesInput = /* @__PURE__ */ __name((input, context) => {
|
|
2515
|
-
var _a2;
|
|
2516
2560
|
const entries = {};
|
|
2517
2561
|
if (input[_a] != null) {
|
|
2518
2562
|
const memberEntries = se_ListString(input[_a], context);
|
|
2519
|
-
if (
|
|
2563
|
+
if (input[_a]?.length === 0) {
|
|
2520
2564
|
entries.attributes = [];
|
|
2521
2565
|
}
|
|
2522
2566
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -2675,14 +2719,13 @@ var se_OptInPhoneNumberInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2675
2719
|
return entries;
|
|
2676
2720
|
}, "se_OptInPhoneNumberInput");
|
|
2677
2721
|
var se_PublishBatchInput = /* @__PURE__ */ __name((input, context) => {
|
|
2678
|
-
var _a2;
|
|
2679
2722
|
const entries = {};
|
|
2680
2723
|
if (input[_TA] != null) {
|
|
2681
2724
|
entries[_TA] = input[_TA];
|
|
2682
2725
|
}
|
|
2683
2726
|
if (input[_PBRE] != null) {
|
|
2684
2727
|
const memberEntries = se_PublishBatchRequestEntryList(input[_PBRE], context);
|
|
2685
|
-
if (
|
|
2728
|
+
if (input[_PBRE]?.length === 0) {
|
|
2686
2729
|
entries.PublishBatchRequestEntries = [];
|
|
2687
2730
|
}
|
|
2688
2731
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -2927,14 +2970,13 @@ var se_TagList = /* @__PURE__ */ __name((input, context) => {
|
|
|
2927
2970
|
return entries;
|
|
2928
2971
|
}, "se_TagList");
|
|
2929
2972
|
var se_TagResourceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2930
|
-
var _a2;
|
|
2931
2973
|
const entries = {};
|
|
2932
2974
|
if (input[_RA] != null) {
|
|
2933
2975
|
entries[_RA] = input[_RA];
|
|
2934
2976
|
}
|
|
2935
2977
|
if (input[_Ta] != null) {
|
|
2936
2978
|
const memberEntries = se_TagList(input[_Ta], context);
|
|
2937
|
-
if (
|
|
2979
|
+
if (input[_Ta]?.length === 0) {
|
|
2938
2980
|
entries.Tags = [];
|
|
2939
2981
|
}
|
|
2940
2982
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -2962,14 +3004,13 @@ var se_UnsubscribeInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2962
3004
|
return entries;
|
|
2963
3005
|
}, "se_UnsubscribeInput");
|
|
2964
3006
|
var se_UntagResourceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2965
|
-
var _a2;
|
|
2966
3007
|
const entries = {};
|
|
2967
3008
|
if (input[_RA] != null) {
|
|
2968
3009
|
entries[_RA] = input[_RA];
|
|
2969
3010
|
}
|
|
2970
3011
|
if (input[_TK] != null) {
|
|
2971
3012
|
const memberEntries = se_TagKeyList(input[_TK], context);
|
|
2972
|
-
if (
|
|
3013
|
+
if (input[_TK]?.length === 0) {
|
|
2973
3014
|
entries.TagKeys = [];
|
|
2974
3015
|
}
|
|
2975
3016
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3835,8 +3876,7 @@ var _pN = "phoneNumber";
|
|
|
3835
3876
|
var _pNh = "phoneNumbers";
|
|
3836
3877
|
var buildFormUrlencodedString = /* @__PURE__ */ __name((formEntries) => Object.entries(formEntries).map(([key, value]) => (0, import_smithy_client.extendedEncodeURIComponent)(key) + "=" + (0, import_smithy_client.extendedEncodeURIComponent)(value)).join("&"), "buildFormUrlencodedString");
|
|
3837
3878
|
var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
3838
|
-
|
|
3839
|
-
if (((_a2 = data.Error) == null ? void 0 : _a2.Code) !== void 0) {
|
|
3879
|
+
if (data.Error?.Code !== void 0) {
|
|
3840
3880
|
return data.Error.Code;
|
|
3841
3881
|
}
|
|
3842
3882
|
if (output.statusCode == 404) {
|
|
@@ -3845,589 +3885,631 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
|
3845
3885
|
}, "loadQueryErrorCode");
|
|
3846
3886
|
|
|
3847
3887
|
// src/commands/AddPermissionCommand.ts
|
|
3848
|
-
var
|
|
3888
|
+
var AddPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3849
3889
|
return [
|
|
3850
3890
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3851
3891
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3852
3892
|
];
|
|
3853
3893
|
}).s("AmazonSimpleNotificationService", "AddPermission", {}).n("SNSClient", "AddPermissionCommand").f(void 0, void 0).ser(se_AddPermissionCommand).de(de_AddPermissionCommand).build() {
|
|
3894
|
+
static {
|
|
3895
|
+
__name(this, "AddPermissionCommand");
|
|
3896
|
+
}
|
|
3854
3897
|
};
|
|
3855
|
-
__name(_AddPermissionCommand, "AddPermissionCommand");
|
|
3856
|
-
var AddPermissionCommand = _AddPermissionCommand;
|
|
3857
3898
|
|
|
3858
3899
|
// src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts
|
|
3859
3900
|
|
|
3860
3901
|
|
|
3861
3902
|
|
|
3862
|
-
var
|
|
3903
|
+
var CheckIfPhoneNumberIsOptedOutCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3863
3904
|
return [
|
|
3864
3905
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3865
3906
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3866
3907
|
];
|
|
3867
3908
|
}).s("AmazonSimpleNotificationService", "CheckIfPhoneNumberIsOptedOut", {}).n("SNSClient", "CheckIfPhoneNumberIsOptedOutCommand").f(CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog, void 0).ser(se_CheckIfPhoneNumberIsOptedOutCommand).de(de_CheckIfPhoneNumberIsOptedOutCommand).build() {
|
|
3909
|
+
static {
|
|
3910
|
+
__name(this, "CheckIfPhoneNumberIsOptedOutCommand");
|
|
3911
|
+
}
|
|
3868
3912
|
};
|
|
3869
|
-
__name(_CheckIfPhoneNumberIsOptedOutCommand, "CheckIfPhoneNumberIsOptedOutCommand");
|
|
3870
|
-
var CheckIfPhoneNumberIsOptedOutCommand = _CheckIfPhoneNumberIsOptedOutCommand;
|
|
3871
3913
|
|
|
3872
3914
|
// src/commands/ConfirmSubscriptionCommand.ts
|
|
3873
3915
|
|
|
3874
3916
|
|
|
3875
3917
|
|
|
3876
|
-
var
|
|
3918
|
+
var ConfirmSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3877
3919
|
return [
|
|
3878
3920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3879
3921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3880
3922
|
];
|
|
3881
3923
|
}).s("AmazonSimpleNotificationService", "ConfirmSubscription", {}).n("SNSClient", "ConfirmSubscriptionCommand").f(void 0, void 0).ser(se_ConfirmSubscriptionCommand).de(de_ConfirmSubscriptionCommand).build() {
|
|
3924
|
+
static {
|
|
3925
|
+
__name(this, "ConfirmSubscriptionCommand");
|
|
3926
|
+
}
|
|
3882
3927
|
};
|
|
3883
|
-
__name(_ConfirmSubscriptionCommand, "ConfirmSubscriptionCommand");
|
|
3884
|
-
var ConfirmSubscriptionCommand = _ConfirmSubscriptionCommand;
|
|
3885
3928
|
|
|
3886
3929
|
// src/commands/CreatePlatformApplicationCommand.ts
|
|
3887
3930
|
|
|
3888
3931
|
|
|
3889
3932
|
|
|
3890
|
-
var
|
|
3933
|
+
var CreatePlatformApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3891
3934
|
return [
|
|
3892
3935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3893
3936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3894
3937
|
];
|
|
3895
3938
|
}).s("AmazonSimpleNotificationService", "CreatePlatformApplication", {}).n("SNSClient", "CreatePlatformApplicationCommand").f(void 0, void 0).ser(se_CreatePlatformApplicationCommand).de(de_CreatePlatformApplicationCommand).build() {
|
|
3939
|
+
static {
|
|
3940
|
+
__name(this, "CreatePlatformApplicationCommand");
|
|
3941
|
+
}
|
|
3896
3942
|
};
|
|
3897
|
-
__name(_CreatePlatformApplicationCommand, "CreatePlatformApplicationCommand");
|
|
3898
|
-
var CreatePlatformApplicationCommand = _CreatePlatformApplicationCommand;
|
|
3899
3943
|
|
|
3900
3944
|
// src/commands/CreatePlatformEndpointCommand.ts
|
|
3901
3945
|
|
|
3902
3946
|
|
|
3903
3947
|
|
|
3904
|
-
var
|
|
3948
|
+
var CreatePlatformEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3905
3949
|
return [
|
|
3906
3950
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3907
3951
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3908
3952
|
];
|
|
3909
3953
|
}).s("AmazonSimpleNotificationService", "CreatePlatformEndpoint", {}).n("SNSClient", "CreatePlatformEndpointCommand").f(void 0, void 0).ser(se_CreatePlatformEndpointCommand).de(de_CreatePlatformEndpointCommand).build() {
|
|
3954
|
+
static {
|
|
3955
|
+
__name(this, "CreatePlatformEndpointCommand");
|
|
3956
|
+
}
|
|
3910
3957
|
};
|
|
3911
|
-
__name(_CreatePlatformEndpointCommand, "CreatePlatformEndpointCommand");
|
|
3912
|
-
var CreatePlatformEndpointCommand = _CreatePlatformEndpointCommand;
|
|
3913
3958
|
|
|
3914
3959
|
// src/commands/CreateSMSSandboxPhoneNumberCommand.ts
|
|
3915
3960
|
|
|
3916
3961
|
|
|
3917
3962
|
|
|
3918
|
-
var
|
|
3963
|
+
var CreateSMSSandboxPhoneNumberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3919
3964
|
return [
|
|
3920
3965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3921
3966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3922
3967
|
];
|
|
3923
3968
|
}).s("AmazonSimpleNotificationService", "CreateSMSSandboxPhoneNumber", {}).n("SNSClient", "CreateSMSSandboxPhoneNumberCommand").f(CreateSMSSandboxPhoneNumberInputFilterSensitiveLog, void 0).ser(se_CreateSMSSandboxPhoneNumberCommand).de(de_CreateSMSSandboxPhoneNumberCommand).build() {
|
|
3969
|
+
static {
|
|
3970
|
+
__name(this, "CreateSMSSandboxPhoneNumberCommand");
|
|
3971
|
+
}
|
|
3924
3972
|
};
|
|
3925
|
-
__name(_CreateSMSSandboxPhoneNumberCommand, "CreateSMSSandboxPhoneNumberCommand");
|
|
3926
|
-
var CreateSMSSandboxPhoneNumberCommand = _CreateSMSSandboxPhoneNumberCommand;
|
|
3927
3973
|
|
|
3928
3974
|
// src/commands/CreateTopicCommand.ts
|
|
3929
3975
|
|
|
3930
3976
|
|
|
3931
3977
|
|
|
3932
|
-
var
|
|
3978
|
+
var CreateTopicCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3933
3979
|
return [
|
|
3934
3980
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3935
3981
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3936
3982
|
];
|
|
3937
3983
|
}).s("AmazonSimpleNotificationService", "CreateTopic", {}).n("SNSClient", "CreateTopicCommand").f(void 0, void 0).ser(se_CreateTopicCommand).de(de_CreateTopicCommand).build() {
|
|
3984
|
+
static {
|
|
3985
|
+
__name(this, "CreateTopicCommand");
|
|
3986
|
+
}
|
|
3938
3987
|
};
|
|
3939
|
-
__name(_CreateTopicCommand, "CreateTopicCommand");
|
|
3940
|
-
var CreateTopicCommand = _CreateTopicCommand;
|
|
3941
3988
|
|
|
3942
3989
|
// src/commands/DeleteEndpointCommand.ts
|
|
3943
3990
|
|
|
3944
3991
|
|
|
3945
3992
|
|
|
3946
|
-
var
|
|
3993
|
+
var DeleteEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3947
3994
|
return [
|
|
3948
3995
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3949
3996
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3950
3997
|
];
|
|
3951
3998
|
}).s("AmazonSimpleNotificationService", "DeleteEndpoint", {}).n("SNSClient", "DeleteEndpointCommand").f(void 0, void 0).ser(se_DeleteEndpointCommand).de(de_DeleteEndpointCommand).build() {
|
|
3999
|
+
static {
|
|
4000
|
+
__name(this, "DeleteEndpointCommand");
|
|
4001
|
+
}
|
|
3952
4002
|
};
|
|
3953
|
-
__name(_DeleteEndpointCommand, "DeleteEndpointCommand");
|
|
3954
|
-
var DeleteEndpointCommand = _DeleteEndpointCommand;
|
|
3955
4003
|
|
|
3956
4004
|
// src/commands/DeletePlatformApplicationCommand.ts
|
|
3957
4005
|
|
|
3958
4006
|
|
|
3959
4007
|
|
|
3960
|
-
var
|
|
4008
|
+
var DeletePlatformApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3961
4009
|
return [
|
|
3962
4010
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3963
4011
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3964
4012
|
];
|
|
3965
4013
|
}).s("AmazonSimpleNotificationService", "DeletePlatformApplication", {}).n("SNSClient", "DeletePlatformApplicationCommand").f(void 0, void 0).ser(se_DeletePlatformApplicationCommand).de(de_DeletePlatformApplicationCommand).build() {
|
|
4014
|
+
static {
|
|
4015
|
+
__name(this, "DeletePlatformApplicationCommand");
|
|
4016
|
+
}
|
|
3966
4017
|
};
|
|
3967
|
-
__name(_DeletePlatformApplicationCommand, "DeletePlatformApplicationCommand");
|
|
3968
|
-
var DeletePlatformApplicationCommand = _DeletePlatformApplicationCommand;
|
|
3969
4018
|
|
|
3970
4019
|
// src/commands/DeleteSMSSandboxPhoneNumberCommand.ts
|
|
3971
4020
|
|
|
3972
4021
|
|
|
3973
4022
|
|
|
3974
|
-
var
|
|
4023
|
+
var DeleteSMSSandboxPhoneNumberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3975
4024
|
return [
|
|
3976
4025
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3977
4026
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3978
4027
|
];
|
|
3979
4028
|
}).s("AmazonSimpleNotificationService", "DeleteSMSSandboxPhoneNumber", {}).n("SNSClient", "DeleteSMSSandboxPhoneNumberCommand").f(DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog, void 0).ser(se_DeleteSMSSandboxPhoneNumberCommand).de(de_DeleteSMSSandboxPhoneNumberCommand).build() {
|
|
4029
|
+
static {
|
|
4030
|
+
__name(this, "DeleteSMSSandboxPhoneNumberCommand");
|
|
4031
|
+
}
|
|
3980
4032
|
};
|
|
3981
|
-
__name(_DeleteSMSSandboxPhoneNumberCommand, "DeleteSMSSandboxPhoneNumberCommand");
|
|
3982
|
-
var DeleteSMSSandboxPhoneNumberCommand = _DeleteSMSSandboxPhoneNumberCommand;
|
|
3983
4033
|
|
|
3984
4034
|
// src/commands/DeleteTopicCommand.ts
|
|
3985
4035
|
|
|
3986
4036
|
|
|
3987
4037
|
|
|
3988
|
-
var
|
|
4038
|
+
var DeleteTopicCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3989
4039
|
return [
|
|
3990
4040
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3991
4041
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3992
4042
|
];
|
|
3993
4043
|
}).s("AmazonSimpleNotificationService", "DeleteTopic", {}).n("SNSClient", "DeleteTopicCommand").f(void 0, void 0).ser(se_DeleteTopicCommand).de(de_DeleteTopicCommand).build() {
|
|
4044
|
+
static {
|
|
4045
|
+
__name(this, "DeleteTopicCommand");
|
|
4046
|
+
}
|
|
3994
4047
|
};
|
|
3995
|
-
__name(_DeleteTopicCommand, "DeleteTopicCommand");
|
|
3996
|
-
var DeleteTopicCommand = _DeleteTopicCommand;
|
|
3997
4048
|
|
|
3998
4049
|
// src/commands/GetDataProtectionPolicyCommand.ts
|
|
3999
4050
|
|
|
4000
4051
|
|
|
4001
4052
|
|
|
4002
|
-
var
|
|
4053
|
+
var GetDataProtectionPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4003
4054
|
return [
|
|
4004
4055
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4005
4056
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4006
4057
|
];
|
|
4007
4058
|
}).s("AmazonSimpleNotificationService", "GetDataProtectionPolicy", {}).n("SNSClient", "GetDataProtectionPolicyCommand").f(void 0, void 0).ser(se_GetDataProtectionPolicyCommand).de(de_GetDataProtectionPolicyCommand).build() {
|
|
4059
|
+
static {
|
|
4060
|
+
__name(this, "GetDataProtectionPolicyCommand");
|
|
4061
|
+
}
|
|
4008
4062
|
};
|
|
4009
|
-
__name(_GetDataProtectionPolicyCommand, "GetDataProtectionPolicyCommand");
|
|
4010
|
-
var GetDataProtectionPolicyCommand = _GetDataProtectionPolicyCommand;
|
|
4011
4063
|
|
|
4012
4064
|
// src/commands/GetEndpointAttributesCommand.ts
|
|
4013
4065
|
|
|
4014
4066
|
|
|
4015
4067
|
|
|
4016
|
-
var
|
|
4068
|
+
var GetEndpointAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4017
4069
|
return [
|
|
4018
4070
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4019
4071
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4020
4072
|
];
|
|
4021
4073
|
}).s("AmazonSimpleNotificationService", "GetEndpointAttributes", {}).n("SNSClient", "GetEndpointAttributesCommand").f(void 0, void 0).ser(se_GetEndpointAttributesCommand).de(de_GetEndpointAttributesCommand).build() {
|
|
4074
|
+
static {
|
|
4075
|
+
__name(this, "GetEndpointAttributesCommand");
|
|
4076
|
+
}
|
|
4022
4077
|
};
|
|
4023
|
-
__name(_GetEndpointAttributesCommand, "GetEndpointAttributesCommand");
|
|
4024
|
-
var GetEndpointAttributesCommand = _GetEndpointAttributesCommand;
|
|
4025
4078
|
|
|
4026
4079
|
// src/commands/GetPlatformApplicationAttributesCommand.ts
|
|
4027
4080
|
|
|
4028
4081
|
|
|
4029
4082
|
|
|
4030
|
-
var
|
|
4083
|
+
var GetPlatformApplicationAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4031
4084
|
return [
|
|
4032
4085
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4033
4086
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4034
4087
|
];
|
|
4035
4088
|
}).s("AmazonSimpleNotificationService", "GetPlatformApplicationAttributes", {}).n("SNSClient", "GetPlatformApplicationAttributesCommand").f(void 0, void 0).ser(se_GetPlatformApplicationAttributesCommand).de(de_GetPlatformApplicationAttributesCommand).build() {
|
|
4089
|
+
static {
|
|
4090
|
+
__name(this, "GetPlatformApplicationAttributesCommand");
|
|
4091
|
+
}
|
|
4036
4092
|
};
|
|
4037
|
-
__name(_GetPlatformApplicationAttributesCommand, "GetPlatformApplicationAttributesCommand");
|
|
4038
|
-
var GetPlatformApplicationAttributesCommand = _GetPlatformApplicationAttributesCommand;
|
|
4039
4093
|
|
|
4040
4094
|
// src/commands/GetSMSAttributesCommand.ts
|
|
4041
4095
|
|
|
4042
4096
|
|
|
4043
4097
|
|
|
4044
|
-
var
|
|
4098
|
+
var GetSMSAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4045
4099
|
return [
|
|
4046
4100
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4047
4101
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4048
4102
|
];
|
|
4049
4103
|
}).s("AmazonSimpleNotificationService", "GetSMSAttributes", {}).n("SNSClient", "GetSMSAttributesCommand").f(void 0, void 0).ser(se_GetSMSAttributesCommand).de(de_GetSMSAttributesCommand).build() {
|
|
4104
|
+
static {
|
|
4105
|
+
__name(this, "GetSMSAttributesCommand");
|
|
4106
|
+
}
|
|
4050
4107
|
};
|
|
4051
|
-
__name(_GetSMSAttributesCommand, "GetSMSAttributesCommand");
|
|
4052
|
-
var GetSMSAttributesCommand = _GetSMSAttributesCommand;
|
|
4053
4108
|
|
|
4054
4109
|
// src/commands/GetSMSSandboxAccountStatusCommand.ts
|
|
4055
4110
|
|
|
4056
4111
|
|
|
4057
4112
|
|
|
4058
|
-
var
|
|
4113
|
+
var GetSMSSandboxAccountStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4059
4114
|
return [
|
|
4060
4115
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4061
4116
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4062
4117
|
];
|
|
4063
4118
|
}).s("AmazonSimpleNotificationService", "GetSMSSandboxAccountStatus", {}).n("SNSClient", "GetSMSSandboxAccountStatusCommand").f(void 0, void 0).ser(se_GetSMSSandboxAccountStatusCommand).de(de_GetSMSSandboxAccountStatusCommand).build() {
|
|
4119
|
+
static {
|
|
4120
|
+
__name(this, "GetSMSSandboxAccountStatusCommand");
|
|
4121
|
+
}
|
|
4064
4122
|
};
|
|
4065
|
-
__name(_GetSMSSandboxAccountStatusCommand, "GetSMSSandboxAccountStatusCommand");
|
|
4066
|
-
var GetSMSSandboxAccountStatusCommand = _GetSMSSandboxAccountStatusCommand;
|
|
4067
4123
|
|
|
4068
4124
|
// src/commands/GetSubscriptionAttributesCommand.ts
|
|
4069
4125
|
|
|
4070
4126
|
|
|
4071
4127
|
|
|
4072
|
-
var
|
|
4128
|
+
var GetSubscriptionAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4073
4129
|
return [
|
|
4074
4130
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4075
4131
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4076
4132
|
];
|
|
4077
4133
|
}).s("AmazonSimpleNotificationService", "GetSubscriptionAttributes", {}).n("SNSClient", "GetSubscriptionAttributesCommand").f(void 0, void 0).ser(se_GetSubscriptionAttributesCommand).de(de_GetSubscriptionAttributesCommand).build() {
|
|
4134
|
+
static {
|
|
4135
|
+
__name(this, "GetSubscriptionAttributesCommand");
|
|
4136
|
+
}
|
|
4078
4137
|
};
|
|
4079
|
-
__name(_GetSubscriptionAttributesCommand, "GetSubscriptionAttributesCommand");
|
|
4080
|
-
var GetSubscriptionAttributesCommand = _GetSubscriptionAttributesCommand;
|
|
4081
4138
|
|
|
4082
4139
|
// src/commands/GetTopicAttributesCommand.ts
|
|
4083
4140
|
|
|
4084
4141
|
|
|
4085
4142
|
|
|
4086
|
-
var
|
|
4143
|
+
var GetTopicAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4087
4144
|
return [
|
|
4088
4145
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4089
4146
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4090
4147
|
];
|
|
4091
4148
|
}).s("AmazonSimpleNotificationService", "GetTopicAttributes", {}).n("SNSClient", "GetTopicAttributesCommand").f(void 0, void 0).ser(se_GetTopicAttributesCommand).de(de_GetTopicAttributesCommand).build() {
|
|
4149
|
+
static {
|
|
4150
|
+
__name(this, "GetTopicAttributesCommand");
|
|
4151
|
+
}
|
|
4092
4152
|
};
|
|
4093
|
-
__name(_GetTopicAttributesCommand, "GetTopicAttributesCommand");
|
|
4094
|
-
var GetTopicAttributesCommand = _GetTopicAttributesCommand;
|
|
4095
4153
|
|
|
4096
4154
|
// src/commands/ListEndpointsByPlatformApplicationCommand.ts
|
|
4097
4155
|
|
|
4098
4156
|
|
|
4099
4157
|
|
|
4100
|
-
var
|
|
4158
|
+
var ListEndpointsByPlatformApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4101
4159
|
return [
|
|
4102
4160
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4103
4161
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4104
4162
|
];
|
|
4105
4163
|
}).s("AmazonSimpleNotificationService", "ListEndpointsByPlatformApplication", {}).n("SNSClient", "ListEndpointsByPlatformApplicationCommand").f(void 0, void 0).ser(se_ListEndpointsByPlatformApplicationCommand).de(de_ListEndpointsByPlatformApplicationCommand).build() {
|
|
4164
|
+
static {
|
|
4165
|
+
__name(this, "ListEndpointsByPlatformApplicationCommand");
|
|
4166
|
+
}
|
|
4106
4167
|
};
|
|
4107
|
-
__name(_ListEndpointsByPlatformApplicationCommand, "ListEndpointsByPlatformApplicationCommand");
|
|
4108
|
-
var ListEndpointsByPlatformApplicationCommand = _ListEndpointsByPlatformApplicationCommand;
|
|
4109
4168
|
|
|
4110
4169
|
// src/commands/ListOriginationNumbersCommand.ts
|
|
4111
4170
|
|
|
4112
4171
|
|
|
4113
4172
|
|
|
4114
|
-
var
|
|
4173
|
+
var ListOriginationNumbersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4115
4174
|
return [
|
|
4116
4175
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4117
4176
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4118
4177
|
];
|
|
4119
4178
|
}).s("AmazonSimpleNotificationService", "ListOriginationNumbers", {}).n("SNSClient", "ListOriginationNumbersCommand").f(void 0, ListOriginationNumbersResultFilterSensitiveLog).ser(se_ListOriginationNumbersCommand).de(de_ListOriginationNumbersCommand).build() {
|
|
4179
|
+
static {
|
|
4180
|
+
__name(this, "ListOriginationNumbersCommand");
|
|
4181
|
+
}
|
|
4120
4182
|
};
|
|
4121
|
-
__name(_ListOriginationNumbersCommand, "ListOriginationNumbersCommand");
|
|
4122
|
-
var ListOriginationNumbersCommand = _ListOriginationNumbersCommand;
|
|
4123
4183
|
|
|
4124
4184
|
// src/commands/ListPhoneNumbersOptedOutCommand.ts
|
|
4125
4185
|
|
|
4126
4186
|
|
|
4127
4187
|
|
|
4128
|
-
var
|
|
4188
|
+
var ListPhoneNumbersOptedOutCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4129
4189
|
return [
|
|
4130
4190
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4131
4191
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4132
4192
|
];
|
|
4133
4193
|
}).s("AmazonSimpleNotificationService", "ListPhoneNumbersOptedOut", {}).n("SNSClient", "ListPhoneNumbersOptedOutCommand").f(void 0, ListPhoneNumbersOptedOutResponseFilterSensitiveLog).ser(se_ListPhoneNumbersOptedOutCommand).de(de_ListPhoneNumbersOptedOutCommand).build() {
|
|
4194
|
+
static {
|
|
4195
|
+
__name(this, "ListPhoneNumbersOptedOutCommand");
|
|
4196
|
+
}
|
|
4134
4197
|
};
|
|
4135
|
-
__name(_ListPhoneNumbersOptedOutCommand, "ListPhoneNumbersOptedOutCommand");
|
|
4136
|
-
var ListPhoneNumbersOptedOutCommand = _ListPhoneNumbersOptedOutCommand;
|
|
4137
4198
|
|
|
4138
4199
|
// src/commands/ListPlatformApplicationsCommand.ts
|
|
4139
4200
|
|
|
4140
4201
|
|
|
4141
4202
|
|
|
4142
|
-
var
|
|
4203
|
+
var ListPlatformApplicationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4143
4204
|
return [
|
|
4144
4205
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4145
4206
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4146
4207
|
];
|
|
4147
4208
|
}).s("AmazonSimpleNotificationService", "ListPlatformApplications", {}).n("SNSClient", "ListPlatformApplicationsCommand").f(void 0, void 0).ser(se_ListPlatformApplicationsCommand).de(de_ListPlatformApplicationsCommand).build() {
|
|
4209
|
+
static {
|
|
4210
|
+
__name(this, "ListPlatformApplicationsCommand");
|
|
4211
|
+
}
|
|
4148
4212
|
};
|
|
4149
|
-
__name(_ListPlatformApplicationsCommand, "ListPlatformApplicationsCommand");
|
|
4150
|
-
var ListPlatformApplicationsCommand = _ListPlatformApplicationsCommand;
|
|
4151
4213
|
|
|
4152
4214
|
// src/commands/ListSMSSandboxPhoneNumbersCommand.ts
|
|
4153
4215
|
|
|
4154
4216
|
|
|
4155
4217
|
|
|
4156
|
-
var
|
|
4218
|
+
var ListSMSSandboxPhoneNumbersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4157
4219
|
return [
|
|
4158
4220
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4159
4221
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4160
4222
|
];
|
|
4161
4223
|
}).s("AmazonSimpleNotificationService", "ListSMSSandboxPhoneNumbers", {}).n("SNSClient", "ListSMSSandboxPhoneNumbersCommand").f(void 0, ListSMSSandboxPhoneNumbersResultFilterSensitiveLog).ser(se_ListSMSSandboxPhoneNumbersCommand).de(de_ListSMSSandboxPhoneNumbersCommand).build() {
|
|
4224
|
+
static {
|
|
4225
|
+
__name(this, "ListSMSSandboxPhoneNumbersCommand");
|
|
4226
|
+
}
|
|
4162
4227
|
};
|
|
4163
|
-
__name(_ListSMSSandboxPhoneNumbersCommand, "ListSMSSandboxPhoneNumbersCommand");
|
|
4164
|
-
var ListSMSSandboxPhoneNumbersCommand = _ListSMSSandboxPhoneNumbersCommand;
|
|
4165
4228
|
|
|
4166
4229
|
// src/commands/ListSubscriptionsByTopicCommand.ts
|
|
4167
4230
|
|
|
4168
4231
|
|
|
4169
4232
|
|
|
4170
|
-
var
|
|
4233
|
+
var ListSubscriptionsByTopicCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4171
4234
|
return [
|
|
4172
4235
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4173
4236
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4174
4237
|
];
|
|
4175
4238
|
}).s("AmazonSimpleNotificationService", "ListSubscriptionsByTopic", {}).n("SNSClient", "ListSubscriptionsByTopicCommand").f(void 0, void 0).ser(se_ListSubscriptionsByTopicCommand).de(de_ListSubscriptionsByTopicCommand).build() {
|
|
4239
|
+
static {
|
|
4240
|
+
__name(this, "ListSubscriptionsByTopicCommand");
|
|
4241
|
+
}
|
|
4176
4242
|
};
|
|
4177
|
-
__name(_ListSubscriptionsByTopicCommand, "ListSubscriptionsByTopicCommand");
|
|
4178
|
-
var ListSubscriptionsByTopicCommand = _ListSubscriptionsByTopicCommand;
|
|
4179
4243
|
|
|
4180
4244
|
// src/commands/ListSubscriptionsCommand.ts
|
|
4181
4245
|
|
|
4182
4246
|
|
|
4183
4247
|
|
|
4184
|
-
var
|
|
4248
|
+
var ListSubscriptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4185
4249
|
return [
|
|
4186
4250
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4187
4251
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4188
4252
|
];
|
|
4189
4253
|
}).s("AmazonSimpleNotificationService", "ListSubscriptions", {}).n("SNSClient", "ListSubscriptionsCommand").f(void 0, void 0).ser(se_ListSubscriptionsCommand).de(de_ListSubscriptionsCommand).build() {
|
|
4254
|
+
static {
|
|
4255
|
+
__name(this, "ListSubscriptionsCommand");
|
|
4256
|
+
}
|
|
4190
4257
|
};
|
|
4191
|
-
__name(_ListSubscriptionsCommand, "ListSubscriptionsCommand");
|
|
4192
|
-
var ListSubscriptionsCommand = _ListSubscriptionsCommand;
|
|
4193
4258
|
|
|
4194
4259
|
// src/commands/ListTagsForResourceCommand.ts
|
|
4195
4260
|
|
|
4196
4261
|
|
|
4197
4262
|
|
|
4198
|
-
var
|
|
4263
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4199
4264
|
return [
|
|
4200
4265
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4201
4266
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4202
4267
|
];
|
|
4203
4268
|
}).s("AmazonSimpleNotificationService", "ListTagsForResource", {}).n("SNSClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
4269
|
+
static {
|
|
4270
|
+
__name(this, "ListTagsForResourceCommand");
|
|
4271
|
+
}
|
|
4204
4272
|
};
|
|
4205
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
4206
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
4207
4273
|
|
|
4208
4274
|
// src/commands/ListTopicsCommand.ts
|
|
4209
4275
|
|
|
4210
4276
|
|
|
4211
4277
|
|
|
4212
|
-
var
|
|
4278
|
+
var ListTopicsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4213
4279
|
return [
|
|
4214
4280
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4215
4281
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4216
4282
|
];
|
|
4217
4283
|
}).s("AmazonSimpleNotificationService", "ListTopics", {}).n("SNSClient", "ListTopicsCommand").f(void 0, void 0).ser(se_ListTopicsCommand).de(de_ListTopicsCommand).build() {
|
|
4284
|
+
static {
|
|
4285
|
+
__name(this, "ListTopicsCommand");
|
|
4286
|
+
}
|
|
4218
4287
|
};
|
|
4219
|
-
__name(_ListTopicsCommand, "ListTopicsCommand");
|
|
4220
|
-
var ListTopicsCommand = _ListTopicsCommand;
|
|
4221
4288
|
|
|
4222
4289
|
// src/commands/OptInPhoneNumberCommand.ts
|
|
4223
4290
|
|
|
4224
4291
|
|
|
4225
4292
|
|
|
4226
|
-
var
|
|
4293
|
+
var OptInPhoneNumberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4227
4294
|
return [
|
|
4228
4295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4229
4296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4230
4297
|
];
|
|
4231
4298
|
}).s("AmazonSimpleNotificationService", "OptInPhoneNumber", {}).n("SNSClient", "OptInPhoneNumberCommand").f(OptInPhoneNumberInputFilterSensitiveLog, void 0).ser(se_OptInPhoneNumberCommand).de(de_OptInPhoneNumberCommand).build() {
|
|
4299
|
+
static {
|
|
4300
|
+
__name(this, "OptInPhoneNumberCommand");
|
|
4301
|
+
}
|
|
4232
4302
|
};
|
|
4233
|
-
__name(_OptInPhoneNumberCommand, "OptInPhoneNumberCommand");
|
|
4234
|
-
var OptInPhoneNumberCommand = _OptInPhoneNumberCommand;
|
|
4235
4303
|
|
|
4236
4304
|
// src/commands/PublishBatchCommand.ts
|
|
4237
4305
|
|
|
4238
4306
|
|
|
4239
4307
|
|
|
4240
|
-
var
|
|
4308
|
+
var PublishBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4241
4309
|
return [
|
|
4242
4310
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4243
4311
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4244
4312
|
];
|
|
4245
4313
|
}).s("AmazonSimpleNotificationService", "PublishBatch", {}).n("SNSClient", "PublishBatchCommand").f(void 0, void 0).ser(se_PublishBatchCommand).de(de_PublishBatchCommand).build() {
|
|
4314
|
+
static {
|
|
4315
|
+
__name(this, "PublishBatchCommand");
|
|
4316
|
+
}
|
|
4246
4317
|
};
|
|
4247
|
-
__name(_PublishBatchCommand, "PublishBatchCommand");
|
|
4248
|
-
var PublishBatchCommand = _PublishBatchCommand;
|
|
4249
4318
|
|
|
4250
4319
|
// src/commands/PublishCommand.ts
|
|
4251
4320
|
|
|
4252
4321
|
|
|
4253
4322
|
|
|
4254
|
-
var
|
|
4323
|
+
var PublishCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4255
4324
|
return [
|
|
4256
4325
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4257
4326
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4258
4327
|
];
|
|
4259
4328
|
}).s("AmazonSimpleNotificationService", "Publish", {}).n("SNSClient", "PublishCommand").f(PublishInputFilterSensitiveLog, void 0).ser(se_PublishCommand).de(de_PublishCommand).build() {
|
|
4329
|
+
static {
|
|
4330
|
+
__name(this, "PublishCommand");
|
|
4331
|
+
}
|
|
4260
4332
|
};
|
|
4261
|
-
__name(_PublishCommand, "PublishCommand");
|
|
4262
|
-
var PublishCommand = _PublishCommand;
|
|
4263
4333
|
|
|
4264
4334
|
// src/commands/PutDataProtectionPolicyCommand.ts
|
|
4265
4335
|
|
|
4266
4336
|
|
|
4267
4337
|
|
|
4268
|
-
var
|
|
4338
|
+
var PutDataProtectionPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4269
4339
|
return [
|
|
4270
4340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4271
4341
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4272
4342
|
];
|
|
4273
4343
|
}).s("AmazonSimpleNotificationService", "PutDataProtectionPolicy", {}).n("SNSClient", "PutDataProtectionPolicyCommand").f(void 0, void 0).ser(se_PutDataProtectionPolicyCommand).de(de_PutDataProtectionPolicyCommand).build() {
|
|
4344
|
+
static {
|
|
4345
|
+
__name(this, "PutDataProtectionPolicyCommand");
|
|
4346
|
+
}
|
|
4274
4347
|
};
|
|
4275
|
-
__name(_PutDataProtectionPolicyCommand, "PutDataProtectionPolicyCommand");
|
|
4276
|
-
var PutDataProtectionPolicyCommand = _PutDataProtectionPolicyCommand;
|
|
4277
4348
|
|
|
4278
4349
|
// src/commands/RemovePermissionCommand.ts
|
|
4279
4350
|
|
|
4280
4351
|
|
|
4281
4352
|
|
|
4282
|
-
var
|
|
4353
|
+
var RemovePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4283
4354
|
return [
|
|
4284
4355
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4285
4356
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4286
4357
|
];
|
|
4287
4358
|
}).s("AmazonSimpleNotificationService", "RemovePermission", {}).n("SNSClient", "RemovePermissionCommand").f(void 0, void 0).ser(se_RemovePermissionCommand).de(de_RemovePermissionCommand).build() {
|
|
4359
|
+
static {
|
|
4360
|
+
__name(this, "RemovePermissionCommand");
|
|
4361
|
+
}
|
|
4288
4362
|
};
|
|
4289
|
-
__name(_RemovePermissionCommand, "RemovePermissionCommand");
|
|
4290
|
-
var RemovePermissionCommand = _RemovePermissionCommand;
|
|
4291
4363
|
|
|
4292
4364
|
// src/commands/SetEndpointAttributesCommand.ts
|
|
4293
4365
|
|
|
4294
4366
|
|
|
4295
4367
|
|
|
4296
|
-
var
|
|
4368
|
+
var SetEndpointAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4297
4369
|
return [
|
|
4298
4370
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4299
4371
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4300
4372
|
];
|
|
4301
4373
|
}).s("AmazonSimpleNotificationService", "SetEndpointAttributes", {}).n("SNSClient", "SetEndpointAttributesCommand").f(void 0, void 0).ser(se_SetEndpointAttributesCommand).de(de_SetEndpointAttributesCommand).build() {
|
|
4374
|
+
static {
|
|
4375
|
+
__name(this, "SetEndpointAttributesCommand");
|
|
4376
|
+
}
|
|
4302
4377
|
};
|
|
4303
|
-
__name(_SetEndpointAttributesCommand, "SetEndpointAttributesCommand");
|
|
4304
|
-
var SetEndpointAttributesCommand = _SetEndpointAttributesCommand;
|
|
4305
4378
|
|
|
4306
4379
|
// src/commands/SetPlatformApplicationAttributesCommand.ts
|
|
4307
4380
|
|
|
4308
4381
|
|
|
4309
4382
|
|
|
4310
|
-
var
|
|
4383
|
+
var SetPlatformApplicationAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4311
4384
|
return [
|
|
4312
4385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4313
4386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4314
4387
|
];
|
|
4315
4388
|
}).s("AmazonSimpleNotificationService", "SetPlatformApplicationAttributes", {}).n("SNSClient", "SetPlatformApplicationAttributesCommand").f(void 0, void 0).ser(se_SetPlatformApplicationAttributesCommand).de(de_SetPlatformApplicationAttributesCommand).build() {
|
|
4389
|
+
static {
|
|
4390
|
+
__name(this, "SetPlatformApplicationAttributesCommand");
|
|
4391
|
+
}
|
|
4316
4392
|
};
|
|
4317
|
-
__name(_SetPlatformApplicationAttributesCommand, "SetPlatformApplicationAttributesCommand");
|
|
4318
|
-
var SetPlatformApplicationAttributesCommand = _SetPlatformApplicationAttributesCommand;
|
|
4319
4393
|
|
|
4320
4394
|
// src/commands/SetSMSAttributesCommand.ts
|
|
4321
4395
|
|
|
4322
4396
|
|
|
4323
4397
|
|
|
4324
|
-
var
|
|
4398
|
+
var SetSMSAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4325
4399
|
return [
|
|
4326
4400
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4327
4401
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4328
4402
|
];
|
|
4329
4403
|
}).s("AmazonSimpleNotificationService", "SetSMSAttributes", {}).n("SNSClient", "SetSMSAttributesCommand").f(void 0, void 0).ser(se_SetSMSAttributesCommand).de(de_SetSMSAttributesCommand).build() {
|
|
4404
|
+
static {
|
|
4405
|
+
__name(this, "SetSMSAttributesCommand");
|
|
4406
|
+
}
|
|
4330
4407
|
};
|
|
4331
|
-
__name(_SetSMSAttributesCommand, "SetSMSAttributesCommand");
|
|
4332
|
-
var SetSMSAttributesCommand = _SetSMSAttributesCommand;
|
|
4333
4408
|
|
|
4334
4409
|
// src/commands/SetSubscriptionAttributesCommand.ts
|
|
4335
4410
|
|
|
4336
4411
|
|
|
4337
4412
|
|
|
4338
|
-
var
|
|
4413
|
+
var SetSubscriptionAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4339
4414
|
return [
|
|
4340
4415
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4341
4416
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4342
4417
|
];
|
|
4343
4418
|
}).s("AmazonSimpleNotificationService", "SetSubscriptionAttributes", {}).n("SNSClient", "SetSubscriptionAttributesCommand").f(void 0, void 0).ser(se_SetSubscriptionAttributesCommand).de(de_SetSubscriptionAttributesCommand).build() {
|
|
4419
|
+
static {
|
|
4420
|
+
__name(this, "SetSubscriptionAttributesCommand");
|
|
4421
|
+
}
|
|
4344
4422
|
};
|
|
4345
|
-
__name(_SetSubscriptionAttributesCommand, "SetSubscriptionAttributesCommand");
|
|
4346
|
-
var SetSubscriptionAttributesCommand = _SetSubscriptionAttributesCommand;
|
|
4347
4423
|
|
|
4348
4424
|
// src/commands/SetTopicAttributesCommand.ts
|
|
4349
4425
|
|
|
4350
4426
|
|
|
4351
4427
|
|
|
4352
|
-
var
|
|
4428
|
+
var SetTopicAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4353
4429
|
return [
|
|
4354
4430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4355
4431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4356
4432
|
];
|
|
4357
4433
|
}).s("AmazonSimpleNotificationService", "SetTopicAttributes", {}).n("SNSClient", "SetTopicAttributesCommand").f(void 0, void 0).ser(se_SetTopicAttributesCommand).de(de_SetTopicAttributesCommand).build() {
|
|
4434
|
+
static {
|
|
4435
|
+
__name(this, "SetTopicAttributesCommand");
|
|
4436
|
+
}
|
|
4358
4437
|
};
|
|
4359
|
-
__name(_SetTopicAttributesCommand, "SetTopicAttributesCommand");
|
|
4360
|
-
var SetTopicAttributesCommand = _SetTopicAttributesCommand;
|
|
4361
4438
|
|
|
4362
4439
|
// src/commands/SubscribeCommand.ts
|
|
4363
4440
|
|
|
4364
4441
|
|
|
4365
4442
|
|
|
4366
|
-
var
|
|
4443
|
+
var SubscribeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4367
4444
|
return [
|
|
4368
4445
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4369
4446
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4370
4447
|
];
|
|
4371
4448
|
}).s("AmazonSimpleNotificationService", "Subscribe", {}).n("SNSClient", "SubscribeCommand").f(void 0, void 0).ser(se_SubscribeCommand).de(de_SubscribeCommand).build() {
|
|
4449
|
+
static {
|
|
4450
|
+
__name(this, "SubscribeCommand");
|
|
4451
|
+
}
|
|
4372
4452
|
};
|
|
4373
|
-
__name(_SubscribeCommand, "SubscribeCommand");
|
|
4374
|
-
var SubscribeCommand = _SubscribeCommand;
|
|
4375
4453
|
|
|
4376
4454
|
// src/commands/TagResourceCommand.ts
|
|
4377
4455
|
|
|
4378
4456
|
|
|
4379
4457
|
|
|
4380
|
-
var
|
|
4458
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4381
4459
|
return [
|
|
4382
4460
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4383
4461
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4384
4462
|
];
|
|
4385
4463
|
}).s("AmazonSimpleNotificationService", "TagResource", {}).n("SNSClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
4464
|
+
static {
|
|
4465
|
+
__name(this, "TagResourceCommand");
|
|
4466
|
+
}
|
|
4386
4467
|
};
|
|
4387
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
4388
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
4389
4468
|
|
|
4390
4469
|
// src/commands/UnsubscribeCommand.ts
|
|
4391
4470
|
|
|
4392
4471
|
|
|
4393
4472
|
|
|
4394
|
-
var
|
|
4473
|
+
var UnsubscribeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4395
4474
|
return [
|
|
4396
4475
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4397
4476
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4398
4477
|
];
|
|
4399
4478
|
}).s("AmazonSimpleNotificationService", "Unsubscribe", {}).n("SNSClient", "UnsubscribeCommand").f(void 0, void 0).ser(se_UnsubscribeCommand).de(de_UnsubscribeCommand).build() {
|
|
4479
|
+
static {
|
|
4480
|
+
__name(this, "UnsubscribeCommand");
|
|
4481
|
+
}
|
|
4400
4482
|
};
|
|
4401
|
-
__name(_UnsubscribeCommand, "UnsubscribeCommand");
|
|
4402
|
-
var UnsubscribeCommand = _UnsubscribeCommand;
|
|
4403
4483
|
|
|
4404
4484
|
// src/commands/UntagResourceCommand.ts
|
|
4405
4485
|
|
|
4406
4486
|
|
|
4407
4487
|
|
|
4408
|
-
var
|
|
4488
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4409
4489
|
return [
|
|
4410
4490
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4411
4491
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4412
4492
|
];
|
|
4413
4493
|
}).s("AmazonSimpleNotificationService", "UntagResource", {}).n("SNSClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
4494
|
+
static {
|
|
4495
|
+
__name(this, "UntagResourceCommand");
|
|
4496
|
+
}
|
|
4414
4497
|
};
|
|
4415
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
4416
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
4417
4498
|
|
|
4418
4499
|
// src/commands/VerifySMSSandboxPhoneNumberCommand.ts
|
|
4419
4500
|
|
|
4420
4501
|
|
|
4421
4502
|
|
|
4422
|
-
var
|
|
4503
|
+
var VerifySMSSandboxPhoneNumberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4423
4504
|
return [
|
|
4424
4505
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4425
4506
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4426
4507
|
];
|
|
4427
4508
|
}).s("AmazonSimpleNotificationService", "VerifySMSSandboxPhoneNumber", {}).n("SNSClient", "VerifySMSSandboxPhoneNumberCommand").f(VerifySMSSandboxPhoneNumberInputFilterSensitiveLog, void 0).ser(se_VerifySMSSandboxPhoneNumberCommand).de(de_VerifySMSSandboxPhoneNumberCommand).build() {
|
|
4509
|
+
static {
|
|
4510
|
+
__name(this, "VerifySMSSandboxPhoneNumberCommand");
|
|
4511
|
+
}
|
|
4428
4512
|
};
|
|
4429
|
-
__name(_VerifySMSSandboxPhoneNumberCommand, "VerifySMSSandboxPhoneNumberCommand");
|
|
4430
|
-
var VerifySMSSandboxPhoneNumberCommand = _VerifySMSSandboxPhoneNumberCommand;
|
|
4431
4513
|
|
|
4432
4514
|
// src/SNS.ts
|
|
4433
4515
|
var commands = {
|
|
@@ -4474,10 +4556,11 @@ var commands = {
|
|
|
4474
4556
|
UntagResourceCommand,
|
|
4475
4557
|
VerifySMSSandboxPhoneNumberCommand
|
|
4476
4558
|
};
|
|
4477
|
-
var
|
|
4559
|
+
var SNS = class extends SNSClient {
|
|
4560
|
+
static {
|
|
4561
|
+
__name(this, "SNS");
|
|
4562
|
+
}
|
|
4478
4563
|
};
|
|
4479
|
-
__name(_SNS, "SNS");
|
|
4480
|
-
var SNS = _SNS;
|
|
4481
4564
|
(0, import_smithy_client.createAggregatedClient)(commands, SNS);
|
|
4482
4565
|
|
|
4483
4566
|
// src/pagination/ListEndpointsByPlatformApplicationPaginator.ts
|