PinpointSMSVoiceV2Client.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?php
  2. namespace Aws\PinpointSMSVoiceV2;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Pinpoint SMS Voice V2** service.
  6. * @method \Aws\Result associateOriginationIdentity(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateOriginationIdentityAsync(array $args = [])
  8. * @method \Aws\Result associateProtectConfiguration(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateProtectConfigurationAsync(array $args = [])
  10. * @method \Aws\Result createConfigurationSet(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = [])
  12. * @method \Aws\Result createEventDestination(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createEventDestinationAsync(array $args = [])
  14. * @method \Aws\Result createOptOutList(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createOptOutListAsync(array $args = [])
  16. * @method \Aws\Result createPool(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createPoolAsync(array $args = [])
  18. * @method \Aws\Result createProtectConfiguration(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createProtectConfigurationAsync(array $args = [])
  20. * @method \Aws\Result createRegistration(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createRegistrationAsync(array $args = [])
  22. * @method \Aws\Result createRegistrationAssociation(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createRegistrationAssociationAsync(array $args = [])
  24. * @method \Aws\Result createRegistrationAttachment(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createRegistrationAttachmentAsync(array $args = [])
  26. * @method \Aws\Result createRegistrationVersion(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createRegistrationVersionAsync(array $args = [])
  28. * @method \Aws\Result createVerifiedDestinationNumber(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createVerifiedDestinationNumberAsync(array $args = [])
  30. * @method \Aws\Result deleteAccountDefaultProtectConfiguration(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteAccountDefaultProtectConfigurationAsync(array $args = [])
  32. * @method \Aws\Result deleteConfigurationSet(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetAsync(array $args = [])
  34. * @method \Aws\Result deleteDefaultMessageType(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteDefaultMessageTypeAsync(array $args = [])
  36. * @method \Aws\Result deleteDefaultSenderId(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteDefaultSenderIdAsync(array $args = [])
  38. * @method \Aws\Result deleteEventDestination(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteEventDestinationAsync(array $args = [])
  40. * @method \Aws\Result deleteKeyword(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteKeywordAsync(array $args = [])
  42. * @method \Aws\Result deleteMediaMessageSpendLimitOverride(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteMediaMessageSpendLimitOverrideAsync(array $args = [])
  44. * @method \Aws\Result deleteOptOutList(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteOptOutListAsync(array $args = [])
  46. * @method \Aws\Result deleteOptedOutNumber(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise deleteOptedOutNumberAsync(array $args = [])
  48. * @method \Aws\Result deletePool(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise deletePoolAsync(array $args = [])
  50. * @method \Aws\Result deleteProtectConfiguration(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise deleteProtectConfigurationAsync(array $args = [])
  52. * @method \Aws\Result deleteRegistration(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise deleteRegistrationAsync(array $args = [])
  54. * @method \Aws\Result deleteRegistrationAttachment(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise deleteRegistrationAttachmentAsync(array $args = [])
  56. * @method \Aws\Result deleteRegistrationFieldValue(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise deleteRegistrationFieldValueAsync(array $args = [])
  58. * @method \Aws\Result deleteTextMessageSpendLimitOverride(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise deleteTextMessageSpendLimitOverrideAsync(array $args = [])
  60. * @method \Aws\Result deleteVerifiedDestinationNumber(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise deleteVerifiedDestinationNumberAsync(array $args = [])
  62. * @method \Aws\Result deleteVoiceMessageSpendLimitOverride(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise deleteVoiceMessageSpendLimitOverrideAsync(array $args = [])
  64. * @method \Aws\Result describeAccountAttributes(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
  66. * @method \Aws\Result describeAccountLimits(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise describeAccountLimitsAsync(array $args = [])
  68. * @method \Aws\Result describeConfigurationSets(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise describeConfigurationSetsAsync(array $args = [])
  70. * @method \Aws\Result describeKeywords(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise describeKeywordsAsync(array $args = [])
  72. * @method \Aws\Result describeOptOutLists(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise describeOptOutListsAsync(array $args = [])
  74. * @method \Aws\Result describeOptedOutNumbers(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise describeOptedOutNumbersAsync(array $args = [])
  76. * @method \Aws\Result describePhoneNumbers(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise describePhoneNumbersAsync(array $args = [])
  78. * @method \Aws\Result describePools(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise describePoolsAsync(array $args = [])
  80. * @method \Aws\Result describeProtectConfigurations(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise describeProtectConfigurationsAsync(array $args = [])
  82. * @method \Aws\Result describeRegistrationAttachments(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise describeRegistrationAttachmentsAsync(array $args = [])
  84. * @method \Aws\Result describeRegistrationFieldDefinitions(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise describeRegistrationFieldDefinitionsAsync(array $args = [])
  86. * @method \Aws\Result describeRegistrationFieldValues(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise describeRegistrationFieldValuesAsync(array $args = [])
  88. * @method \Aws\Result describeRegistrationSectionDefinitions(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise describeRegistrationSectionDefinitionsAsync(array $args = [])
  90. * @method \Aws\Result describeRegistrationTypeDefinitions(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise describeRegistrationTypeDefinitionsAsync(array $args = [])
  92. * @method \Aws\Result describeRegistrationVersions(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise describeRegistrationVersionsAsync(array $args = [])
  94. * @method \Aws\Result describeRegistrations(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise describeRegistrationsAsync(array $args = [])
  96. * @method \Aws\Result describeSenderIds(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise describeSenderIdsAsync(array $args = [])
  98. * @method \Aws\Result describeSpendLimits(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise describeSpendLimitsAsync(array $args = [])
  100. * @method \Aws\Result describeVerifiedDestinationNumbers(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise describeVerifiedDestinationNumbersAsync(array $args = [])
  102. * @method \Aws\Result disassociateOriginationIdentity(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise disassociateOriginationIdentityAsync(array $args = [])
  104. * @method \Aws\Result disassociateProtectConfiguration(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise disassociateProtectConfigurationAsync(array $args = [])
  106. * @method \Aws\Result discardRegistrationVersion(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise discardRegistrationVersionAsync(array $args = [])
  108. * @method \Aws\Result getProtectConfigurationCountryRuleSet(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise getProtectConfigurationCountryRuleSetAsync(array $args = [])
  110. * @method \Aws\Result listPoolOriginationIdentities(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise listPoolOriginationIdentitiesAsync(array $args = [])
  112. * @method \Aws\Result listRegistrationAssociations(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise listRegistrationAssociationsAsync(array $args = [])
  114. * @method \Aws\Result listTagsForResource(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  116. * @method \Aws\Result putKeyword(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise putKeywordAsync(array $args = [])
  118. * @method \Aws\Result putOptedOutNumber(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise putOptedOutNumberAsync(array $args = [])
  120. * @method \Aws\Result putRegistrationFieldValue(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise putRegistrationFieldValueAsync(array $args = [])
  122. * @method \Aws\Result releasePhoneNumber(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise releasePhoneNumberAsync(array $args = [])
  124. * @method \Aws\Result releaseSenderId(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise releaseSenderIdAsync(array $args = [])
  126. * @method \Aws\Result requestPhoneNumber(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise requestPhoneNumberAsync(array $args = [])
  128. * @method \Aws\Result requestSenderId(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise requestSenderIdAsync(array $args = [])
  130. * @method \Aws\Result sendDestinationNumberVerificationCode(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise sendDestinationNumberVerificationCodeAsync(array $args = [])
  132. * @method \Aws\Result sendMediaMessage(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise sendMediaMessageAsync(array $args = [])
  134. * @method \Aws\Result sendTextMessage(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise sendTextMessageAsync(array $args = [])
  136. * @method \Aws\Result sendVoiceMessage(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise sendVoiceMessageAsync(array $args = [])
  138. * @method \Aws\Result setAccountDefaultProtectConfiguration(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise setAccountDefaultProtectConfigurationAsync(array $args = [])
  140. * @method \Aws\Result setDefaultMessageType(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise setDefaultMessageTypeAsync(array $args = [])
  142. * @method \Aws\Result setDefaultSenderId(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise setDefaultSenderIdAsync(array $args = [])
  144. * @method \Aws\Result setMediaMessageSpendLimitOverride(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise setMediaMessageSpendLimitOverrideAsync(array $args = [])
  146. * @method \Aws\Result setTextMessageSpendLimitOverride(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise setTextMessageSpendLimitOverrideAsync(array $args = [])
  148. * @method \Aws\Result setVoiceMessageSpendLimitOverride(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise setVoiceMessageSpendLimitOverrideAsync(array $args = [])
  150. * @method \Aws\Result submitRegistrationVersion(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise submitRegistrationVersionAsync(array $args = [])
  152. * @method \Aws\Result tagResource(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  154. * @method \Aws\Result untagResource(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  156. * @method \Aws\Result updateEventDestination(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise updateEventDestinationAsync(array $args = [])
  158. * @method \Aws\Result updatePhoneNumber(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise updatePhoneNumberAsync(array $args = [])
  160. * @method \Aws\Result updatePool(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise updatePoolAsync(array $args = [])
  162. * @method \Aws\Result updateProtectConfiguration(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise updateProtectConfigurationAsync(array $args = [])
  164. * @method \Aws\Result updateProtectConfigurationCountryRuleSet(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise updateProtectConfigurationCountryRuleSetAsync(array $args = [])
  166. * @method \Aws\Result updateSenderId(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise updateSenderIdAsync(array $args = [])
  168. * @method \Aws\Result verifyDestinationNumber(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise verifyDestinationNumberAsync(array $args = [])
  170. */
  171. class PinpointSMSVoiceV2Client extends AwsClient {}