@aws-sdk/client-sns 3.170.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SNS.d.ts +0 -42
  3. package/dist-types/ts3.4/SNSClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/PublishCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/models/SNSServiceException.d.ts +0 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +0 -286
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  52. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sns
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-sns
@@ -168,7 +168,6 @@ import {
168
168
  VerifySMSSandboxPhoneNumberCommandOutput,
169
169
  } from "./commands/VerifySMSSandboxPhoneNumberCommand";
170
170
  import { SNSClient } from "./SNSClient";
171
-
172
171
  export declare class SNS extends SNSClient {
173
172
  addPermission(
174
173
  args: AddPermissionCommandInput,
@@ -183,7 +182,6 @@ export declare class SNS extends SNSClient {
183
182
  options: __HttpHandlerOptions,
184
183
  cb: (err: any, data?: AddPermissionCommandOutput) => void
185
184
  ): void;
186
-
187
185
  checkIfPhoneNumberIsOptedOut(
188
186
  args: CheckIfPhoneNumberIsOptedOutCommandInput,
189
187
  options?: __HttpHandlerOptions
@@ -197,7 +195,6 @@ export declare class SNS extends SNSClient {
197
195
  options: __HttpHandlerOptions,
198
196
  cb: (err: any, data?: CheckIfPhoneNumberIsOptedOutCommandOutput) => void
199
197
  ): void;
200
-
201
198
  confirmSubscription(
202
199
  args: ConfirmSubscriptionCommandInput,
203
200
  options?: __HttpHandlerOptions
@@ -211,7 +208,6 @@ export declare class SNS extends SNSClient {
211
208
  options: __HttpHandlerOptions,
212
209
  cb: (err: any, data?: ConfirmSubscriptionCommandOutput) => void
213
210
  ): void;
214
-
215
211
  createPlatformApplication(
216
212
  args: CreatePlatformApplicationCommandInput,
217
213
  options?: __HttpHandlerOptions
@@ -225,7 +221,6 @@ export declare class SNS extends SNSClient {
225
221
  options: __HttpHandlerOptions,
226
222
  cb: (err: any, data?: CreatePlatformApplicationCommandOutput) => void
227
223
  ): void;
228
-
229
224
  createPlatformEndpoint(
230
225
  args: CreatePlatformEndpointCommandInput,
231
226
  options?: __HttpHandlerOptions
@@ -239,7 +234,6 @@ export declare class SNS extends SNSClient {
239
234
  options: __HttpHandlerOptions,
240
235
  cb: (err: any, data?: CreatePlatformEndpointCommandOutput) => void
241
236
  ): void;
242
-
243
237
  createSMSSandboxPhoneNumber(
244
238
  args: CreateSMSSandboxPhoneNumberCommandInput,
245
239
  options?: __HttpHandlerOptions
@@ -253,7 +247,6 @@ export declare class SNS extends SNSClient {
253
247
  options: __HttpHandlerOptions,
254
248
  cb: (err: any, data?: CreateSMSSandboxPhoneNumberCommandOutput) => void
255
249
  ): void;
256
-
257
250
  createTopic(
258
251
  args: CreateTopicCommandInput,
259
252
  options?: __HttpHandlerOptions
@@ -267,7 +260,6 @@ export declare class SNS extends SNSClient {
267
260
  options: __HttpHandlerOptions,
268
261
  cb: (err: any, data?: CreateTopicCommandOutput) => void
269
262
  ): void;
270
-
271
263
  deleteEndpoint(
272
264
  args: DeleteEndpointCommandInput,
273
265
  options?: __HttpHandlerOptions
@@ -281,7 +273,6 @@ export declare class SNS extends SNSClient {
281
273
  options: __HttpHandlerOptions,
282
274
  cb: (err: any, data?: DeleteEndpointCommandOutput) => void
283
275
  ): void;
284
-
285
276
  deletePlatformApplication(
286
277
  args: DeletePlatformApplicationCommandInput,
287
278
  options?: __HttpHandlerOptions
@@ -295,7 +286,6 @@ export declare class SNS extends SNSClient {
295
286
  options: __HttpHandlerOptions,
296
287
  cb: (err: any, data?: DeletePlatformApplicationCommandOutput) => void
297
288
  ): void;
298
-
299
289
  deleteSMSSandboxPhoneNumber(
300
290
  args: DeleteSMSSandboxPhoneNumberCommandInput,
301
291
  options?: __HttpHandlerOptions
@@ -309,7 +299,6 @@ export declare class SNS extends SNSClient {
309
299
  options: __HttpHandlerOptions,
310
300
  cb: (err: any, data?: DeleteSMSSandboxPhoneNumberCommandOutput) => void
311
301
  ): void;
312
-
313
302
  deleteTopic(
314
303
  args: DeleteTopicCommandInput,
315
304
  options?: __HttpHandlerOptions
@@ -323,7 +312,6 @@ export declare class SNS extends SNSClient {
323
312
  options: __HttpHandlerOptions,
324
313
  cb: (err: any, data?: DeleteTopicCommandOutput) => void
325
314
  ): void;
326
-
327
315
  getDataProtectionPolicy(
328
316
  args: GetDataProtectionPolicyCommandInput,
329
317
  options?: __HttpHandlerOptions
@@ -337,7 +325,6 @@ export declare class SNS extends SNSClient {
337
325
  options: __HttpHandlerOptions,
338
326
  cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void
339
327
  ): void;
340
-
341
328
  getEndpointAttributes(
342
329
  args: GetEndpointAttributesCommandInput,
343
330
  options?: __HttpHandlerOptions
@@ -351,7 +338,6 @@ export declare class SNS extends SNSClient {
351
338
  options: __HttpHandlerOptions,
352
339
  cb: (err: any, data?: GetEndpointAttributesCommandOutput) => void
353
340
  ): void;
354
-
355
341
  getPlatformApplicationAttributes(
356
342
  args: GetPlatformApplicationAttributesCommandInput,
357
343
  options?: __HttpHandlerOptions
@@ -365,7 +351,6 @@ export declare class SNS extends SNSClient {
365
351
  options: __HttpHandlerOptions,
366
352
  cb: (err: any, data?: GetPlatformApplicationAttributesCommandOutput) => void
367
353
  ): void;
368
-
369
354
  getSMSAttributes(
370
355
  args: GetSMSAttributesCommandInput,
371
356
  options?: __HttpHandlerOptions
@@ -379,7 +364,6 @@ export declare class SNS extends SNSClient {
379
364
  options: __HttpHandlerOptions,
380
365
  cb: (err: any, data?: GetSMSAttributesCommandOutput) => void
381
366
  ): void;
382
-
383
367
  getSMSSandboxAccountStatus(
384
368
  args: GetSMSSandboxAccountStatusCommandInput,
385
369
  options?: __HttpHandlerOptions
@@ -393,7 +377,6 @@ export declare class SNS extends SNSClient {
393
377
  options: __HttpHandlerOptions,
394
378
  cb: (err: any, data?: GetSMSSandboxAccountStatusCommandOutput) => void
395
379
  ): void;
396
-
397
380
  getSubscriptionAttributes(
398
381
  args: GetSubscriptionAttributesCommandInput,
399
382
  options?: __HttpHandlerOptions
@@ -407,7 +390,6 @@ export declare class SNS extends SNSClient {
407
390
  options: __HttpHandlerOptions,
408
391
  cb: (err: any, data?: GetSubscriptionAttributesCommandOutput) => void
409
392
  ): void;
410
-
411
393
  getTopicAttributes(
412
394
  args: GetTopicAttributesCommandInput,
413
395
  options?: __HttpHandlerOptions
@@ -421,7 +403,6 @@ export declare class SNS extends SNSClient {
421
403
  options: __HttpHandlerOptions,
422
404
  cb: (err: any, data?: GetTopicAttributesCommandOutput) => void
423
405
  ): void;
424
-
425
406
  listEndpointsByPlatformApplication(
426
407
  args: ListEndpointsByPlatformApplicationCommandInput,
427
408
  options?: __HttpHandlerOptions
@@ -441,7 +422,6 @@ export declare class SNS extends SNSClient {
441
422
  data?: ListEndpointsByPlatformApplicationCommandOutput
442
423
  ) => void
443
424
  ): void;
444
-
445
425
  listOriginationNumbers(
446
426
  args: ListOriginationNumbersCommandInput,
447
427
  options?: __HttpHandlerOptions
@@ -455,7 +435,6 @@ export declare class SNS extends SNSClient {
455
435
  options: __HttpHandlerOptions,
456
436
  cb: (err: any, data?: ListOriginationNumbersCommandOutput) => void
457
437
  ): void;
458
-
459
438
  listPhoneNumbersOptedOut(
460
439
  args: ListPhoneNumbersOptedOutCommandInput,
461
440
  options?: __HttpHandlerOptions
@@ -469,7 +448,6 @@ export declare class SNS extends SNSClient {
469
448
  options: __HttpHandlerOptions,
470
449
  cb: (err: any, data?: ListPhoneNumbersOptedOutCommandOutput) => void
471
450
  ): void;
472
-
473
451
  listPlatformApplications(
474
452
  args: ListPlatformApplicationsCommandInput,
475
453
  options?: __HttpHandlerOptions
@@ -483,7 +461,6 @@ export declare class SNS extends SNSClient {
483
461
  options: __HttpHandlerOptions,
484
462
  cb: (err: any, data?: ListPlatformApplicationsCommandOutput) => void
485
463
  ): void;
486
-
487
464
  listSMSSandboxPhoneNumbers(
488
465
  args: ListSMSSandboxPhoneNumbersCommandInput,
489
466
  options?: __HttpHandlerOptions
@@ -497,7 +474,6 @@ export declare class SNS extends SNSClient {
497
474
  options: __HttpHandlerOptions,
498
475
  cb: (err: any, data?: ListSMSSandboxPhoneNumbersCommandOutput) => void
499
476
  ): void;
500
-
501
477
  listSubscriptions(
502
478
  args: ListSubscriptionsCommandInput,
503
479
  options?: __HttpHandlerOptions
@@ -511,7 +487,6 @@ export declare class SNS extends SNSClient {
511
487
  options: __HttpHandlerOptions,
512
488
  cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
513
489
  ): void;
514
-
515
490
  listSubscriptionsByTopic(
516
491
  args: ListSubscriptionsByTopicCommandInput,
517
492
  options?: __HttpHandlerOptions
@@ -525,7 +500,6 @@ export declare class SNS extends SNSClient {
525
500
  options: __HttpHandlerOptions,
526
501
  cb: (err: any, data?: ListSubscriptionsByTopicCommandOutput) => void
527
502
  ): void;
528
-
529
503
  listTagsForResource(
530
504
  args: ListTagsForResourceCommandInput,
531
505
  options?: __HttpHandlerOptions
@@ -539,7 +513,6 @@ export declare class SNS extends SNSClient {
539
513
  options: __HttpHandlerOptions,
540
514
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
541
515
  ): void;
542
-
543
516
  listTopics(
544
517
  args: ListTopicsCommandInput,
545
518
  options?: __HttpHandlerOptions
@@ -553,7 +526,6 @@ export declare class SNS extends SNSClient {
553
526
  options: __HttpHandlerOptions,
554
527
  cb: (err: any, data?: ListTopicsCommandOutput) => void
555
528
  ): void;
556
-
557
529
  optInPhoneNumber(
558
530
  args: OptInPhoneNumberCommandInput,
559
531
  options?: __HttpHandlerOptions
@@ -567,7 +539,6 @@ export declare class SNS extends SNSClient {
567
539
  options: __HttpHandlerOptions,
568
540
  cb: (err: any, data?: OptInPhoneNumberCommandOutput) => void
569
541
  ): void;
570
-
571
542
  publish(
572
543
  args: PublishCommandInput,
573
544
  options?: __HttpHandlerOptions
@@ -581,7 +552,6 @@ export declare class SNS extends SNSClient {
581
552
  options: __HttpHandlerOptions,
582
553
  cb: (err: any, data?: PublishCommandOutput) => void
583
554
  ): void;
584
-
585
555
  publishBatch(
586
556
  args: PublishBatchCommandInput,
587
557
  options?: __HttpHandlerOptions
@@ -595,7 +565,6 @@ export declare class SNS extends SNSClient {
595
565
  options: __HttpHandlerOptions,
596
566
  cb: (err: any, data?: PublishBatchCommandOutput) => void
597
567
  ): void;
598
-
599
568
  putDataProtectionPolicy(
600
569
  args: PutDataProtectionPolicyCommandInput,
601
570
  options?: __HttpHandlerOptions
@@ -609,7 +578,6 @@ export declare class SNS extends SNSClient {
609
578
  options: __HttpHandlerOptions,
610
579
  cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void
611
580
  ): void;
612
-
613
581
  removePermission(
614
582
  args: RemovePermissionCommandInput,
615
583
  options?: __HttpHandlerOptions
@@ -623,7 +591,6 @@ export declare class SNS extends SNSClient {
623
591
  options: __HttpHandlerOptions,
624
592
  cb: (err: any, data?: RemovePermissionCommandOutput) => void
625
593
  ): void;
626
-
627
594
  setEndpointAttributes(
628
595
  args: SetEndpointAttributesCommandInput,
629
596
  options?: __HttpHandlerOptions
@@ -637,7 +604,6 @@ export declare class SNS extends SNSClient {
637
604
  options: __HttpHandlerOptions,
638
605
  cb: (err: any, data?: SetEndpointAttributesCommandOutput) => void
639
606
  ): void;
640
-
641
607
  setPlatformApplicationAttributes(
642
608
  args: SetPlatformApplicationAttributesCommandInput,
643
609
  options?: __HttpHandlerOptions
@@ -651,7 +617,6 @@ export declare class SNS extends SNSClient {
651
617
  options: __HttpHandlerOptions,
652
618
  cb: (err: any, data?: SetPlatformApplicationAttributesCommandOutput) => void
653
619
  ): void;
654
-
655
620
  setSMSAttributes(
656
621
  args: SetSMSAttributesCommandInput,
657
622
  options?: __HttpHandlerOptions
@@ -665,7 +630,6 @@ export declare class SNS extends SNSClient {
665
630
  options: __HttpHandlerOptions,
666
631
  cb: (err: any, data?: SetSMSAttributesCommandOutput) => void
667
632
  ): void;
668
-
669
633
  setSubscriptionAttributes(
670
634
  args: SetSubscriptionAttributesCommandInput,
671
635
  options?: __HttpHandlerOptions
@@ -679,7 +643,6 @@ export declare class SNS extends SNSClient {
679
643
  options: __HttpHandlerOptions,
680
644
  cb: (err: any, data?: SetSubscriptionAttributesCommandOutput) => void
681
645
  ): void;
682
-
683
646
  setTopicAttributes(
684
647
  args: SetTopicAttributesCommandInput,
685
648
  options?: __HttpHandlerOptions
@@ -693,7 +656,6 @@ export declare class SNS extends SNSClient {
693
656
  options: __HttpHandlerOptions,
694
657
  cb: (err: any, data?: SetTopicAttributesCommandOutput) => void
695
658
  ): void;
696
-
697
659
  subscribe(
698
660
  args: SubscribeCommandInput,
699
661
  options?: __HttpHandlerOptions
@@ -707,7 +669,6 @@ export declare class SNS extends SNSClient {
707
669
  options: __HttpHandlerOptions,
708
670
  cb: (err: any, data?: SubscribeCommandOutput) => void
709
671
  ): void;
710
-
711
672
  tagResource(
712
673
  args: TagResourceCommandInput,
713
674
  options?: __HttpHandlerOptions
@@ -721,7 +682,6 @@ export declare class SNS extends SNSClient {
721
682
  options: __HttpHandlerOptions,
722
683
  cb: (err: any, data?: TagResourceCommandOutput) => void
723
684
  ): void;
724
-
725
685
  unsubscribe(
726
686
  args: UnsubscribeCommandInput,
727
687
  options?: __HttpHandlerOptions
@@ -735,7 +695,6 @@ export declare class SNS extends SNSClient {
735
695
  options: __HttpHandlerOptions,
736
696
  cb: (err: any, data?: UnsubscribeCommandOutput) => void
737
697
  ): void;
738
-
739
698
  untagResource(
740
699
  args: UntagResourceCommandInput,
741
700
  options?: __HttpHandlerOptions
@@ -749,7 +708,6 @@ export declare class SNS extends SNSClient {
749
708
  options: __HttpHandlerOptions,
750
709
  cb: (err: any, data?: UntagResourceCommandOutput) => void
751
710
  ): void;
752
-
753
711
  verifySMSSandboxPhoneNumber(
754
712
  args: VerifySMSSandboxPhoneNumberCommandInput,
755
713
  options?: __HttpHandlerOptions
@@ -299,47 +299,26 @@ export declare type ServiceOutputTypes =
299
299
  export interface ClientDefaults
300
300
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
301
301
  requestHandler?: __HttpHandler;
302
-
303
302
  sha256?: __HashConstructor;
304
-
305
303
  urlParser?: __UrlParser;
306
-
307
304
  bodyLengthChecker?: __BodyLengthCalculator;
308
-
309
305
  streamCollector?: __StreamCollector;
310
-
311
306
  base64Decoder?: __Decoder;
312
-
313
307
  base64Encoder?: __Encoder;
314
-
315
308
  utf8Decoder?: __Decoder;
316
-
317
309
  utf8Encoder?: __Encoder;
318
-
319
310
  runtime?: string;
320
-
321
311
  disableHostPrefix?: boolean;
322
-
323
312
  maxAttempts?: number | __Provider<number>;
324
-
325
313
  retryMode?: string | __Provider<string>;
326
-
327
314
  logger?: __Logger;
328
-
329
315
  useDualstackEndpoint?: boolean | __Provider<boolean>;
330
-
331
316
  useFipsEndpoint?: boolean | __Provider<boolean>;
332
-
333
317
  serviceId?: string;
334
-
335
318
  region?: string | __Provider<string>;
336
-
337
319
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
338
-
339
320
  regionInfoProvider?: RegionInfoProvider;
340
-
341
321
  defaultUserAgentProvider?: Provider<__UserAgent>;
342
-
343
322
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
344
323
  }
345
324
  declare type SNSClientConfigType = Partial<
@@ -352,7 +331,6 @@ declare type SNSClientConfigType = Partial<
352
331
  HostHeaderInputConfig &
353
332
  AwsAuthInputConfig &
354
333
  UserAgentInputConfig;
355
-
356
334
  export interface SNSClientConfig extends SNSClientConfigType {}
357
335
  declare type SNSClientResolvedConfigType =
358
336
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -363,9 +341,7 @@ declare type SNSClientResolvedConfigType =
363
341
  HostHeaderResolvedConfig &
364
342
  AwsAuthResolvedConfig &
365
343
  UserAgentResolvedConfig;
366
-
367
344
  export interface SNSClientResolvedConfig extends SNSClientResolvedConfigType {}
368
-
369
345
  export declare class SNSClient extends __Client<
370
346
  __HttpHandlerOptions,
371
347
  ServiceInputTypes,
@@ -374,7 +350,6 @@ export declare class SNSClient extends __Client<
374
350
  > {
375
351
  readonly config: SNSClientResolvedConfig;
376
352
  constructor(configuration: SNSClientConfig);
377
-
378
353
  destroy(): void;
379
354
  }
380
355
  export {};
@@ -13,7 +13,6 @@ import {
13
13
  } from "../SNSClient";
14
14
  export interface AddPermissionCommandInput extends AddPermissionInput {}
15
15
  export interface AddPermissionCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class AddPermissionCommand extends $Command<
18
17
  AddPermissionCommandInput,
19
18
  AddPermissionCommandOutput,
@@ -21,7 +20,6 @@ export declare class AddPermissionCommand extends $Command<
21
20
  > {
22
21
  readonly input: AddPermissionCommandInput;
23
22
  constructor(input: AddPermissionCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CheckIfPhoneNumberIsOptedOutCommandInput
19
19
  export interface CheckIfPhoneNumberIsOptedOutCommandOutput
20
20
  extends CheckIfPhoneNumberIsOptedOutResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CheckIfPhoneNumberIsOptedOutCommand extends $Command<
24
23
  CheckIfPhoneNumberIsOptedOutCommandInput,
25
24
  CheckIfPhoneNumberIsOptedOutCommandOutput,
@@ -27,7 +26,6 @@ export declare class CheckIfPhoneNumberIsOptedOutCommand extends $Command<
27
26
  > {
28
27
  readonly input: CheckIfPhoneNumberIsOptedOutCommandInput;
29
28
  constructor(input: CheckIfPhoneNumberIsOptedOutCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ConfirmSubscriptionCommandInput
19
19
  export interface ConfirmSubscriptionCommandOutput
20
20
  extends ConfirmSubscriptionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ConfirmSubscriptionCommand extends $Command<
24
23
  ConfirmSubscriptionCommandInput,
25
24
  ConfirmSubscriptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class ConfirmSubscriptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: ConfirmSubscriptionCommandInput;
29
28
  constructor(input: ConfirmSubscriptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreatePlatformApplicationCommandInput
19
19
  export interface CreatePlatformApplicationCommandOutput
20
20
  extends CreatePlatformApplicationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreatePlatformApplicationCommand extends $Command<
24
23
  CreatePlatformApplicationCommandInput,
25
24
  CreatePlatformApplicationCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreatePlatformApplicationCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreatePlatformApplicationCommandInput;
29
28
  constructor(input: CreatePlatformApplicationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreatePlatformEndpointCommandInput
19
19
  export interface CreatePlatformEndpointCommandOutput
20
20
  extends CreateEndpointResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreatePlatformEndpointCommand extends $Command<
24
23
  CreatePlatformEndpointCommandInput,
25
24
  CreatePlatformEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreatePlatformEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreatePlatformEndpointCommandInput;
29
28
  constructor(input: CreatePlatformEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateSMSSandboxPhoneNumberCommandInput
19
19
  export interface CreateSMSSandboxPhoneNumberCommandOutput
20
20
  extends CreateSMSSandboxPhoneNumberResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateSMSSandboxPhoneNumberCommand extends $Command<
24
23
  CreateSMSSandboxPhoneNumberCommandInput,
25
24
  CreateSMSSandboxPhoneNumberCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateSMSSandboxPhoneNumberCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateSMSSandboxPhoneNumberCommandInput;
29
28
  constructor(input: CreateSMSSandboxPhoneNumberCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateTopicCommandInput extends CreateTopicInput {}
15
15
  export interface CreateTopicCommandOutput
16
16
  extends CreateTopicResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateTopicCommand extends $Command<
20
19
  CreateTopicCommandInput,
21
20
  CreateTopicCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateTopicCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateTopicCommandInput;
25
24
  constructor(input: CreateTopicCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../SNSClient";
14
14
  export interface DeleteEndpointCommandInput extends DeleteEndpointInput {}
15
15
  export interface DeleteEndpointCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteEndpointCommand extends $Command<
18
17
  DeleteEndpointCommandInput,
19
18
  DeleteEndpointCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteEndpointCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteEndpointCommandInput;
23
22
  constructor(input: DeleteEndpointCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeletePlatformApplicationCommandInput
15
15
  extends DeletePlatformApplicationInput {}
16
16
  export interface DeletePlatformApplicationCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeletePlatformApplicationCommand extends $Command<
20
19
  DeletePlatformApplicationCommandInput,
21
20
  DeletePlatformApplicationCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeletePlatformApplicationCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeletePlatformApplicationCommandInput;
25
24
  constructor(input: DeletePlatformApplicationCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteSMSSandboxPhoneNumberCommandInput
19
19
  export interface DeleteSMSSandboxPhoneNumberCommandOutput
20
20
  extends DeleteSMSSandboxPhoneNumberResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteSMSSandboxPhoneNumberCommand extends $Command<
24
23
  DeleteSMSSandboxPhoneNumberCommandInput,
25
24
  DeleteSMSSandboxPhoneNumberCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteSMSSandboxPhoneNumberCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteSMSSandboxPhoneNumberCommandInput;
29
28
  constructor(input: DeleteSMSSandboxPhoneNumberCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../SNSClient";
14
14
  export interface DeleteTopicCommandInput extends DeleteTopicInput {}
15
15
  export interface DeleteTopicCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteTopicCommand extends $Command<
18
17
  DeleteTopicCommandInput,
19
18
  DeleteTopicCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteTopicCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteTopicCommandInput;
23
22
  constructor(input: DeleteTopicCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetDataProtectionPolicyCommandInput
19
19
  export interface GetDataProtectionPolicyCommandOutput
20
20
  extends GetDataProtectionPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetDataProtectionPolicyCommand extends $Command<
24
23
  GetDataProtectionPolicyCommandInput,
25
24
  GetDataProtectionPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetDataProtectionPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetDataProtectionPolicyCommandInput;
29
28
  constructor(input: GetDataProtectionPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEndpointAttributesCommandInput
19
19
  export interface GetEndpointAttributesCommandOutput
20
20
  extends GetEndpointAttributesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEndpointAttributesCommand extends $Command<
24
23
  GetEndpointAttributesCommandInput,
25
24
  GetEndpointAttributesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEndpointAttributesCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetEndpointAttributesCommandInput;
29
28
  constructor(input: GetEndpointAttributesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetPlatformApplicationAttributesCommandInput
19
19
  export interface GetPlatformApplicationAttributesCommandOutput
20
20
  extends GetPlatformApplicationAttributesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetPlatformApplicationAttributesCommand extends $Command<
24
23
  GetPlatformApplicationAttributesCommandInput,
25
24
  GetPlatformApplicationAttributesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetPlatformApplicationAttributesCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetPlatformApplicationAttributesCommandInput;
29
28
  constructor(input: GetPlatformApplicationAttributesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {}
18
18
  export interface GetSMSAttributesCommandOutput
19
19
  extends GetSMSAttributesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetSMSAttributesCommand extends $Command<
23
22
  GetSMSAttributesCommandInput,
24
23
  GetSMSAttributesCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetSMSAttributesCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetSMSAttributesCommandInput;
28
27
  constructor(input: GetSMSAttributesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetSMSSandboxAccountStatusCommandInput
19
19
  export interface GetSMSSandboxAccountStatusCommandOutput
20
20
  extends GetSMSSandboxAccountStatusResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetSMSSandboxAccountStatusCommand extends $Command<
24
23
  GetSMSSandboxAccountStatusCommandInput,
25
24
  GetSMSSandboxAccountStatusCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetSMSSandboxAccountStatusCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetSMSSandboxAccountStatusCommandInput;
29
28
  constructor(input: GetSMSSandboxAccountStatusCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,