SnsClient.php 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?php
  2. namespace Aws\Sns;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Simple Notification Service (Amazon SNS)**.
  6. *
  7. * @method \Aws\Result addPermission(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise addPermissionAsync(array $args = [])
  9. * @method \Aws\Result checkIfPhoneNumberIsOptedOut(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise checkIfPhoneNumberIsOptedOutAsync(array $args = [])
  11. * @method \Aws\Result confirmSubscription(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise confirmSubscriptionAsync(array $args = [])
  13. * @method \Aws\Result createPlatformApplication(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise createPlatformApplicationAsync(array $args = [])
  15. * @method \Aws\Result createPlatformEndpoint(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createPlatformEndpointAsync(array $args = [])
  17. * @method \Aws\Result createSMSSandboxPhoneNumber(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createSMSSandboxPhoneNumberAsync(array $args = [])
  19. * @method \Aws\Result createTopic(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createTopicAsync(array $args = [])
  21. * @method \Aws\Result deleteEndpoint(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
  23. * @method \Aws\Result deletePlatformApplication(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise deletePlatformApplicationAsync(array $args = [])
  25. * @method \Aws\Result deleteSMSSandboxPhoneNumber(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise deleteSMSSandboxPhoneNumberAsync(array $args = [])
  27. * @method \Aws\Result deleteTopic(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise deleteTopicAsync(array $args = [])
  29. * @method \Aws\Result getDataProtectionPolicy(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise getDataProtectionPolicyAsync(array $args = [])
  31. * @method \Aws\Result getEndpointAttributes(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise getEndpointAttributesAsync(array $args = [])
  33. * @method \Aws\Result getPlatformApplicationAttributes(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise getPlatformApplicationAttributesAsync(array $args = [])
  35. * @method \Aws\Result getSMSAttributes(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise getSMSAttributesAsync(array $args = [])
  37. * @method \Aws\Result getSMSSandboxAccountStatus(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise getSMSSandboxAccountStatusAsync(array $args = [])
  39. * @method \Aws\Result getSubscriptionAttributes(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise getSubscriptionAttributesAsync(array $args = [])
  41. * @method \Aws\Result getTopicAttributes(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise getTopicAttributesAsync(array $args = [])
  43. * @method \Aws\Result listEndpointsByPlatformApplication(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise listEndpointsByPlatformApplicationAsync(array $args = [])
  45. * @method \Aws\Result listOriginationNumbers(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise listOriginationNumbersAsync(array $args = [])
  47. * @method \Aws\Result listPhoneNumbersOptedOut(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise listPhoneNumbersOptedOutAsync(array $args = [])
  49. * @method \Aws\Result listPlatformApplications(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise listPlatformApplicationsAsync(array $args = [])
  51. * @method \Aws\Result listSMSSandboxPhoneNumbers(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise listSMSSandboxPhoneNumbersAsync(array $args = [])
  53. * @method \Aws\Result listSubscriptions(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise listSubscriptionsAsync(array $args = [])
  55. * @method \Aws\Result listSubscriptionsByTopic(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise listSubscriptionsByTopicAsync(array $args = [])
  57. * @method \Aws\Result listTagsForResource(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  59. * @method \Aws\Result listTopics(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise listTopicsAsync(array $args = [])
  61. * @method \Aws\Result optInPhoneNumber(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise optInPhoneNumberAsync(array $args = [])
  63. * @method \Aws\Result publish(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise publishAsync(array $args = [])
  65. * @method \Aws\Result publishBatch(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise publishBatchAsync(array $args = [])
  67. * @method \Aws\Result putDataProtectionPolicy(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise putDataProtectionPolicyAsync(array $args = [])
  69. * @method \Aws\Result removePermission(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
  71. * @method \Aws\Result setEndpointAttributes(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise setEndpointAttributesAsync(array $args = [])
  73. * @method \Aws\Result setPlatformApplicationAttributes(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise setPlatformApplicationAttributesAsync(array $args = [])
  75. * @method \Aws\Result setSMSAttributes(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise setSMSAttributesAsync(array $args = [])
  77. * @method \Aws\Result setSubscriptionAttributes(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise setSubscriptionAttributesAsync(array $args = [])
  79. * @method \Aws\Result setTopicAttributes(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise setTopicAttributesAsync(array $args = [])
  81. * @method \Aws\Result subscribe(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise subscribeAsync(array $args = [])
  83. * @method \Aws\Result tagResource(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  85. * @method \Aws\Result unsubscribe(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise unsubscribeAsync(array $args = [])
  87. * @method \Aws\Result untagResource(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  89. * @method \Aws\Result verifySMSSandboxPhoneNumber(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise verifySMSSandboxPhoneNumberAsync(array $args = [])
  91. */
  92. class SnsClient extends AwsClient {}