@aws-sdk/client-sns 3.279.0 → 3.281.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 (44) hide show
  1. package/README.md +339 -0
  2. package/dist-types/commands/AddPermissionCommand.d.ts +6 -0
  3. package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +6 -0
  4. package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +6 -0
  5. package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +6 -0
  6. package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateTopicCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -0
  10. package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteTopicCommand.d.ts +6 -0
  13. package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +6 -0
  14. package/dist-types/commands/GetEndpointAttributesCommand.d.ts +6 -0
  15. package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +6 -0
  16. package/dist-types/commands/GetSMSAttributesCommand.d.ts +6 -0
  17. package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +6 -0
  18. package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +6 -0
  19. package/dist-types/commands/GetTopicAttributesCommand.d.ts +6 -0
  20. package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +6 -0
  21. package/dist-types/commands/ListOriginationNumbersCommand.d.ts +6 -0
  22. package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +6 -0
  23. package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +6 -0
  25. package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +6 -0
  26. package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  28. package/dist-types/commands/ListTopicsCommand.d.ts +6 -0
  29. package/dist-types/commands/OptInPhoneNumberCommand.d.ts +6 -0
  30. package/dist-types/commands/PublishBatchCommand.d.ts +6 -0
  31. package/dist-types/commands/PublishCommand.d.ts +6 -0
  32. package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +6 -0
  33. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -0
  34. package/dist-types/commands/SetEndpointAttributesCommand.d.ts +6 -0
  35. package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +6 -0
  36. package/dist-types/commands/SetSMSAttributesCommand.d.ts +6 -0
  37. package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +6 -0
  38. package/dist-types/commands/SetTopicAttributesCommand.d.ts +6 -0
  39. package/dist-types/commands/SubscribeCommand.d.ts +6 -0
  40. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  41. package/dist-types/commands/UnsubscribeCommand.d.ts +6 -0
  42. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  43. package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +6 -0
  44. package/package.json +3 -3
package/README.md CHANGED
@@ -216,3 +216,342 @@ To contribute to client you can check our [generate clients scripts](https://git
216
216
  This SDK is distributed under the
217
217
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
218
218
  see LICENSE for more information.
219
+
220
+ ## Client Commands (Operations List)
221
+
222
+ <details>
223
+ <summary>
224
+ AddPermission
225
+ </summary>
226
+
227
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/addpermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/addpermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/addpermissioncommandoutput.html)
228
+
229
+ </details>
230
+ <details>
231
+ <summary>
232
+ CheckIfPhoneNumberIsOptedOut
233
+ </summary>
234
+
235
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/checkifphonenumberisoptedoutcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/checkifphonenumberisoptedoutcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/checkifphonenumberisoptedoutcommandoutput.html)
236
+
237
+ </details>
238
+ <details>
239
+ <summary>
240
+ ConfirmSubscription
241
+ </summary>
242
+
243
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/confirmsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/confirmsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/confirmsubscriptioncommandoutput.html)
244
+
245
+ </details>
246
+ <details>
247
+ <summary>
248
+ CreatePlatformApplication
249
+ </summary>
250
+
251
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/createplatformapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/createplatformapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/createplatformapplicationcommandoutput.html)
252
+
253
+ </details>
254
+ <details>
255
+ <summary>
256
+ CreatePlatformEndpoint
257
+ </summary>
258
+
259
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/createplatformendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/createplatformendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/createplatformendpointcommandoutput.html)
260
+
261
+ </details>
262
+ <details>
263
+ <summary>
264
+ CreateSMSSandboxPhoneNumber
265
+ </summary>
266
+
267
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/createsmssandboxphonenumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/createsmssandboxphonenumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/createsmssandboxphonenumbercommandoutput.html)
268
+
269
+ </details>
270
+ <details>
271
+ <summary>
272
+ CreateTopic
273
+ </summary>
274
+
275
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/createtopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/createtopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/createtopiccommandoutput.html)
276
+
277
+ </details>
278
+ <details>
279
+ <summary>
280
+ DeleteEndpoint
281
+ </summary>
282
+
283
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/deleteendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/deleteendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/deleteendpointcommandoutput.html)
284
+
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ DeletePlatformApplication
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/deleteplatformapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/deleteplatformapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/deleteplatformapplicationcommandoutput.html)
292
+
293
+ </details>
294
+ <details>
295
+ <summary>
296
+ DeleteSMSSandboxPhoneNumber
297
+ </summary>
298
+
299
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/deletesmssandboxphonenumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/deletesmssandboxphonenumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/deletesmssandboxphonenumbercommandoutput.html)
300
+
301
+ </details>
302
+ <details>
303
+ <summary>
304
+ DeleteTopic
305
+ </summary>
306
+
307
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/deletetopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/deletetopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/deletetopiccommandoutput.html)
308
+
309
+ </details>
310
+ <details>
311
+ <summary>
312
+ GetDataProtectionPolicy
313
+ </summary>
314
+
315
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/getdataprotectionpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getdataprotectionpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getdataprotectionpolicycommandoutput.html)
316
+
317
+ </details>
318
+ <details>
319
+ <summary>
320
+ GetEndpointAttributes
321
+ </summary>
322
+
323
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/getendpointattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getendpointattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getendpointattributescommandoutput.html)
324
+
325
+ </details>
326
+ <details>
327
+ <summary>
328
+ GetPlatformApplicationAttributes
329
+ </summary>
330
+
331
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/getplatformapplicationattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getplatformapplicationattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getplatformapplicationattributescommandoutput.html)
332
+
333
+ </details>
334
+ <details>
335
+ <summary>
336
+ GetSMSAttributes
337
+ </summary>
338
+
339
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/getsmsattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getsmsattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getsmsattributescommandoutput.html)
340
+
341
+ </details>
342
+ <details>
343
+ <summary>
344
+ GetSMSSandboxAccountStatus
345
+ </summary>
346
+
347
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/getsmssandboxaccountstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getsmssandboxaccountstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getsmssandboxaccountstatuscommandoutput.html)
348
+
349
+ </details>
350
+ <details>
351
+ <summary>
352
+ GetSubscriptionAttributes
353
+ </summary>
354
+
355
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/getsubscriptionattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getsubscriptionattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/getsubscriptionattributescommandoutput.html)
356
+
357
+ </details>
358
+ <details>
359
+ <summary>
360
+ GetTopicAttributes
361
+ </summary>
362
+
363
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/gettopicattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/gettopicattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/gettopicattributescommandoutput.html)
364
+
365
+ </details>
366
+ <details>
367
+ <summary>
368
+ ListEndpointsByPlatformApplication
369
+ </summary>
370
+
371
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listendpointsbyplatformapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listendpointsbyplatformapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listendpointsbyplatformapplicationcommandoutput.html)
372
+
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ ListOriginationNumbers
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listoriginationnumberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listoriginationnumberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listoriginationnumberscommandoutput.html)
380
+
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ ListPhoneNumbersOptedOut
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listphonenumbersoptedoutcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listphonenumbersoptedoutcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listphonenumbersoptedoutcommandoutput.html)
388
+
389
+ </details>
390
+ <details>
391
+ <summary>
392
+ ListPlatformApplications
393
+ </summary>
394
+
395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listplatformapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listplatformapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listplatformapplicationscommandoutput.html)
396
+
397
+ </details>
398
+ <details>
399
+ <summary>
400
+ ListSMSSandboxPhoneNumbers
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listsmssandboxphonenumberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listsmssandboxphonenumberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listsmssandboxphonenumberscommandoutput.html)
404
+
405
+ </details>
406
+ <details>
407
+ <summary>
408
+ ListSubscriptions
409
+ </summary>
410
+
411
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listsubscriptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listsubscriptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listsubscriptionscommandoutput.html)
412
+
413
+ </details>
414
+ <details>
415
+ <summary>
416
+ ListSubscriptionsByTopic
417
+ </summary>
418
+
419
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listsubscriptionsbytopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listsubscriptionsbytopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listsubscriptionsbytopiccommandoutput.html)
420
+
421
+ </details>
422
+ <details>
423
+ <summary>
424
+ ListTagsForResource
425
+ </summary>
426
+
427
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listtagsforresourcecommandoutput.html)
428
+
429
+ </details>
430
+ <details>
431
+ <summary>
432
+ ListTopics
433
+ </summary>
434
+
435
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/listtopicscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listtopicscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/listtopicscommandoutput.html)
436
+
437
+ </details>
438
+ <details>
439
+ <summary>
440
+ OptInPhoneNumber
441
+ </summary>
442
+
443
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/optinphonenumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/optinphonenumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/optinphonenumbercommandoutput.html)
444
+
445
+ </details>
446
+ <details>
447
+ <summary>
448
+ Publish
449
+ </summary>
450
+
451
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/publishcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/publishcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/publishcommandoutput.html)
452
+
453
+ </details>
454
+ <details>
455
+ <summary>
456
+ PublishBatch
457
+ </summary>
458
+
459
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/publishbatchcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/publishbatchcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/publishbatchcommandoutput.html)
460
+
461
+ </details>
462
+ <details>
463
+ <summary>
464
+ PutDataProtectionPolicy
465
+ </summary>
466
+
467
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/putdataprotectionpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/putdataprotectionpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/putdataprotectionpolicycommandoutput.html)
468
+
469
+ </details>
470
+ <details>
471
+ <summary>
472
+ RemovePermission
473
+ </summary>
474
+
475
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/removepermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/removepermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/removepermissioncommandoutput.html)
476
+
477
+ </details>
478
+ <details>
479
+ <summary>
480
+ SetEndpointAttributes
481
+ </summary>
482
+
483
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/setendpointattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/setendpointattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/setendpointattributescommandoutput.html)
484
+
485
+ </details>
486
+ <details>
487
+ <summary>
488
+ SetPlatformApplicationAttributes
489
+ </summary>
490
+
491
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/setplatformapplicationattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/setplatformapplicationattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/setplatformapplicationattributescommandoutput.html)
492
+
493
+ </details>
494
+ <details>
495
+ <summary>
496
+ SetSMSAttributes
497
+ </summary>
498
+
499
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/setsmsattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/setsmsattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/setsmsattributescommandoutput.html)
500
+
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ SetSubscriptionAttributes
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/setsubscriptionattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/setsubscriptionattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/setsubscriptionattributescommandoutput.html)
508
+
509
+ </details>
510
+ <details>
511
+ <summary>
512
+ SetTopicAttributes
513
+ </summary>
514
+
515
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/settopicattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/settopicattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/settopicattributescommandoutput.html)
516
+
517
+ </details>
518
+ <details>
519
+ <summary>
520
+ Subscribe
521
+ </summary>
522
+
523
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/subscribecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/subscribecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/subscribecommandoutput.html)
524
+
525
+ </details>
526
+ <details>
527
+ <summary>
528
+ TagResource
529
+ </summary>
530
+
531
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/tagresourcecommandoutput.html)
532
+
533
+ </details>
534
+ <details>
535
+ <summary>
536
+ Unsubscribe
537
+ </summary>
538
+
539
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/unsubscribecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/unsubscribecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/unsubscribecommandoutput.html)
540
+
541
+ </details>
542
+ <details>
543
+ <summary>
544
+ UntagResource
545
+ </summary>
546
+
547
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/untagresourcecommandoutput.html)
548
+
549
+ </details>
550
+ <details>
551
+ <summary>
552
+ VerifySMSSandboxPhoneNumber
553
+ </summary>
554
+
555
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/verifysmssandboxphonenumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/verifysmssandboxphonenumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/interfaces/verifysmssandboxphonenumbercommandoutput.html)
556
+
557
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AddPermissionInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link AddPermissionCommand}.
8
+ */
6
9
  export interface AddPermissionCommandInput extends AddPermissionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddPermissionCommand}.
13
+ */
8
14
  export interface AddPermissionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CheckIfPhoneNumberIsOptedOutInput, CheckIfPhoneNumberIsOptedOutResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link CheckIfPhoneNumberIsOptedOutCommand}.
8
+ */
6
9
  export interface CheckIfPhoneNumberIsOptedOutCommandInput extends CheckIfPhoneNumberIsOptedOutInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CheckIfPhoneNumberIsOptedOutCommand}.
13
+ */
8
14
  export interface CheckIfPhoneNumberIsOptedOutCommandOutput extends CheckIfPhoneNumberIsOptedOutResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ConfirmSubscriptionInput, ConfirmSubscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ConfirmSubscriptionCommand}.
8
+ */
6
9
  export interface ConfirmSubscriptionCommandInput extends ConfirmSubscriptionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ConfirmSubscriptionCommand}.
13
+ */
8
14
  export interface ConfirmSubscriptionCommandOutput extends ConfirmSubscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreatePlatformApplicationInput, CreatePlatformApplicationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link CreatePlatformApplicationCommand}.
8
+ */
6
9
  export interface CreatePlatformApplicationCommandInput extends CreatePlatformApplicationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePlatformApplicationCommand}.
13
+ */
8
14
  export interface CreatePlatformApplicationCommandOutput extends CreatePlatformApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateEndpointResponse, CreatePlatformEndpointInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link CreatePlatformEndpointCommand}.
8
+ */
6
9
  export interface CreatePlatformEndpointCommandInput extends CreatePlatformEndpointInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePlatformEndpointCommand}.
13
+ */
8
14
  export interface CreatePlatformEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSMSSandboxPhoneNumberInput, CreateSMSSandboxPhoneNumberResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link CreateSMSSandboxPhoneNumberCommand}.
8
+ */
6
9
  export interface CreateSMSSandboxPhoneNumberCommandInput extends CreateSMSSandboxPhoneNumberInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSMSSandboxPhoneNumberCommand}.
13
+ */
8
14
  export interface CreateSMSSandboxPhoneNumberCommandOutput extends CreateSMSSandboxPhoneNumberResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateTopicInput, CreateTopicResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link CreateTopicCommand}.
8
+ */
6
9
  export interface CreateTopicCommandInput extends CreateTopicInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateTopicCommand}.
13
+ */
8
14
  export interface CreateTopicCommandOutput extends CreateTopicResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteEndpointInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link DeleteEndpointCommand}.
8
+ */
6
9
  export interface DeleteEndpointCommandInput extends DeleteEndpointInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEndpointCommand}.
13
+ */
8
14
  export interface DeleteEndpointCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeletePlatformApplicationInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link DeletePlatformApplicationCommand}.
8
+ */
6
9
  export interface DeletePlatformApplicationCommandInput extends DeletePlatformApplicationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePlatformApplicationCommand}.
13
+ */
8
14
  export interface DeletePlatformApplicationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSMSSandboxPhoneNumberInput, DeleteSMSSandboxPhoneNumberResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link DeleteSMSSandboxPhoneNumberCommand}.
8
+ */
6
9
  export interface DeleteSMSSandboxPhoneNumberCommandInput extends DeleteSMSSandboxPhoneNumberInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSMSSandboxPhoneNumberCommand}.
13
+ */
8
14
  export interface DeleteSMSSandboxPhoneNumberCommandOutput extends DeleteSMSSandboxPhoneNumberResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteTopicInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link DeleteTopicCommand}.
8
+ */
6
9
  export interface DeleteTopicCommandInput extends DeleteTopicInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteTopicCommand}.
13
+ */
8
14
  export interface DeleteTopicCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDataProtectionPolicyInput, GetDataProtectionPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link GetDataProtectionPolicyCommand}.
8
+ */
6
9
  export interface GetDataProtectionPolicyCommandInput extends GetDataProtectionPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDataProtectionPolicyCommand}.
13
+ */
8
14
  export interface GetDataProtectionPolicyCommandOutput extends GetDataProtectionPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetEndpointAttributesInput, GetEndpointAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link GetEndpointAttributesCommand}.
8
+ */
6
9
  export interface GetEndpointAttributesCommandInput extends GetEndpointAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEndpointAttributesCommand}.
13
+ */
8
14
  export interface GetEndpointAttributesCommandOutput extends GetEndpointAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetPlatformApplicationAttributesInput, GetPlatformApplicationAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link GetPlatformApplicationAttributesCommand}.
8
+ */
6
9
  export interface GetPlatformApplicationAttributesCommandInput extends GetPlatformApplicationAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPlatformApplicationAttributesCommand}.
13
+ */
8
14
  export interface GetPlatformApplicationAttributesCommandOutput extends GetPlatformApplicationAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSMSAttributesInput, GetSMSAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link GetSMSAttributesCommand}.
8
+ */
6
9
  export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSMSAttributesCommand}.
13
+ */
8
14
  export interface GetSMSAttributesCommandOutput extends GetSMSAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSMSSandboxAccountStatusInput, GetSMSSandboxAccountStatusResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link GetSMSSandboxAccountStatusCommand}.
8
+ */
6
9
  export interface GetSMSSandboxAccountStatusCommandInput extends GetSMSSandboxAccountStatusInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSMSSandboxAccountStatusCommand}.
13
+ */
8
14
  export interface GetSMSSandboxAccountStatusCommandOutput extends GetSMSSandboxAccountStatusResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSubscriptionAttributesInput, GetSubscriptionAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link GetSubscriptionAttributesCommand}.
8
+ */
6
9
  export interface GetSubscriptionAttributesCommandInput extends GetSubscriptionAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSubscriptionAttributesCommand}.
13
+ */
8
14
  export interface GetSubscriptionAttributesCommandOutput extends GetSubscriptionAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetTopicAttributesInput, GetTopicAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link GetTopicAttributesCommand}.
8
+ */
6
9
  export interface GetTopicAttributesCommandInput extends GetTopicAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTopicAttributesCommand}.
13
+ */
8
14
  export interface GetTopicAttributesCommandOutput extends GetTopicAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListEndpointsByPlatformApplicationInput, ListEndpointsByPlatformApplicationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListEndpointsByPlatformApplicationCommand}.
8
+ */
6
9
  export interface ListEndpointsByPlatformApplicationCommandInput extends ListEndpointsByPlatformApplicationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEndpointsByPlatformApplicationCommand}.
13
+ */
8
14
  export interface ListEndpointsByPlatformApplicationCommandOutput extends ListEndpointsByPlatformApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListOriginationNumbersRequest, ListOriginationNumbersResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListOriginationNumbersCommand}.
8
+ */
6
9
  export interface ListOriginationNumbersCommandInput extends ListOriginationNumbersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListOriginationNumbersCommand}.
13
+ */
8
14
  export interface ListOriginationNumbersCommandOutput extends ListOriginationNumbersResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPhoneNumbersOptedOutInput, ListPhoneNumbersOptedOutResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListPhoneNumbersOptedOutCommand}.
8
+ */
6
9
  export interface ListPhoneNumbersOptedOutCommandInput extends ListPhoneNumbersOptedOutInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPhoneNumbersOptedOutCommand}.
13
+ */
8
14
  export interface ListPhoneNumbersOptedOutCommandOutput extends ListPhoneNumbersOptedOutResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPlatformApplicationsInput, ListPlatformApplicationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListPlatformApplicationsCommand}.
8
+ */
6
9
  export interface ListPlatformApplicationsCommandInput extends ListPlatformApplicationsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPlatformApplicationsCommand}.
13
+ */
8
14
  export interface ListPlatformApplicationsCommandOutput extends ListPlatformApplicationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSMSSandboxPhoneNumbersInput, ListSMSSandboxPhoneNumbersResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListSMSSandboxPhoneNumbersCommand}.
8
+ */
6
9
  export interface ListSMSSandboxPhoneNumbersCommandInput extends ListSMSSandboxPhoneNumbersInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSMSSandboxPhoneNumbersCommand}.
13
+ */
8
14
  export interface ListSMSSandboxPhoneNumbersCommandOutput extends ListSMSSandboxPhoneNumbersResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSubscriptionsByTopicInput, ListSubscriptionsByTopicResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListSubscriptionsByTopicCommand}.
8
+ */
6
9
  export interface ListSubscriptionsByTopicCommandInput extends ListSubscriptionsByTopicInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSubscriptionsByTopicCommand}.
13
+ */
8
14
  export interface ListSubscriptionsByTopicCommandOutput extends ListSubscriptionsByTopicResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSubscriptionsInput, ListSubscriptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListSubscriptionsCommand}.
8
+ */
6
9
  export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSubscriptionsCommand}.
13
+ */
8
14
  export interface ListSubscriptionsCommandOutput extends ListSubscriptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTopicsInput, ListTopicsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link ListTopicsCommand}.
8
+ */
6
9
  export interface ListTopicsCommandInput extends ListTopicsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTopicsCommand}.
13
+ */
8
14
  export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { OptInPhoneNumberInput, OptInPhoneNumberResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link OptInPhoneNumberCommand}.
8
+ */
6
9
  export interface OptInPhoneNumberCommandInput extends OptInPhoneNumberInput {
7
10
  }
11
+ /**
12
+ * The output of {@link OptInPhoneNumberCommand}.
13
+ */
8
14
  export interface OptInPhoneNumberCommandOutput extends OptInPhoneNumberResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PublishBatchInput, PublishBatchResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link PublishBatchCommand}.
8
+ */
6
9
  export interface PublishBatchCommandInput extends PublishBatchInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PublishBatchCommand}.
13
+ */
8
14
  export interface PublishBatchCommandOutput extends PublishBatchResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PublishInput, PublishResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link PublishCommand}.
8
+ */
6
9
  export interface PublishCommandInput extends PublishInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PublishCommand}.
13
+ */
8
14
  export interface PublishCommandOutput extends PublishResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutDataProtectionPolicyInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link PutDataProtectionPolicyCommand}.
8
+ */
6
9
  export interface PutDataProtectionPolicyCommandInput extends PutDataProtectionPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PutDataProtectionPolicyCommand}.
13
+ */
8
14
  export interface PutDataProtectionPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RemovePermissionInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link RemovePermissionCommand}.
8
+ */
6
9
  export interface RemovePermissionCommandInput extends RemovePermissionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link RemovePermissionCommand}.
13
+ */
8
14
  export interface RemovePermissionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SetEndpointAttributesInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link SetEndpointAttributesCommand}.
8
+ */
6
9
  export interface SetEndpointAttributesCommandInput extends SetEndpointAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetEndpointAttributesCommand}.
13
+ */
8
14
  export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SetPlatformApplicationAttributesInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link SetPlatformApplicationAttributesCommand}.
8
+ */
6
9
  export interface SetPlatformApplicationAttributesCommandInput extends SetPlatformApplicationAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetPlatformApplicationAttributesCommand}.
13
+ */
8
14
  export interface SetPlatformApplicationAttributesCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SetSMSAttributesInput, SetSMSAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link SetSMSAttributesCommand}.
8
+ */
6
9
  export interface SetSMSAttributesCommandInput extends SetSMSAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetSMSAttributesCommand}.
13
+ */
8
14
  export interface SetSMSAttributesCommandOutput extends SetSMSAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SetSubscriptionAttributesInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link SetSubscriptionAttributesCommand}.
8
+ */
6
9
  export interface SetSubscriptionAttributesCommandInput extends SetSubscriptionAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetSubscriptionAttributesCommand}.
13
+ */
8
14
  export interface SetSubscriptionAttributesCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SetTopicAttributesInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link SetTopicAttributesCommand}.
8
+ */
6
9
  export interface SetTopicAttributesCommandInput extends SetTopicAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetTopicAttributesCommand}.
13
+ */
8
14
  export interface SetTopicAttributesCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SubscribeInput, SubscribeResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link SubscribeCommand}.
8
+ */
6
9
  export interface SubscribeCommandInput extends SubscribeInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SubscribeCommand}.
13
+ */
8
14
  export interface SubscribeCommandOutput extends SubscribeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UnsubscribeInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link UnsubscribeCommand}.
8
+ */
6
9
  export interface UnsubscribeCommandInput extends UnsubscribeInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UnsubscribeCommand}.
13
+ */
8
14
  export interface UnsubscribeCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { VerifySMSSandboxPhoneNumberInput, VerifySMSSandboxPhoneNumberResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
6
+ /**
7
+ * The input for {@link VerifySMSSandboxPhoneNumberCommand}.
8
+ */
6
9
  export interface VerifySMSSandboxPhoneNumberCommandInput extends VerifySMSSandboxPhoneNumberInput {
7
10
  }
11
+ /**
12
+ * The output of {@link VerifySMSSandboxPhoneNumberCommand}.
13
+ */
8
14
  export interface VerifySMSSandboxPhoneNumberCommandOutput extends VerifySMSSandboxPhoneNumberResult, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sns",
3
3
  "description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",