@aws-sdk/client-sns 3.130.0 → 3.141.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 (87) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddPermissionCommand.js +1 -1
  4. package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
  5. package/dist-cjs/commands/ConfirmSubscriptionCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePlatformApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePlatformEndpointCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
  9. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteEndpointCommand.js +1 -1
  11. package/dist-cjs/commands/DeletePlatformApplicationCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteTopicCommand.js +1 -1
  14. package/dist-cjs/commands/GetEndpointAttributesCommand.js +2 -2
  15. package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +2 -2
  16. package/dist-cjs/commands/GetSMSAttributesCommand.js +2 -2
  17. package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
  18. package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +2 -2
  19. package/dist-cjs/commands/GetTopicAttributesCommand.js +2 -2
  20. package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
  21. package/dist-cjs/commands/ListOriginationNumbersCommand.js +2 -2
  22. package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
  23. package/dist-cjs/commands/ListPlatformApplicationsCommand.js +2 -2
  24. package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
  25. package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +2 -2
  26. package/dist-cjs/commands/ListSubscriptionsCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListTopicsCommand.js +2 -2
  29. package/dist-cjs/commands/OptInPhoneNumberCommand.js +2 -2
  30. package/dist-cjs/commands/PublishBatchCommand.js +2 -2
  31. package/dist-cjs/commands/PublishCommand.js +2 -2
  32. package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
  33. package/dist-cjs/commands/SetEndpointAttributesCommand.js +1 -1
  34. package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +1 -1
  35. package/dist-cjs/commands/SetSMSAttributesCommand.js +2 -2
  36. package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +1 -1
  37. package/dist-cjs/commands/SetTopicAttributesCommand.js +1 -1
  38. package/dist-cjs/commands/SubscribeCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UnsubscribeCommand.js +1 -1
  41. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  42. package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
  43. package/dist-cjs/models/models_0.js +327 -489
  44. package/dist-es/commands/AddPermissionCommand.js +2 -2
  45. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -3
  46. package/dist-es/commands/ConfirmSubscriptionCommand.js +3 -3
  47. package/dist-es/commands/CreatePlatformApplicationCommand.js +3 -3
  48. package/dist-es/commands/CreatePlatformEndpointCommand.js +3 -3
  49. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -3
  50. package/dist-es/commands/CreateTopicCommand.js +3 -3
  51. package/dist-es/commands/DeleteEndpointCommand.js +2 -2
  52. package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -2
  53. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -3
  54. package/dist-es/commands/DeleteTopicCommand.js +2 -2
  55. package/dist-es/commands/GetEndpointAttributesCommand.js +3 -3
  56. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -3
  57. package/dist-es/commands/GetSMSAttributesCommand.js +3 -3
  58. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -3
  59. package/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -3
  60. package/dist-es/commands/GetTopicAttributesCommand.js +3 -3
  61. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -3
  62. package/dist-es/commands/ListOriginationNumbersCommand.js +3 -3
  63. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -3
  64. package/dist-es/commands/ListPlatformApplicationsCommand.js +3 -3
  65. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -3
  66. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -3
  67. package/dist-es/commands/ListSubscriptionsCommand.js +3 -3
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-es/commands/ListTopicsCommand.js +3 -3
  70. package/dist-es/commands/OptInPhoneNumberCommand.js +3 -3
  71. package/dist-es/commands/PublishBatchCommand.js +3 -3
  72. package/dist-es/commands/PublishCommand.js +3 -3
  73. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  74. package/dist-es/commands/SetEndpointAttributesCommand.js +2 -2
  75. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -2
  76. package/dist-es/commands/SetSMSAttributesCommand.js +3 -3
  77. package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -2
  78. package/dist-es/commands/SetTopicAttributesCommand.js +2 -2
  79. package/dist-es/commands/SubscribeCommand.js +3 -3
  80. package/dist-es/commands/TagResourceCommand.js +3 -3
  81. package/dist-es/commands/UnsubscribeCommand.js +2 -2
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -3
  84. package/dist-es/models/models_0.js +81 -324
  85. package/dist-types/models/models_0.d.ts +324 -486
  86. package/dist-types/ts3.4/models/models_0.d.ts +162 -324
  87. package/package.json +7 -7
@@ -21,12 +21,6 @@ export interface AddPermissionInput {
21
21
  */
22
22
  ActionName: string[] | undefined;
23
23
  }
24
- export declare namespace AddPermissionInput {
25
- /**
26
- * @internal
27
- */
28
- const filterSensitiveLog: (obj: AddPermissionInput) => any;
29
- }
30
24
  /**
31
25
  * <p>Indicates that the user has been denied access to the requested resource.</p>
32
26
  */
@@ -81,12 +75,6 @@ export interface CheckIfPhoneNumberIsOptedOutInput {
81
75
  */
82
76
  phoneNumber: string | undefined;
83
77
  }
84
- export declare namespace CheckIfPhoneNumberIsOptedOutInput {
85
- /**
86
- * @internal
87
- */
88
- const filterSensitiveLog: (obj: CheckIfPhoneNumberIsOptedOutInput) => any;
89
- }
90
78
  /**
91
79
  * <p>The response from the <code>CheckIfPhoneNumberIsOptedOut</code> action.</p>
92
80
  */
@@ -108,12 +96,6 @@ export interface CheckIfPhoneNumberIsOptedOutResponse {
108
96
  */
109
97
  isOptedOut?: boolean;
110
98
  }
111
- export declare namespace CheckIfPhoneNumberIsOptedOutResponse {
112
- /**
113
- * @internal
114
- */
115
- const filterSensitiveLog: (obj: CheckIfPhoneNumberIsOptedOutResponse) => any;
116
- }
117
99
  /**
118
100
  * <p>Indicates that the rate at which requests have been submitted for this action exceeds the limit for your Amazon Web Services account.</p>
119
101
  */
@@ -145,12 +127,6 @@ export interface ConfirmSubscriptionInput {
145
127
  */
146
128
  AuthenticateOnUnsubscribe?: string;
147
129
  }
148
- export declare namespace ConfirmSubscriptionInput {
149
- /**
150
- * @internal
151
- */
152
- const filterSensitiveLog: (obj: ConfirmSubscriptionInput) => any;
153
- }
154
130
  /**
155
131
  * <p>Response for ConfirmSubscriptions action.</p>
156
132
  */
@@ -160,12 +136,6 @@ export interface ConfirmSubscriptionResponse {
160
136
  */
161
137
  SubscriptionArn?: string;
162
138
  }
163
- export declare namespace ConfirmSubscriptionResponse {
164
- /**
165
- * @internal
166
- */
167
- const filterSensitiveLog: (obj: ConfirmSubscriptionResponse) => any;
168
- }
169
139
  /**
170
140
  * <p>Indicates that the number of filter polices in your Amazon Web Services account exceeds the limit. To
171
141
  * add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web Services Support
@@ -211,12 +181,6 @@ export interface CreatePlatformApplicationInput {
211
181
  */
212
182
  Attributes: Record<string, string> | undefined;
213
183
  }
214
- export declare namespace CreatePlatformApplicationInput {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: CreatePlatformApplicationInput) => any;
219
- }
220
184
  /**
221
185
  * <p>Response from CreatePlatformApplication action.</p>
222
186
  */
@@ -226,12 +190,6 @@ export interface CreatePlatformApplicationResponse {
226
190
  */
227
191
  PlatformApplicationArn?: string;
228
192
  }
229
- export declare namespace CreatePlatformApplicationResponse {
230
- /**
231
- * @internal
232
- */
233
- const filterSensitiveLog: (obj: CreatePlatformApplicationResponse) => any;
234
- }
235
193
  /**
236
194
  * <p>Response from CreateEndpoint action.</p>
237
195
  */
@@ -241,12 +199,6 @@ export interface CreateEndpointResponse {
241
199
  */
242
200
  EndpointArn?: string;
243
201
  }
244
- export declare namespace CreateEndpointResponse {
245
- /**
246
- * @internal
247
- */
248
- const filterSensitiveLog: (obj: CreateEndpointResponse) => any;
249
- }
250
202
  /**
251
203
  * <p>Input for CreatePlatformEndpoint action.</p>
252
204
  */
@@ -274,12 +226,6 @@ export interface CreatePlatformEndpointInput {
274
226
  */
275
227
  Attributes?: Record<string, string>;
276
228
  }
277
- export declare namespace CreatePlatformEndpointInput {
278
- /**
279
- * @internal
280
- */
281
- const filterSensitiveLog: (obj: CreatePlatformEndpointInput) => any;
282
- }
283
229
  export declare enum LanguageCodeString {
284
230
  de_DE = "de-DE",
285
231
  en_GB = "en-GB",
@@ -307,20 +253,8 @@ export interface CreateSMSSandboxPhoneNumberInput {
307
253
  */
308
254
  LanguageCode?: LanguageCodeString | string;
309
255
  }
310
- export declare namespace CreateSMSSandboxPhoneNumberInput {
311
- /**
312
- * @internal
313
- */
314
- const filterSensitiveLog: (obj: CreateSMSSandboxPhoneNumberInput) => any;
315
- }
316
256
  export interface CreateSMSSandboxPhoneNumberResult {
317
257
  }
318
- export declare namespace CreateSMSSandboxPhoneNumberResult {
319
- /**
320
- * @internal
321
- */
322
- const filterSensitiveLog: (obj: CreateSMSSandboxPhoneNumberResult) => any;
323
- }
324
258
  /**
325
259
  * <p>Indicates that the specified phone number opted out of receiving SMS messages from
326
260
  * your Amazon Web Services account. You can't send SMS messages to phone numbers that opt out.</p>
@@ -370,12 +304,6 @@ export interface Tag {
370
304
  */
371
305
  Value: string | undefined;
372
306
  }
373
- export declare namespace Tag {
374
- /**
375
- * @internal
376
- */
377
- const filterSensitiveLog: (obj: Tag) => any;
378
- }
379
307
  /**
380
308
  * <p>Input for CreateTopic action.</p>
381
309
  */
@@ -471,12 +399,6 @@ export interface CreateTopicInput {
471
399
  */
472
400
  Tags?: Tag[];
473
401
  }
474
- export declare namespace CreateTopicInput {
475
- /**
476
- * @internal
477
- */
478
- const filterSensitiveLog: (obj: CreateTopicInput) => any;
479
- }
480
402
  /**
481
403
  * <p>Response from CreateTopic action.</p>
482
404
  */
@@ -486,12 +408,6 @@ export interface CreateTopicResponse {
486
408
  */
487
409
  TopicArn?: string;
488
410
  }
489
- export declare namespace CreateTopicResponse {
490
- /**
491
- * @internal
492
- */
493
- const filterSensitiveLog: (obj: CreateTopicResponse) => any;
494
- }
495
411
  /**
496
412
  * <p>The credential signature isn't valid. You must use an HTTPS endpoint and sign your
497
413
  * request using Signature Version 4.</p>
@@ -559,12 +475,6 @@ export interface DeleteEndpointInput {
559
475
  */
560
476
  EndpointArn: string | undefined;
561
477
  }
562
- export declare namespace DeleteEndpointInput {
563
- /**
564
- * @internal
565
- */
566
- const filterSensitiveLog: (obj: DeleteEndpointInput) => any;
567
- }
568
478
  /**
569
479
  * <p>Input for DeletePlatformApplication action.</p>
570
480
  */
@@ -574,32 +484,14 @@ export interface DeletePlatformApplicationInput {
574
484
  */
575
485
  PlatformApplicationArn: string | undefined;
576
486
  }
577
- export declare namespace DeletePlatformApplicationInput {
578
- /**
579
- * @internal
580
- */
581
- const filterSensitiveLog: (obj: DeletePlatformApplicationInput) => any;
582
- }
583
487
  export interface DeleteSMSSandboxPhoneNumberInput {
584
488
  /**
585
489
  * <p>The destination phone number to delete.</p>
586
490
  */
587
491
  PhoneNumber: string | undefined;
588
492
  }
589
- export declare namespace DeleteSMSSandboxPhoneNumberInput {
590
- /**
591
- * @internal
592
- */
593
- const filterSensitiveLog: (obj: DeleteSMSSandboxPhoneNumberInput) => any;
594
- }
595
493
  export interface DeleteSMSSandboxPhoneNumberResult {
596
494
  }
597
- export declare namespace DeleteSMSSandboxPhoneNumberResult {
598
- /**
599
- * @internal
600
- */
601
- const filterSensitiveLog: (obj: DeleteSMSSandboxPhoneNumberResult) => any;
602
- }
603
495
  /**
604
496
  * <p>Can’t perform the action on the specified resource. Make sure that the resource
605
497
  * exists.</p>
@@ -618,12 +510,6 @@ export interface DeleteTopicInput {
618
510
  */
619
511
  TopicArn: string | undefined;
620
512
  }
621
- export declare namespace DeleteTopicInput {
622
- /**
623
- * @internal
624
- */
625
- const filterSensitiveLog: (obj: DeleteTopicInput) => any;
626
- }
627
513
  /**
628
514
  * <p>Input for GetEndpointAttributes action.</p>
629
515
  */
@@ -633,12 +519,6 @@ export interface GetEndpointAttributesInput {
633
519
  */
634
520
  EndpointArn: string | undefined;
635
521
  }
636
- export declare namespace GetEndpointAttributesInput {
637
- /**
638
- * @internal
639
- */
640
- const filterSensitiveLog: (obj: GetEndpointAttributesInput) => any;
641
- }
642
522
  /**
643
523
  * <p>Response from GetEndpointAttributes of the EndpointArn.</p>
644
524
  */
@@ -673,12 +553,6 @@ export interface GetEndpointAttributesResponse {
673
553
  */
674
554
  Attributes?: Record<string, string>;
675
555
  }
676
- export declare namespace GetEndpointAttributesResponse {
677
- /**
678
- * @internal
679
- */
680
- const filterSensitiveLog: (obj: GetEndpointAttributesResponse) => any;
681
- }
682
556
  /**
683
557
  * <p>Input for GetPlatformApplicationAttributes action.</p>
684
558
  */
@@ -688,12 +562,6 @@ export interface GetPlatformApplicationAttributesInput {
688
562
  */
689
563
  PlatformApplicationArn: string | undefined;
690
564
  }
691
- export declare namespace GetPlatformApplicationAttributesInput {
692
- /**
693
- * @internal
694
- */
695
- const filterSensitiveLog: (obj: GetPlatformApplicationAttributesInput) => any;
696
- }
697
565
  /**
698
566
  * <p>Response for GetPlatformApplicationAttributes action.</p>
699
567
  */
@@ -738,12 +606,6 @@ export interface GetPlatformApplicationAttributesResponse {
738
606
  */
739
607
  Attributes?: Record<string, string>;
740
608
  }
741
- export declare namespace GetPlatformApplicationAttributesResponse {
742
- /**
743
- * @internal
744
- */
745
- const filterSensitiveLog: (obj: GetPlatformApplicationAttributesResponse) => any;
746
- }
747
609
  /**
748
610
  * <p>The input for the <code>GetSMSAttributes</code> request.</p>
749
611
  */
@@ -756,12 +618,6 @@ export interface GetSMSAttributesInput {
756
618
  */
757
619
  attributes?: string[];
758
620
  }
759
- export declare namespace GetSMSAttributesInput {
760
- /**
761
- * @internal
762
- */
763
- const filterSensitiveLog: (obj: GetSMSAttributesInput) => any;
764
- }
765
621
  /**
766
622
  * <p>The response from the <code>GetSMSAttributes</code> request.</p>
767
623
  */
@@ -771,32 +627,14 @@ export interface GetSMSAttributesResponse {
771
627
  */
772
628
  attributes?: Record<string, string>;
773
629
  }
774
- export declare namespace GetSMSAttributesResponse {
775
- /**
776
- * @internal
777
- */
778
- const filterSensitiveLog: (obj: GetSMSAttributesResponse) => any;
779
- }
780
630
  export interface GetSMSSandboxAccountStatusInput {
781
631
  }
782
- export declare namespace GetSMSSandboxAccountStatusInput {
783
- /**
784
- * @internal
785
- */
786
- const filterSensitiveLog: (obj: GetSMSSandboxAccountStatusInput) => any;
787
- }
788
632
  export interface GetSMSSandboxAccountStatusResult {
789
633
  /**
790
634
  * <p>Indicates whether the calling Amazon Web Services account is in the SMS sandbox.</p>
791
635
  */
792
636
  IsInSandbox: boolean | undefined;
793
637
  }
794
- export declare namespace GetSMSSandboxAccountStatusResult {
795
- /**
796
- * @internal
797
- */
798
- const filterSensitiveLog: (obj: GetSMSSandboxAccountStatusResult) => any;
799
- }
800
638
  /**
801
639
  * <p>Input for GetSubscriptionAttributes.</p>
802
640
  */
@@ -806,12 +644,6 @@ export interface GetSubscriptionAttributesInput {
806
644
  */
807
645
  SubscriptionArn: string | undefined;
808
646
  }
809
- export declare namespace GetSubscriptionAttributesInput {
810
- /**
811
- * @internal
812
- */
813
- const filterSensitiveLog: (obj: GetSubscriptionAttributesInput) => any;
814
- }
815
647
  /**
816
648
  * <p>Response for GetSubscriptionAttributes action.</p>
817
649
  */
@@ -898,12 +730,6 @@ export interface GetSubscriptionAttributesResponse {
898
730
  */
899
731
  Attributes?: Record<string, string>;
900
732
  }
901
- export declare namespace GetSubscriptionAttributesResponse {
902
- /**
903
- * @internal
904
- */
905
- const filterSensitiveLog: (obj: GetSubscriptionAttributesResponse) => any;
906
- }
907
733
  /**
908
734
  * <p>Input for GetTopicAttributes action.</p>
909
735
  */
@@ -913,12 +739,6 @@ export interface GetTopicAttributesInput {
913
739
  */
914
740
  TopicArn: string | undefined;
915
741
  }
916
- export declare namespace GetTopicAttributesInput {
917
- /**
918
- * @internal
919
- */
920
- const filterSensitiveLog: (obj: GetTopicAttributesInput) => any;
921
- }
922
742
  /**
923
743
  * <p>Response for GetTopicAttributes action.</p>
924
744
  */
@@ -1017,12 +837,6 @@ export interface GetTopicAttributesResponse {
1017
837
  */
1018
838
  Attributes?: Record<string, string>;
1019
839
  }
1020
- export declare namespace GetTopicAttributesResponse {
1021
- /**
1022
- * @internal
1023
- */
1024
- const filterSensitiveLog: (obj: GetTopicAttributesResponse) => any;
1025
- }
1026
840
  /**
1027
841
  * <p>Input for ListEndpointsByPlatformApplication action.</p>
1028
842
  */
@@ -1037,12 +851,6 @@ export interface ListEndpointsByPlatformApplicationInput {
1037
851
  */
1038
852
  NextToken?: string;
1039
853
  }
1040
- export declare namespace ListEndpointsByPlatformApplicationInput {
1041
- /**
1042
- * @internal
1043
- */
1044
- const filterSensitiveLog: (obj: ListEndpointsByPlatformApplicationInput) => any;
1045
- }
1046
854
  /**
1047
855
  * <p>The endpoint for mobile app and device.</p>
1048
856
  */
@@ -1056,12 +864,6 @@ export interface Endpoint {
1056
864
  */
1057
865
  Attributes?: Record<string, string>;
1058
866
  }
1059
- export declare namespace Endpoint {
1060
- /**
1061
- * @internal
1062
- */
1063
- const filterSensitiveLog: (obj: Endpoint) => any;
1064
- }
1065
867
  /**
1066
868
  * <p>Response for ListEndpointsByPlatformApplication action.</p>
1067
869
  */
@@ -1076,12 +878,6 @@ export interface ListEndpointsByPlatformApplicationResponse {
1076
878
  */
1077
879
  NextToken?: string;
1078
880
  }
1079
- export declare namespace ListEndpointsByPlatformApplicationResponse {
1080
- /**
1081
- * @internal
1082
- */
1083
- const filterSensitiveLog: (obj: ListEndpointsByPlatformApplicationResponse) => any;
1084
- }
1085
881
  export interface ListOriginationNumbersRequest {
1086
882
  /**
1087
883
  * <p>Token that the previous <code>ListOriginationNumbers</code> request returns.</p>
@@ -1092,12 +888,6 @@ export interface ListOriginationNumbersRequest {
1092
888
  */
1093
889
  MaxResults?: number;
1094
890
  }
1095
- export declare namespace ListOriginationNumbersRequest {
1096
- /**
1097
- * @internal
1098
- */
1099
- const filterSensitiveLog: (obj: ListOriginationNumbersRequest) => any;
1100
- }
1101
891
  export declare enum NumberCapability {
1102
892
  MMS = "MMS",
1103
893
  SMS = "SMS",
@@ -1137,12 +927,6 @@ export interface PhoneNumberInformation {
1137
927
  */
1138
928
  NumberCapabilities?: (NumberCapability | string)[];
1139
929
  }
1140
- export declare namespace PhoneNumberInformation {
1141
- /**
1142
- * @internal
1143
- */
1144
- const filterSensitiveLog: (obj: PhoneNumberInformation) => any;
1145
- }
1146
930
  export interface ListOriginationNumbersResult {
1147
931
  /**
1148
932
  * <p>A <code>NextToken</code> string is returned when you call the
@@ -1155,12 +939,6 @@ export interface ListOriginationNumbersResult {
1155
939
  */
1156
940
  PhoneNumbers?: PhoneNumberInformation[];
1157
941
  }
1158
- export declare namespace ListOriginationNumbersResult {
1159
- /**
1160
- * @internal
1161
- */
1162
- const filterSensitiveLog: (obj: ListOriginationNumbersResult) => any;
1163
- }
1164
942
  /**
1165
943
  * <p>Indicates that a parameter in the request is invalid.</p>
1166
944
  */
@@ -1184,12 +962,6 @@ export interface ListPhoneNumbersOptedOutInput {
1184
962
  */
1185
963
  nextToken?: string;
1186
964
  }
1187
- export declare namespace ListPhoneNumbersOptedOutInput {
1188
- /**
1189
- * @internal
1190
- */
1191
- const filterSensitiveLog: (obj: ListPhoneNumbersOptedOutInput) => any;
1192
- }
1193
965
  /**
1194
966
  * <p>The response from the <code>ListPhoneNumbersOptedOut</code> action.</p>
1195
967
  */
@@ -1206,12 +978,6 @@ export interface ListPhoneNumbersOptedOutResponse {
1206
978
  */
1207
979
  nextToken?: string;
1208
980
  }
1209
- export declare namespace ListPhoneNumbersOptedOutResponse {
1210
- /**
1211
- * @internal
1212
- */
1213
- const filterSensitiveLog: (obj: ListPhoneNumbersOptedOutResponse) => any;
1214
- }
1215
981
  /**
1216
982
  * <p>Input for ListPlatformApplications action.</p>
1217
983
  */
@@ -1222,12 +988,6 @@ export interface ListPlatformApplicationsInput {
1222
988
  */
1223
989
  NextToken?: string;
1224
990
  }
1225
- export declare namespace ListPlatformApplicationsInput {
1226
- /**
1227
- * @internal
1228
- */
1229
- const filterSensitiveLog: (obj: ListPlatformApplicationsInput) => any;
1230
- }
1231
991
  /**
1232
992
  * <p>Platform application object.</p>
1233
993
  */
@@ -1241,12 +1001,6 @@ export interface PlatformApplication {
1241
1001
  */
1242
1002
  Attributes?: Record<string, string>;
1243
1003
  }
1244
- export declare namespace PlatformApplication {
1245
- /**
1246
- * @internal
1247
- */
1248
- const filterSensitiveLog: (obj: PlatformApplication) => any;
1249
- }
1250
1004
  /**
1251
1005
  * <p>Response for ListPlatformApplications action.</p>
1252
1006
  */
@@ -1261,12 +1015,6 @@ export interface ListPlatformApplicationsResponse {
1261
1015
  */
1262
1016
  NextToken?: string;
1263
1017
  }
1264
- export declare namespace ListPlatformApplicationsResponse {
1265
- /**
1266
- * @internal
1267
- */
1268
- const filterSensitiveLog: (obj: ListPlatformApplicationsResponse) => any;
1269
- }
1270
1018
  export interface ListSMSSandboxPhoneNumbersInput {
1271
1019
  /**
1272
1020
  * <p>Token that the previous <code>ListSMSSandboxPhoneNumbersInput</code> request
@@ -1278,12 +1026,6 @@ export interface ListSMSSandboxPhoneNumbersInput {
1278
1026
  */
1279
1027
  MaxResults?: number;
1280
1028
  }
1281
- export declare namespace ListSMSSandboxPhoneNumbersInput {
1282
- /**
1283
- * @internal
1284
- */
1285
- const filterSensitiveLog: (obj: ListSMSSandboxPhoneNumbersInput) => any;
1286
- }
1287
1029
  export declare enum SMSSandboxPhoneNumberVerificationStatus {
1288
1030
  Pending = "Pending",
1289
1031
  Verified = "Verified"
@@ -1309,12 +1051,6 @@ export interface SMSSandboxPhoneNumber {
1309
1051
  */
1310
1052
  Status?: SMSSandboxPhoneNumberVerificationStatus | string;
1311
1053
  }
1312
- export declare namespace SMSSandboxPhoneNumber {
1313
- /**
1314
- * @internal
1315
- */
1316
- const filterSensitiveLog: (obj: SMSSandboxPhoneNumber) => any;
1317
- }
1318
1054
  export interface ListSMSSandboxPhoneNumbersResult {
1319
1055
  /**
1320
1056
  * <p>A list of the calling account's pending and verified phone numbers.</p>
@@ -1327,12 +1063,6 @@ export interface ListSMSSandboxPhoneNumbersResult {
1327
1063
  */
1328
1064
  NextToken?: string;
1329
1065
  }
1330
- export declare namespace ListSMSSandboxPhoneNumbersResult {
1331
- /**
1332
- * @internal
1333
- */
1334
- const filterSensitiveLog: (obj: ListSMSSandboxPhoneNumbersResult) => any;
1335
- }
1336
1066
  /**
1337
1067
  * <p>Input for ListSubscriptions action.</p>
1338
1068
  */
@@ -1342,12 +1072,6 @@ export interface ListSubscriptionsInput {
1342
1072
  */
1343
1073
  NextToken?: string;
1344
1074
  }
1345
- export declare namespace ListSubscriptionsInput {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: ListSubscriptionsInput) => any;
1350
- }
1351
1075
  /**
1352
1076
  * <p>A wrapper type for the attributes of an Amazon SNS subscription.</p>
1353
1077
  */
@@ -1373,12 +1097,6 @@ export interface Subscription {
1373
1097
  */
1374
1098
  TopicArn?: string;
1375
1099
  }
1376
- export declare namespace Subscription {
1377
- /**
1378
- * @internal
1379
- */
1380
- const filterSensitiveLog: (obj: Subscription) => any;
1381
- }
1382
1100
  /**
1383
1101
  * <p>Response for ListSubscriptions action</p>
1384
1102
  */
@@ -1393,12 +1111,6 @@ export interface ListSubscriptionsResponse {
1393
1111
  */
1394
1112
  NextToken?: string;
1395
1113
  }
1396
- export declare namespace ListSubscriptionsResponse {
1397
- /**
1398
- * @internal
1399
- */
1400
- const filterSensitiveLog: (obj: ListSubscriptionsResponse) => any;
1401
- }
1402
1114
  /**
1403
1115
  * <p>Input for ListSubscriptionsByTopic action.</p>
1404
1116
  */
@@ -1412,12 +1124,6 @@ export interface ListSubscriptionsByTopicInput {
1412
1124
  */
1413
1125
  NextToken?: string;
1414
1126
  }
1415
- export declare namespace ListSubscriptionsByTopicInput {
1416
- /**
1417
- * @internal
1418
- */
1419
- const filterSensitiveLog: (obj: ListSubscriptionsByTopicInput) => any;
1420
- }
1421
1127
  /**
1422
1128
  * <p>Response for ListSubscriptionsByTopic action.</p>
1423
1129
  */
@@ -1432,48 +1138,24 @@ export interface ListSubscriptionsByTopicResponse {
1432
1138
  */
1433
1139
  NextToken?: string;
1434
1140
  }
1435
- export declare namespace ListSubscriptionsByTopicResponse {
1436
- /**
1437
- * @internal
1438
- */
1439
- const filterSensitiveLog: (obj: ListSubscriptionsByTopicResponse) => any;
1440
- }
1441
1141
  export interface ListTagsForResourceRequest {
1442
1142
  /**
1443
1143
  * <p>The ARN of the topic for which to list tags.</p>
1444
1144
  */
1445
1145
  ResourceArn: string | undefined;
1446
1146
  }
1447
- export declare namespace ListTagsForResourceRequest {
1448
- /**
1449
- * @internal
1450
- */
1451
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1452
- }
1453
1147
  export interface ListTagsForResourceResponse {
1454
1148
  /**
1455
1149
  * <p>The tags associated with the specified topic.</p>
1456
1150
  */
1457
1151
  Tags?: Tag[];
1458
1152
  }
1459
- export declare namespace ListTagsForResourceResponse {
1460
- /**
1461
- * @internal
1462
- */
1463
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1464
- }
1465
1153
  export interface ListTopicsInput {
1466
1154
  /**
1467
1155
  * <p>Token returned by the previous <code>ListTopics</code> request.</p>
1468
1156
  */
1469
1157
  NextToken?: string;
1470
1158
  }
1471
- export declare namespace ListTopicsInput {
1472
- /**
1473
- * @internal
1474
- */
1475
- const filterSensitiveLog: (obj: ListTopicsInput) => any;
1476
- }
1477
1159
  /**
1478
1160
  * <p>A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's
1479
1161
  * attributes, use <code>GetTopicAttributes</code>.</p>
@@ -1484,12 +1166,6 @@ export interface Topic {
1484
1166
  */
1485
1167
  TopicArn?: string;
1486
1168
  }
1487
- export declare namespace Topic {
1488
- /**
1489
- * @internal
1490
- */
1491
- const filterSensitiveLog: (obj: Topic) => any;
1492
- }
1493
1169
  /**
1494
1170
  * <p>Response for ListTopics action.</p>
1495
1171
  */
@@ -1504,12 +1180,6 @@ export interface ListTopicsResponse {
1504
1180
  */
1505
1181
  NextToken?: string;
1506
1182
  }
1507
- export declare namespace ListTopicsResponse {
1508
- /**
1509
- * @internal
1510
- */
1511
- const filterSensitiveLog: (obj: ListTopicsResponse) => any;
1512
- }
1513
1183
  /**
1514
1184
  * <p>Input for the OptInPhoneNumber action.</p>
1515
1185
  */
@@ -1519,23 +1189,11 @@ export interface OptInPhoneNumberInput {
1519
1189
  */
1520
1190
  phoneNumber: string | undefined;
1521
1191
  }
1522
- export declare namespace OptInPhoneNumberInput {
1523
- /**
1524
- * @internal
1525
- */
1526
- const filterSensitiveLog: (obj: OptInPhoneNumberInput) => any;
1527
- }
1528
1192
  /**
1529
1193
  * <p>The response for the OptInPhoneNumber action.</p>
1530
1194
  */
1531
1195
  export interface OptInPhoneNumberResponse {
1532
1196
  }
1533
- export declare namespace OptInPhoneNumberResponse {
1534
- /**
1535
- * @internal
1536
- */
1537
- const filterSensitiveLog: (obj: OptInPhoneNumberResponse) => any;
1538
- }
1539
1197
  /**
1540
1198
  * <p>Exception error indicating endpoint disabled.</p>
1541
1199
  */
@@ -1674,12 +1332,6 @@ export interface MessageAttributeValue {
1674
1332
  */
1675
1333
  BinaryValue?: Uint8Array;
1676
1334
  }
1677
- export declare namespace MessageAttributeValue {
1678
- /**
1679
- * @internal
1680
- */
1681
- const filterSensitiveLog: (obj: MessageAttributeValue) => any;
1682
- }
1683
1335
  /**
1684
1336
  * <p>Input for Publish action.</p>
1685
1337
  */
@@ -1828,12 +1480,6 @@ export interface PublishInput {
1828
1480
  */
1829
1481
  MessageGroupId?: string;
1830
1482
  }
1831
- export declare namespace PublishInput {
1832
- /**
1833
- * @internal
1834
- */
1835
- const filterSensitiveLog: (obj: PublishInput) => any;
1836
- }
1837
1483
  /**
1838
1484
  * <p>Response for Publish action.</p>
1839
1485
  */
@@ -1852,12 +1498,6 @@ export interface PublishResponse {
1852
1498
  */
1853
1499
  SequenceNumber?: string;
1854
1500
  }
1855
- export declare namespace PublishResponse {
1856
- /**
1857
- * @internal
1858
- */
1859
- const filterSensitiveLog: (obj: PublishResponse) => any;
1860
- }
1861
1501
  /**
1862
1502
  * <p>Two or more batch entries in the request have the same <code>Id</code>.</p>
1863
1503
  */
@@ -1998,12 +1638,6 @@ export interface PublishBatchRequestEntry {
1998
1638
  */
1999
1639
  MessageGroupId?: string;
2000
1640
  }
2001
- export declare namespace PublishBatchRequestEntry {
2002
- /**
2003
- * @internal
2004
- */
2005
- const filterSensitiveLog: (obj: PublishBatchRequestEntry) => any;
2006
- }
2007
1641
  export interface PublishBatchInput {
2008
1642
  /**
2009
1643
  * <p>The Amazon resource name (ARN) of the topic you want to batch publish to.</p>
@@ -2014,12 +1648,6 @@ export interface PublishBatchInput {
2014
1648
  */
2015
1649
  PublishBatchRequestEntries: PublishBatchRequestEntry[] | undefined;
2016
1650
  }
2017
- export declare namespace PublishBatchInput {
2018
- /**
2019
- * @internal
2020
- */
2021
- const filterSensitiveLog: (obj: PublishBatchInput) => any;
2022
- }
2023
1651
  /**
2024
1652
  * <p>Gives a detailed description of failed messages in the batch.</p>
2025
1653
  */
@@ -2041,12 +1669,6 @@ export interface BatchResultErrorEntry {
2041
1669
  */
2042
1670
  SenderFault: boolean | undefined;
2043
1671
  }
2044
- export declare namespace BatchResultErrorEntry {
2045
- /**
2046
- * @internal
2047
- */
2048
- const filterSensitiveLog: (obj: BatchResultErrorEntry) => any;
2049
- }
2050
1672
  /**
2051
1673
  * <p>Encloses data related to a successful message in a batch request for topic.</p>
2052
1674
  */
@@ -2066,12 +1688,6 @@ export interface PublishBatchResultEntry {
2066
1688
  */
2067
1689
  SequenceNumber?: string;
2068
1690
  }
2069
- export declare namespace PublishBatchResultEntry {
2070
- /**
2071
- * @internal
2072
- */
2073
- const filterSensitiveLog: (obj: PublishBatchResultEntry) => any;
2074
- }
2075
1691
  export interface PublishBatchResponse {
2076
1692
  /**
2077
1693
  * <p>A list of successful <code>PublishBatch</code> responses.</p>
@@ -2082,12 +1698,6 @@ export interface PublishBatchResponse {
2082
1698
  */
2083
1699
  Failed?: BatchResultErrorEntry[];
2084
1700
  }
2085
- export declare namespace PublishBatchResponse {
2086
- /**
2087
- * @internal
2088
- */
2089
- const filterSensitiveLog: (obj: PublishBatchResponse) => any;
2090
- }
2091
1701
  /**
2092
1702
  * <p>The batch request contains more entries than permissible.</p>
2093
1703
  */
@@ -2112,12 +1722,6 @@ export interface RemovePermissionInput {
2112
1722
  */
2113
1723
  Label: string | undefined;
2114
1724
  }
2115
- export declare namespace RemovePermissionInput {
2116
- /**
2117
- * @internal
2118
- */
2119
- const filterSensitiveLog: (obj: RemovePermissionInput) => any;
2120
- }
2121
1725
  /**
2122
1726
  * <p>Input for SetEndpointAttributes action.</p>
2123
1727
  */
@@ -2153,12 +1757,6 @@ export interface SetEndpointAttributesInput {
2153
1757
  */
2154
1758
  Attributes: Record<string, string> | undefined;
2155
1759
  }
2156
- export declare namespace SetEndpointAttributesInput {
2157
- /**
2158
- * @internal
2159
- */
2160
- const filterSensitiveLog: (obj: SetEndpointAttributesInput) => any;
2161
- }
2162
1760
  /**
2163
1761
  * <p>Input for SetPlatformApplicationAttributes action.</p>
2164
1762
  */
@@ -2263,12 +1861,6 @@ export interface SetPlatformApplicationAttributesInput {
2263
1861
  */
2264
1862
  Attributes: Record<string, string> | undefined;
2265
1863
  }
2266
- export declare namespace SetPlatformApplicationAttributesInput {
2267
- /**
2268
- * @internal
2269
- */
2270
- const filterSensitiveLog: (obj: SetPlatformApplicationAttributesInput) => any;
2271
- }
2272
1864
  /**
2273
1865
  * <p>The input for the SetSMSAttributes action.</p>
2274
1866
  */
@@ -2362,23 +1954,11 @@ export interface SetSMSAttributesInput {
2362
1954
  */
2363
1955
  attributes: Record<string, string> | undefined;
2364
1956
  }
2365
- export declare namespace SetSMSAttributesInput {
2366
- /**
2367
- * @internal
2368
- */
2369
- const filterSensitiveLog: (obj: SetSMSAttributesInput) => any;
2370
- }
2371
1957
  /**
2372
1958
  * <p>The response for the SetSMSAttributes action.</p>
2373
1959
  */
2374
1960
  export interface SetSMSAttributesResponse {
2375
1961
  }
2376
- export declare namespace SetSMSAttributesResponse {
2377
- /**
2378
- * @internal
2379
- */
2380
- const filterSensitiveLog: (obj: SetSMSAttributesResponse) => any;
2381
- }
2382
1962
  /**
2383
1963
  * <p>Input for SetSubscriptionAttributes action.</p>
2384
1964
  */
@@ -2445,12 +2025,6 @@ export interface SetSubscriptionAttributesInput {
2445
2025
  */
2446
2026
  AttributeValue?: string;
2447
2027
  }
2448
- export declare namespace SetSubscriptionAttributesInput {
2449
- /**
2450
- * @internal
2451
- */
2452
- const filterSensitiveLog: (obj: SetSubscriptionAttributesInput) => any;
2453
- }
2454
2028
  /**
2455
2029
  * <p>Input for SetTopicAttributes action.</p>
2456
2030
  */
@@ -2526,12 +2100,6 @@ export interface SetTopicAttributesInput {
2526
2100
  */
2527
2101
  AttributeValue?: string;
2528
2102
  }
2529
- export declare namespace SetTopicAttributesInput {
2530
- /**
2531
- * @internal
2532
- */
2533
- const filterSensitiveLog: (obj: SetTopicAttributesInput) => any;
2534
- }
2535
2103
  /**
2536
2104
  * <p>Input for Subscribe action.</p>
2537
2105
  */
@@ -2698,12 +2266,6 @@ export interface SubscribeInput {
2698
2266
  */
2699
2267
  ReturnSubscriptionArn?: boolean;
2700
2268
  }
2701
- export declare namespace SubscribeInput {
2702
- /**
2703
- * @internal
2704
- */
2705
- const filterSensitiveLog: (obj: SubscribeInput) => any;
2706
- }
2707
2269
  /**
2708
2270
  * <p>Response for Subscribe action.</p>
2709
2271
  */
@@ -2716,12 +2278,6 @@ export interface SubscribeResponse {
2716
2278
  */
2717
2279
  SubscriptionArn?: string;
2718
2280
  }
2719
- export declare namespace SubscribeResponse {
2720
- /**
2721
- * @internal
2722
- */
2723
- const filterSensitiveLog: (obj: SubscribeResponse) => any;
2724
- }
2725
2281
  export interface TagResourceRequest {
2726
2282
  /**
2727
2283
  * <p>The ARN of the topic to which to add tags.</p>
@@ -2733,20 +2289,8 @@ export interface TagResourceRequest {
2733
2289
  */
2734
2290
  Tags: Tag[] | undefined;
2735
2291
  }
2736
- export declare namespace TagResourceRequest {
2737
- /**
2738
- * @internal
2739
- */
2740
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2741
- }
2742
2292
  export interface TagResourceResponse {
2743
2293
  }
2744
- export declare namespace TagResourceResponse {
2745
- /**
2746
- * @internal
2747
- */
2748
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2749
- }
2750
2294
  /**
2751
2295
  * <p>Input for Unsubscribe action.</p>
2752
2296
  */
@@ -2756,12 +2300,6 @@ export interface UnsubscribeInput {
2756
2300
  */
2757
2301
  SubscriptionArn: string | undefined;
2758
2302
  }
2759
- export declare namespace UnsubscribeInput {
2760
- /**
2761
- * @internal
2762
- */
2763
- const filterSensitiveLog: (obj: UnsubscribeInput) => any;
2764
- }
2765
2303
  export interface UntagResourceRequest {
2766
2304
  /**
2767
2305
  * <p>The ARN of the topic from which to remove tags.</p>
@@ -2772,20 +2310,8 @@ export interface UntagResourceRequest {
2772
2310
  */
2773
2311
  TagKeys: string[] | undefined;
2774
2312
  }
2775
- export declare namespace UntagResourceRequest {
2776
- /**
2777
- * @internal
2778
- */
2779
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2780
- }
2781
2313
  export interface UntagResourceResponse {
2782
2314
  }
2783
- export declare namespace UntagResourceResponse {
2784
- /**
2785
- * @internal
2786
- */
2787
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2788
- }
2789
2315
  /**
2790
2316
  * <p>Indicates that the one-time password (OTP) used for verification is invalid.</p>
2791
2317
  */
@@ -2813,20 +2339,332 @@ export interface VerifySMSSandboxPhoneNumberInput {
2813
2339
  */
2814
2340
  OneTimePassword: string | undefined;
2815
2341
  }
2816
- export declare namespace VerifySMSSandboxPhoneNumberInput {
2817
- /**
2818
- * @internal
2819
- */
2820
- const filterSensitiveLog: (obj: VerifySMSSandboxPhoneNumberInput) => any;
2821
- }
2822
2342
  /**
2823
2343
  * <p>The destination phone number's verification status.</p>
2824
2344
  */
2825
2345
  export interface VerifySMSSandboxPhoneNumberResult {
2826
2346
  }
2827
- export declare namespace VerifySMSSandboxPhoneNumberResult {
2828
- /**
2829
- * @internal
2830
- */
2831
- const filterSensitiveLog: (obj: VerifySMSSandboxPhoneNumberResult) => any;
2832
- }
2347
+ /**
2348
+ * @internal
2349
+ */
2350
+ export declare const AddPermissionInputFilterSensitiveLog: (obj: AddPermissionInput) => any;
2351
+ /**
2352
+ * @internal
2353
+ */
2354
+ export declare const CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog: (obj: CheckIfPhoneNumberIsOptedOutInput) => any;
2355
+ /**
2356
+ * @internal
2357
+ */
2358
+ export declare const CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog: (obj: CheckIfPhoneNumberIsOptedOutResponse) => any;
2359
+ /**
2360
+ * @internal
2361
+ */
2362
+ export declare const ConfirmSubscriptionInputFilterSensitiveLog: (obj: ConfirmSubscriptionInput) => any;
2363
+ /**
2364
+ * @internal
2365
+ */
2366
+ export declare const ConfirmSubscriptionResponseFilterSensitiveLog: (obj: ConfirmSubscriptionResponse) => any;
2367
+ /**
2368
+ * @internal
2369
+ */
2370
+ export declare const CreatePlatformApplicationInputFilterSensitiveLog: (obj: CreatePlatformApplicationInput) => any;
2371
+ /**
2372
+ * @internal
2373
+ */
2374
+ export declare const CreatePlatformApplicationResponseFilterSensitiveLog: (obj: CreatePlatformApplicationResponse) => any;
2375
+ /**
2376
+ * @internal
2377
+ */
2378
+ export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
2379
+ /**
2380
+ * @internal
2381
+ */
2382
+ export declare const CreatePlatformEndpointInputFilterSensitiveLog: (obj: CreatePlatformEndpointInput) => any;
2383
+ /**
2384
+ * @internal
2385
+ */
2386
+ export declare const CreateSMSSandboxPhoneNumberInputFilterSensitiveLog: (obj: CreateSMSSandboxPhoneNumberInput) => any;
2387
+ /**
2388
+ * @internal
2389
+ */
2390
+ export declare const CreateSMSSandboxPhoneNumberResultFilterSensitiveLog: (obj: CreateSMSSandboxPhoneNumberResult) => any;
2391
+ /**
2392
+ * @internal
2393
+ */
2394
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2395
+ /**
2396
+ * @internal
2397
+ */
2398
+ export declare const CreateTopicInputFilterSensitiveLog: (obj: CreateTopicInput) => any;
2399
+ /**
2400
+ * @internal
2401
+ */
2402
+ export declare const CreateTopicResponseFilterSensitiveLog: (obj: CreateTopicResponse) => any;
2403
+ /**
2404
+ * @internal
2405
+ */
2406
+ export declare const DeleteEndpointInputFilterSensitiveLog: (obj: DeleteEndpointInput) => any;
2407
+ /**
2408
+ * @internal
2409
+ */
2410
+ export declare const DeletePlatformApplicationInputFilterSensitiveLog: (obj: DeletePlatformApplicationInput) => any;
2411
+ /**
2412
+ * @internal
2413
+ */
2414
+ export declare const DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog: (obj: DeleteSMSSandboxPhoneNumberInput) => any;
2415
+ /**
2416
+ * @internal
2417
+ */
2418
+ export declare const DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog: (obj: DeleteSMSSandboxPhoneNumberResult) => any;
2419
+ /**
2420
+ * @internal
2421
+ */
2422
+ export declare const DeleteTopicInputFilterSensitiveLog: (obj: DeleteTopicInput) => any;
2423
+ /**
2424
+ * @internal
2425
+ */
2426
+ export declare const GetEndpointAttributesInputFilterSensitiveLog: (obj: GetEndpointAttributesInput) => any;
2427
+ /**
2428
+ * @internal
2429
+ */
2430
+ export declare const GetEndpointAttributesResponseFilterSensitiveLog: (obj: GetEndpointAttributesResponse) => any;
2431
+ /**
2432
+ * @internal
2433
+ */
2434
+ export declare const GetPlatformApplicationAttributesInputFilterSensitiveLog: (obj: GetPlatformApplicationAttributesInput) => any;
2435
+ /**
2436
+ * @internal
2437
+ */
2438
+ export declare const GetPlatformApplicationAttributesResponseFilterSensitiveLog: (obj: GetPlatformApplicationAttributesResponse) => any;
2439
+ /**
2440
+ * @internal
2441
+ */
2442
+ export declare const GetSMSAttributesInputFilterSensitiveLog: (obj: GetSMSAttributesInput) => any;
2443
+ /**
2444
+ * @internal
2445
+ */
2446
+ export declare const GetSMSAttributesResponseFilterSensitiveLog: (obj: GetSMSAttributesResponse) => any;
2447
+ /**
2448
+ * @internal
2449
+ */
2450
+ export declare const GetSMSSandboxAccountStatusInputFilterSensitiveLog: (obj: GetSMSSandboxAccountStatusInput) => any;
2451
+ /**
2452
+ * @internal
2453
+ */
2454
+ export declare const GetSMSSandboxAccountStatusResultFilterSensitiveLog: (obj: GetSMSSandboxAccountStatusResult) => any;
2455
+ /**
2456
+ * @internal
2457
+ */
2458
+ export declare const GetSubscriptionAttributesInputFilterSensitiveLog: (obj: GetSubscriptionAttributesInput) => any;
2459
+ /**
2460
+ * @internal
2461
+ */
2462
+ export declare const GetSubscriptionAttributesResponseFilterSensitiveLog: (obj: GetSubscriptionAttributesResponse) => any;
2463
+ /**
2464
+ * @internal
2465
+ */
2466
+ export declare const GetTopicAttributesInputFilterSensitiveLog: (obj: GetTopicAttributesInput) => any;
2467
+ /**
2468
+ * @internal
2469
+ */
2470
+ export declare const GetTopicAttributesResponseFilterSensitiveLog: (obj: GetTopicAttributesResponse) => any;
2471
+ /**
2472
+ * @internal
2473
+ */
2474
+ export declare const ListEndpointsByPlatformApplicationInputFilterSensitiveLog: (obj: ListEndpointsByPlatformApplicationInput) => any;
2475
+ /**
2476
+ * @internal
2477
+ */
2478
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
2479
+ /**
2480
+ * @internal
2481
+ */
2482
+ export declare const ListEndpointsByPlatformApplicationResponseFilterSensitiveLog: (obj: ListEndpointsByPlatformApplicationResponse) => any;
2483
+ /**
2484
+ * @internal
2485
+ */
2486
+ export declare const ListOriginationNumbersRequestFilterSensitiveLog: (obj: ListOriginationNumbersRequest) => any;
2487
+ /**
2488
+ * @internal
2489
+ */
2490
+ export declare const PhoneNumberInformationFilterSensitiveLog: (obj: PhoneNumberInformation) => any;
2491
+ /**
2492
+ * @internal
2493
+ */
2494
+ export declare const ListOriginationNumbersResultFilterSensitiveLog: (obj: ListOriginationNumbersResult) => any;
2495
+ /**
2496
+ * @internal
2497
+ */
2498
+ export declare const ListPhoneNumbersOptedOutInputFilterSensitiveLog: (obj: ListPhoneNumbersOptedOutInput) => any;
2499
+ /**
2500
+ * @internal
2501
+ */
2502
+ export declare const ListPhoneNumbersOptedOutResponseFilterSensitiveLog: (obj: ListPhoneNumbersOptedOutResponse) => any;
2503
+ /**
2504
+ * @internal
2505
+ */
2506
+ export declare const ListPlatformApplicationsInputFilterSensitiveLog: (obj: ListPlatformApplicationsInput) => any;
2507
+ /**
2508
+ * @internal
2509
+ */
2510
+ export declare const PlatformApplicationFilterSensitiveLog: (obj: PlatformApplication) => any;
2511
+ /**
2512
+ * @internal
2513
+ */
2514
+ export declare const ListPlatformApplicationsResponseFilterSensitiveLog: (obj: ListPlatformApplicationsResponse) => any;
2515
+ /**
2516
+ * @internal
2517
+ */
2518
+ export declare const ListSMSSandboxPhoneNumbersInputFilterSensitiveLog: (obj: ListSMSSandboxPhoneNumbersInput) => any;
2519
+ /**
2520
+ * @internal
2521
+ */
2522
+ export declare const SMSSandboxPhoneNumberFilterSensitiveLog: (obj: SMSSandboxPhoneNumber) => any;
2523
+ /**
2524
+ * @internal
2525
+ */
2526
+ export declare const ListSMSSandboxPhoneNumbersResultFilterSensitiveLog: (obj: ListSMSSandboxPhoneNumbersResult) => any;
2527
+ /**
2528
+ * @internal
2529
+ */
2530
+ export declare const ListSubscriptionsInputFilterSensitiveLog: (obj: ListSubscriptionsInput) => any;
2531
+ /**
2532
+ * @internal
2533
+ */
2534
+ export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
2535
+ /**
2536
+ * @internal
2537
+ */
2538
+ export declare const ListSubscriptionsResponseFilterSensitiveLog: (obj: ListSubscriptionsResponse) => any;
2539
+ /**
2540
+ * @internal
2541
+ */
2542
+ export declare const ListSubscriptionsByTopicInputFilterSensitiveLog: (obj: ListSubscriptionsByTopicInput) => any;
2543
+ /**
2544
+ * @internal
2545
+ */
2546
+ export declare const ListSubscriptionsByTopicResponseFilterSensitiveLog: (obj: ListSubscriptionsByTopicResponse) => any;
2547
+ /**
2548
+ * @internal
2549
+ */
2550
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2551
+ /**
2552
+ * @internal
2553
+ */
2554
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2555
+ /**
2556
+ * @internal
2557
+ */
2558
+ export declare const ListTopicsInputFilterSensitiveLog: (obj: ListTopicsInput) => any;
2559
+ /**
2560
+ * @internal
2561
+ */
2562
+ export declare const TopicFilterSensitiveLog: (obj: Topic) => any;
2563
+ /**
2564
+ * @internal
2565
+ */
2566
+ export declare const ListTopicsResponseFilterSensitiveLog: (obj: ListTopicsResponse) => any;
2567
+ /**
2568
+ * @internal
2569
+ */
2570
+ export declare const OptInPhoneNumberInputFilterSensitiveLog: (obj: OptInPhoneNumberInput) => any;
2571
+ /**
2572
+ * @internal
2573
+ */
2574
+ export declare const OptInPhoneNumberResponseFilterSensitiveLog: (obj: OptInPhoneNumberResponse) => any;
2575
+ /**
2576
+ * @internal
2577
+ */
2578
+ export declare const MessageAttributeValueFilterSensitiveLog: (obj: MessageAttributeValue) => any;
2579
+ /**
2580
+ * @internal
2581
+ */
2582
+ export declare const PublishInputFilterSensitiveLog: (obj: PublishInput) => any;
2583
+ /**
2584
+ * @internal
2585
+ */
2586
+ export declare const PublishResponseFilterSensitiveLog: (obj: PublishResponse) => any;
2587
+ /**
2588
+ * @internal
2589
+ */
2590
+ export declare const PublishBatchRequestEntryFilterSensitiveLog: (obj: PublishBatchRequestEntry) => any;
2591
+ /**
2592
+ * @internal
2593
+ */
2594
+ export declare const PublishBatchInputFilterSensitiveLog: (obj: PublishBatchInput) => any;
2595
+ /**
2596
+ * @internal
2597
+ */
2598
+ export declare const BatchResultErrorEntryFilterSensitiveLog: (obj: BatchResultErrorEntry) => any;
2599
+ /**
2600
+ * @internal
2601
+ */
2602
+ export declare const PublishBatchResultEntryFilterSensitiveLog: (obj: PublishBatchResultEntry) => any;
2603
+ /**
2604
+ * @internal
2605
+ */
2606
+ export declare const PublishBatchResponseFilterSensitiveLog: (obj: PublishBatchResponse) => any;
2607
+ /**
2608
+ * @internal
2609
+ */
2610
+ export declare const RemovePermissionInputFilterSensitiveLog: (obj: RemovePermissionInput) => any;
2611
+ /**
2612
+ * @internal
2613
+ */
2614
+ export declare const SetEndpointAttributesInputFilterSensitiveLog: (obj: SetEndpointAttributesInput) => any;
2615
+ /**
2616
+ * @internal
2617
+ */
2618
+ export declare const SetPlatformApplicationAttributesInputFilterSensitiveLog: (obj: SetPlatformApplicationAttributesInput) => any;
2619
+ /**
2620
+ * @internal
2621
+ */
2622
+ export declare const SetSMSAttributesInputFilterSensitiveLog: (obj: SetSMSAttributesInput) => any;
2623
+ /**
2624
+ * @internal
2625
+ */
2626
+ export declare const SetSMSAttributesResponseFilterSensitiveLog: (obj: SetSMSAttributesResponse) => any;
2627
+ /**
2628
+ * @internal
2629
+ */
2630
+ export declare const SetSubscriptionAttributesInputFilterSensitiveLog: (obj: SetSubscriptionAttributesInput) => any;
2631
+ /**
2632
+ * @internal
2633
+ */
2634
+ export declare const SetTopicAttributesInputFilterSensitiveLog: (obj: SetTopicAttributesInput) => any;
2635
+ /**
2636
+ * @internal
2637
+ */
2638
+ export declare const SubscribeInputFilterSensitiveLog: (obj: SubscribeInput) => any;
2639
+ /**
2640
+ * @internal
2641
+ */
2642
+ export declare const SubscribeResponseFilterSensitiveLog: (obj: SubscribeResponse) => any;
2643
+ /**
2644
+ * @internal
2645
+ */
2646
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2647
+ /**
2648
+ * @internal
2649
+ */
2650
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2651
+ /**
2652
+ * @internal
2653
+ */
2654
+ export declare const UnsubscribeInputFilterSensitiveLog: (obj: UnsubscribeInput) => any;
2655
+ /**
2656
+ * @internal
2657
+ */
2658
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2659
+ /**
2660
+ * @internal
2661
+ */
2662
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2663
+ /**
2664
+ * @internal
2665
+ */
2666
+ export declare const VerifySMSSandboxPhoneNumberInputFilterSensitiveLog: (obj: VerifySMSSandboxPhoneNumberInput) => any;
2667
+ /**
2668
+ * @internal
2669
+ */
2670
+ export declare const VerifySMSSandboxPhoneNumberResultFilterSensitiveLog: (obj: VerifySMSSandboxPhoneNumberResult) => any;