@aws-sdk/client-sns 3.929.0 → 3.931.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 (66) hide show
  1. package/dist-cjs/index.js +1273 -3290
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SNSClient.js +2 -0
  4. package/dist-es/commands/AddPermissionCommand.js +3 -9
  5. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -10
  6. package/dist-es/commands/ConfirmSubscriptionCommand.js +3 -9
  7. package/dist-es/commands/CreatePlatformApplicationCommand.js +3 -9
  8. package/dist-es/commands/CreatePlatformEndpointCommand.js +3 -9
  9. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -10
  10. package/dist-es/commands/CreateTopicCommand.js +3 -9
  11. package/dist-es/commands/DeleteEndpointCommand.js +3 -9
  12. package/dist-es/commands/DeletePlatformApplicationCommand.js +3 -9
  13. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -10
  14. package/dist-es/commands/DeleteTopicCommand.js +3 -9
  15. package/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -9
  16. package/dist-es/commands/GetEndpointAttributesCommand.js +3 -9
  17. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -9
  18. package/dist-es/commands/GetSMSAttributesCommand.js +3 -9
  19. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -9
  20. package/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -9
  21. package/dist-es/commands/GetTopicAttributesCommand.js +3 -9
  22. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -9
  23. package/dist-es/commands/ListOriginationNumbersCommand.js +3 -10
  24. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -10
  25. package/dist-es/commands/ListPlatformApplicationsCommand.js +3 -9
  26. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -10
  27. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -9
  28. package/dist-es/commands/ListSubscriptionsCommand.js +3 -9
  29. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  30. package/dist-es/commands/ListTopicsCommand.js +3 -9
  31. package/dist-es/commands/OptInPhoneNumberCommand.js +3 -10
  32. package/dist-es/commands/PublishBatchCommand.js +3 -9
  33. package/dist-es/commands/PublishCommand.js +3 -10
  34. package/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -9
  35. package/dist-es/commands/RemovePermissionCommand.js +3 -9
  36. package/dist-es/commands/SetEndpointAttributesCommand.js +3 -9
  37. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +3 -9
  38. package/dist-es/commands/SetSMSAttributesCommand.js +3 -9
  39. package/dist-es/commands/SetSubscriptionAttributesCommand.js +3 -9
  40. package/dist-es/commands/SetTopicAttributesCommand.js +3 -9
  41. package/dist-es/commands/SubscribeCommand.js +3 -9
  42. package/dist-es/commands/TagResourceCommand.js +3 -9
  43. package/dist-es/commands/UnsubscribeCommand.js +3 -9
  44. package/dist-es/commands/UntagResourceCommand.js +3 -9
  45. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -10
  46. package/dist-es/models/models_0.js +0 -49
  47. package/dist-es/runtimeConfig.shared.js +7 -0
  48. package/dist-es/schemas/schemas_0.js +1192 -0
  49. package/dist-types/SNSClient.d.ts +10 -1
  50. package/dist-types/models/models_0.d.ts +0 -44
  51. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  52. package/dist-types/runtimeConfig.d.ts +1 -0
  53. package/dist-types/runtimeConfig.native.d.ts +1 -0
  54. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  55. package/dist-types/schemas/schemas_0.d.ts +185 -0
  56. package/dist-types/ts3.4/SNSClient.d.ts +4 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +0 -31
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +192 -0
  63. package/package.json +33 -33
  64. package/dist-es/protocols/Aws_query.js +0 -2938
  65. package/dist-types/protocols/Aws_query.d.ts +0 -380
  66. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -509
@@ -1,380 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "../commands/AddPermissionCommand";
4
- import { CheckIfPhoneNumberIsOptedOutCommandInput, CheckIfPhoneNumberIsOptedOutCommandOutput } from "../commands/CheckIfPhoneNumberIsOptedOutCommand";
5
- import { ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput } from "../commands/ConfirmSubscriptionCommand";
6
- import { CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput } from "../commands/CreatePlatformApplicationCommand";
7
- import { CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput } from "../commands/CreatePlatformEndpointCommand";
8
- import { CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput } from "../commands/CreateSMSSandboxPhoneNumberCommand";
9
- import { CreateTopicCommandInput, CreateTopicCommandOutput } from "../commands/CreateTopicCommand";
10
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
11
- import { DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput } from "../commands/DeletePlatformApplicationCommand";
12
- import { DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput } from "../commands/DeleteSMSSandboxPhoneNumberCommand";
13
- import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "../commands/DeleteTopicCommand";
14
- import { GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput } from "../commands/GetDataProtectionPolicyCommand";
15
- import { GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput } from "../commands/GetEndpointAttributesCommand";
16
- import { GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput } from "../commands/GetPlatformApplicationAttributesCommand";
17
- import { GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput } from "../commands/GetSMSAttributesCommand";
18
- import { GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput } from "../commands/GetSMSSandboxAccountStatusCommand";
19
- import { GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput } from "../commands/GetSubscriptionAttributesCommand";
20
- import { GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput } from "../commands/GetTopicAttributesCommand";
21
- import { ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput } from "../commands/ListEndpointsByPlatformApplicationCommand";
22
- import { ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput } from "../commands/ListOriginationNumbersCommand";
23
- import { ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput } from "../commands/ListPhoneNumbersOptedOutCommand";
24
- import { ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput } from "../commands/ListPlatformApplicationsCommand";
25
- import { ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput } from "../commands/ListSMSSandboxPhoneNumbersCommand";
26
- import { ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput } from "../commands/ListSubscriptionsByTopicCommand";
27
- import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "../commands/ListSubscriptionsCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
29
- import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
30
- import { OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput } from "../commands/OptInPhoneNumberCommand";
31
- import { PublishBatchCommandInput, PublishBatchCommandOutput } from "../commands/PublishBatchCommand";
32
- import { PublishCommandInput, PublishCommandOutput } from "../commands/PublishCommand";
33
- import { PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput } from "../commands/PutDataProtectionPolicyCommand";
34
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "../commands/RemovePermissionCommand";
35
- import { SetEndpointAttributesCommandInput, SetEndpointAttributesCommandOutput } from "../commands/SetEndpointAttributesCommand";
36
- import { SetPlatformApplicationAttributesCommandInput, SetPlatformApplicationAttributesCommandOutput } from "../commands/SetPlatformApplicationAttributesCommand";
37
- import { SetSMSAttributesCommandInput, SetSMSAttributesCommandOutput } from "../commands/SetSMSAttributesCommand";
38
- import { SetSubscriptionAttributesCommandInput, SetSubscriptionAttributesCommandOutput } from "../commands/SetSubscriptionAttributesCommand";
39
- import { SetTopicAttributesCommandInput, SetTopicAttributesCommandOutput } from "../commands/SetTopicAttributesCommand";
40
- import { SubscribeCommandInput, SubscribeCommandOutput } from "../commands/SubscribeCommand";
41
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
42
- import { UnsubscribeCommandInput, UnsubscribeCommandOutput } from "../commands/UnsubscribeCommand";
43
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
44
- import { VerifySMSSandboxPhoneNumberCommandInput, VerifySMSSandboxPhoneNumberCommandOutput } from "../commands/VerifySMSSandboxPhoneNumberCommand";
45
- /**
46
- * serializeAws_queryAddPermissionCommand
47
- */
48
- export declare const se_AddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_queryCheckIfPhoneNumberIsOptedOutCommand
51
- */
52
- export declare const se_CheckIfPhoneNumberIsOptedOutCommand: (input: CheckIfPhoneNumberIsOptedOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_queryConfirmSubscriptionCommand
55
- */
56
- export declare const se_ConfirmSubscriptionCommand: (input: ConfirmSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_queryCreatePlatformApplicationCommand
59
- */
60
- export declare const se_CreatePlatformApplicationCommand: (input: CreatePlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_queryCreatePlatformEndpointCommand
63
- */
64
- export declare const se_CreatePlatformEndpointCommand: (input: CreatePlatformEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_queryCreateSMSSandboxPhoneNumberCommand
67
- */
68
- export declare const se_CreateSMSSandboxPhoneNumberCommand: (input: CreateSMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_queryCreateTopicCommand
71
- */
72
- export declare const se_CreateTopicCommand: (input: CreateTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_queryDeleteEndpointCommand
75
- */
76
- export declare const se_DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_queryDeletePlatformApplicationCommand
79
- */
80
- export declare const se_DeletePlatformApplicationCommand: (input: DeletePlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_queryDeleteSMSSandboxPhoneNumberCommand
83
- */
84
- export declare const se_DeleteSMSSandboxPhoneNumberCommand: (input: DeleteSMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_queryDeleteTopicCommand
87
- */
88
- export declare const se_DeleteTopicCommand: (input: DeleteTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_queryGetDataProtectionPolicyCommand
91
- */
92
- export declare const se_GetDataProtectionPolicyCommand: (input: GetDataProtectionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_queryGetEndpointAttributesCommand
95
- */
96
- export declare const se_GetEndpointAttributesCommand: (input: GetEndpointAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_queryGetPlatformApplicationAttributesCommand
99
- */
100
- export declare const se_GetPlatformApplicationAttributesCommand: (input: GetPlatformApplicationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_queryGetSMSAttributesCommand
103
- */
104
- export declare const se_GetSMSAttributesCommand: (input: GetSMSAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_queryGetSMSSandboxAccountStatusCommand
107
- */
108
- export declare const se_GetSMSSandboxAccountStatusCommand: (input: GetSMSSandboxAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_queryGetSubscriptionAttributesCommand
111
- */
112
- export declare const se_GetSubscriptionAttributesCommand: (input: GetSubscriptionAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_queryGetTopicAttributesCommand
115
- */
116
- export declare const se_GetTopicAttributesCommand: (input: GetTopicAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_queryListEndpointsByPlatformApplicationCommand
119
- */
120
- export declare const se_ListEndpointsByPlatformApplicationCommand: (input: ListEndpointsByPlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_queryListOriginationNumbersCommand
123
- */
124
- export declare const se_ListOriginationNumbersCommand: (input: ListOriginationNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_queryListPhoneNumbersOptedOutCommand
127
- */
128
- export declare const se_ListPhoneNumbersOptedOutCommand: (input: ListPhoneNumbersOptedOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_queryListPlatformApplicationsCommand
131
- */
132
- export declare const se_ListPlatformApplicationsCommand: (input: ListPlatformApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_queryListSMSSandboxPhoneNumbersCommand
135
- */
136
- export declare const se_ListSMSSandboxPhoneNumbersCommand: (input: ListSMSSandboxPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_queryListSubscriptionsCommand
139
- */
140
- export declare const se_ListSubscriptionsCommand: (input: ListSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_queryListSubscriptionsByTopicCommand
143
- */
144
- export declare const se_ListSubscriptionsByTopicCommand: (input: ListSubscriptionsByTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_queryListTagsForResourceCommand
147
- */
148
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_queryListTopicsCommand
151
- */
152
- export declare const se_ListTopicsCommand: (input: ListTopicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_queryOptInPhoneNumberCommand
155
- */
156
- export declare const se_OptInPhoneNumberCommand: (input: OptInPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_queryPublishCommand
159
- */
160
- export declare const se_PublishCommand: (input: PublishCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_queryPublishBatchCommand
163
- */
164
- export declare const se_PublishBatchCommand: (input: PublishBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_queryPutDataProtectionPolicyCommand
167
- */
168
- export declare const se_PutDataProtectionPolicyCommand: (input: PutDataProtectionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_queryRemovePermissionCommand
171
- */
172
- export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_querySetEndpointAttributesCommand
175
- */
176
- export declare const se_SetEndpointAttributesCommand: (input: SetEndpointAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_querySetPlatformApplicationAttributesCommand
179
- */
180
- export declare const se_SetPlatformApplicationAttributesCommand: (input: SetPlatformApplicationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_querySetSMSAttributesCommand
183
- */
184
- export declare const se_SetSMSAttributesCommand: (input: SetSMSAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_querySetSubscriptionAttributesCommand
187
- */
188
- export declare const se_SetSubscriptionAttributesCommand: (input: SetSubscriptionAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_querySetTopicAttributesCommand
191
- */
192
- export declare const se_SetTopicAttributesCommand: (input: SetTopicAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * serializeAws_querySubscribeCommand
195
- */
196
- export declare const se_SubscribeCommand: (input: SubscribeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- /**
198
- * serializeAws_queryTagResourceCommand
199
- */
200
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- /**
202
- * serializeAws_queryUnsubscribeCommand
203
- */
204
- export declare const se_UnsubscribeCommand: (input: UnsubscribeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- /**
206
- * serializeAws_queryUntagResourceCommand
207
- */
208
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- /**
210
- * serializeAws_queryVerifySMSSandboxPhoneNumberCommand
211
- */
212
- export declare const se_VerifySMSSandboxPhoneNumberCommand: (input: VerifySMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- /**
214
- * deserializeAws_queryAddPermissionCommand
215
- */
216
- export declare const de_AddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
217
- /**
218
- * deserializeAws_queryCheckIfPhoneNumberIsOptedOutCommand
219
- */
220
- export declare const de_CheckIfPhoneNumberIsOptedOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckIfPhoneNumberIsOptedOutCommandOutput>;
221
- /**
222
- * deserializeAws_queryConfirmSubscriptionCommand
223
- */
224
- export declare const de_ConfirmSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmSubscriptionCommandOutput>;
225
- /**
226
- * deserializeAws_queryCreatePlatformApplicationCommand
227
- */
228
- export declare const de_CreatePlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformApplicationCommandOutput>;
229
- /**
230
- * deserializeAws_queryCreatePlatformEndpointCommand
231
- */
232
- export declare const de_CreatePlatformEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformEndpointCommandOutput>;
233
- /**
234
- * deserializeAws_queryCreateSMSSandboxPhoneNumberCommand
235
- */
236
- export declare const de_CreateSMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSMSSandboxPhoneNumberCommandOutput>;
237
- /**
238
- * deserializeAws_queryCreateTopicCommand
239
- */
240
- export declare const de_CreateTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTopicCommandOutput>;
241
- /**
242
- * deserializeAws_queryDeleteEndpointCommand
243
- */
244
- export declare const de_DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
245
- /**
246
- * deserializeAws_queryDeletePlatformApplicationCommand
247
- */
248
- export declare const de_DeletePlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlatformApplicationCommandOutput>;
249
- /**
250
- * deserializeAws_queryDeleteSMSSandboxPhoneNumberCommand
251
- */
252
- export declare const de_DeleteSMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSMSSandboxPhoneNumberCommandOutput>;
253
- /**
254
- * deserializeAws_queryDeleteTopicCommand
255
- */
256
- export declare const de_DeleteTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTopicCommandOutput>;
257
- /**
258
- * deserializeAws_queryGetDataProtectionPolicyCommand
259
- */
260
- export declare const de_GetDataProtectionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataProtectionPolicyCommandOutput>;
261
- /**
262
- * deserializeAws_queryGetEndpointAttributesCommand
263
- */
264
- export declare const de_GetEndpointAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointAttributesCommandOutput>;
265
- /**
266
- * deserializeAws_queryGetPlatformApplicationAttributesCommand
267
- */
268
- export declare const de_GetPlatformApplicationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlatformApplicationAttributesCommandOutput>;
269
- /**
270
- * deserializeAws_queryGetSMSAttributesCommand
271
- */
272
- export declare const de_GetSMSAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSMSAttributesCommandOutput>;
273
- /**
274
- * deserializeAws_queryGetSMSSandboxAccountStatusCommand
275
- */
276
- export declare const de_GetSMSSandboxAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSMSSandboxAccountStatusCommandOutput>;
277
- /**
278
- * deserializeAws_queryGetSubscriptionAttributesCommand
279
- */
280
- export declare const de_GetSubscriptionAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionAttributesCommandOutput>;
281
- /**
282
- * deserializeAws_queryGetTopicAttributesCommand
283
- */
284
- export declare const de_GetTopicAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTopicAttributesCommandOutput>;
285
- /**
286
- * deserializeAws_queryListEndpointsByPlatformApplicationCommand
287
- */
288
- export declare const de_ListEndpointsByPlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsByPlatformApplicationCommandOutput>;
289
- /**
290
- * deserializeAws_queryListOriginationNumbersCommand
291
- */
292
- export declare const de_ListOriginationNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOriginationNumbersCommandOutput>;
293
- /**
294
- * deserializeAws_queryListPhoneNumbersOptedOutCommand
295
- */
296
- export declare const de_ListPhoneNumbersOptedOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersOptedOutCommandOutput>;
297
- /**
298
- * deserializeAws_queryListPlatformApplicationsCommand
299
- */
300
- export declare const de_ListPlatformApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformApplicationsCommandOutput>;
301
- /**
302
- * deserializeAws_queryListSMSSandboxPhoneNumbersCommand
303
- */
304
- export declare const de_ListSMSSandboxPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSMSSandboxPhoneNumbersCommandOutput>;
305
- /**
306
- * deserializeAws_queryListSubscriptionsCommand
307
- */
308
- export declare const de_ListSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionsCommandOutput>;
309
- /**
310
- * deserializeAws_queryListSubscriptionsByTopicCommand
311
- */
312
- export declare const de_ListSubscriptionsByTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionsByTopicCommandOutput>;
313
- /**
314
- * deserializeAws_queryListTagsForResourceCommand
315
- */
316
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
317
- /**
318
- * deserializeAws_queryListTopicsCommand
319
- */
320
- export declare const de_ListTopicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsCommandOutput>;
321
- /**
322
- * deserializeAws_queryOptInPhoneNumberCommand
323
- */
324
- export declare const de_OptInPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OptInPhoneNumberCommandOutput>;
325
- /**
326
- * deserializeAws_queryPublishCommand
327
- */
328
- export declare const de_PublishCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishCommandOutput>;
329
- /**
330
- * deserializeAws_queryPublishBatchCommand
331
- */
332
- export declare const de_PublishBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishBatchCommandOutput>;
333
- /**
334
- * deserializeAws_queryPutDataProtectionPolicyCommand
335
- */
336
- export declare const de_PutDataProtectionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataProtectionPolicyCommandOutput>;
337
- /**
338
- * deserializeAws_queryRemovePermissionCommand
339
- */
340
- export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
341
- /**
342
- * deserializeAws_querySetEndpointAttributesCommand
343
- */
344
- export declare const de_SetEndpointAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetEndpointAttributesCommandOutput>;
345
- /**
346
- * deserializeAws_querySetPlatformApplicationAttributesCommand
347
- */
348
- export declare const de_SetPlatformApplicationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetPlatformApplicationAttributesCommandOutput>;
349
- /**
350
- * deserializeAws_querySetSMSAttributesCommand
351
- */
352
- export declare const de_SetSMSAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSMSAttributesCommandOutput>;
353
- /**
354
- * deserializeAws_querySetSubscriptionAttributesCommand
355
- */
356
- export declare const de_SetSubscriptionAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSubscriptionAttributesCommandOutput>;
357
- /**
358
- * deserializeAws_querySetTopicAttributesCommand
359
- */
360
- export declare const de_SetTopicAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTopicAttributesCommandOutput>;
361
- /**
362
- * deserializeAws_querySubscribeCommand
363
- */
364
- export declare const de_SubscribeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeCommandOutput>;
365
- /**
366
- * deserializeAws_queryTagResourceCommand
367
- */
368
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
369
- /**
370
- * deserializeAws_queryUnsubscribeCommand
371
- */
372
- export declare const de_UnsubscribeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnsubscribeCommandOutput>;
373
- /**
374
- * deserializeAws_queryUntagResourceCommand
375
- */
376
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
377
- /**
378
- * deserializeAws_queryVerifySMSSandboxPhoneNumberCommand
379
- */
380
- export declare const de_VerifySMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySMSSandboxPhoneNumberCommandOutput>;