@aws-sdk/client-pinpoint-sms-voice-v2 3.61.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 (280) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +221 -0
  4. package/dist-cjs/PinpointSMSVoiceV2.js +652 -0
  5. package/dist-cjs/PinpointSMSVoiceV2Client.js +35 -0
  6. package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +36 -0
  7. package/dist-cjs/commands/CreateConfigurationSetCommand.js +36 -0
  8. package/dist-cjs/commands/CreateEventDestinationCommand.js +36 -0
  9. package/dist-cjs/commands/CreateOptOutListCommand.js +36 -0
  10. package/dist-cjs/commands/CreatePoolCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteEventDestinationCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteKeywordCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteOptOutListCommand.js +36 -0
  17. package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +36 -0
  18. package/dist-cjs/commands/DeletePoolCommand.js +36 -0
  19. package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +36 -0
  20. package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +36 -0
  21. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +36 -0
  22. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +36 -0
  23. package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +36 -0
  24. package/dist-cjs/commands/DescribeKeywordsCommand.js +36 -0
  25. package/dist-cjs/commands/DescribeOptOutListsCommand.js +36 -0
  26. package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +36 -0
  27. package/dist-cjs/commands/DescribePhoneNumbersCommand.js +36 -0
  28. package/dist-cjs/commands/DescribePoolsCommand.js +36 -0
  29. package/dist-cjs/commands/DescribeSenderIdsCommand.js +36 -0
  30. package/dist-cjs/commands/DescribeSpendLimitsCommand.js +36 -0
  31. package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +36 -0
  32. package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +36 -0
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  34. package/dist-cjs/commands/PutKeywordCommand.js +36 -0
  35. package/dist-cjs/commands/PutOptedOutNumberCommand.js +36 -0
  36. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +36 -0
  37. package/dist-cjs/commands/RequestPhoneNumberCommand.js +36 -0
  38. package/dist-cjs/commands/SendTextMessageCommand.js +36 -0
  39. package/dist-cjs/commands/SendVoiceMessageCommand.js +36 -0
  40. package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +36 -0
  41. package/dist-cjs/commands/SetDefaultSenderIdCommand.js +36 -0
  42. package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +36 -0
  43. package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +36 -0
  44. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  45. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  46. package/dist-cjs/commands/UpdateEventDestinationCommand.js +36 -0
  47. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +36 -0
  48. package/dist-cjs/commands/UpdatePoolCommand.js +36 -0
  49. package/dist-cjs/commands/index.js +46 -0
  50. package/dist-cjs/endpoints.js +131 -0
  51. package/dist-cjs/index.js +11 -0
  52. package/dist-cjs/models/PinpointSMSVoiceV2ServiceException.js +11 -0
  53. package/dist-cjs/models/index.js +4 -0
  54. package/dist-cjs/models/models_0.js +1074 -0
  55. package/dist-cjs/pagination/DescribeAccountAttributesPaginator.js +35 -0
  56. package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +35 -0
  57. package/dist-cjs/pagination/DescribeConfigurationSetsPaginator.js +35 -0
  58. package/dist-cjs/pagination/DescribeKeywordsPaginator.js +35 -0
  59. package/dist-cjs/pagination/DescribeOptOutListsPaginator.js +35 -0
  60. package/dist-cjs/pagination/DescribeOptedOutNumbersPaginator.js +35 -0
  61. package/dist-cjs/pagination/DescribePhoneNumbersPaginator.js +35 -0
  62. package/dist-cjs/pagination/DescribePoolsPaginator.js +35 -0
  63. package/dist-cjs/pagination/DescribeSenderIdsPaginator.js +35 -0
  64. package/dist-cjs/pagination/DescribeSpendLimitsPaginator.js +35 -0
  65. package/dist-cjs/pagination/Interfaces.js +2 -0
  66. package/dist-cjs/pagination/ListPoolOriginationIdentitiesPaginator.js +35 -0
  67. package/dist-cjs/pagination/index.js +15 -0
  68. package/dist-cjs/protocols/Aws_json1_0.js +4247 -0
  69. package/dist-cjs/runtimeConfig.browser.js +45 -0
  70. package/dist-cjs/runtimeConfig.js +50 -0
  71. package/dist-cjs/runtimeConfig.native.js +16 -0
  72. package/dist-cjs/runtimeConfig.shared.js +17 -0
  73. package/dist-es/PinpointSMSVoiceV2.js +655 -0
  74. package/dist-es/PinpointSMSVoiceV2Client.js +37 -0
  75. package/dist-es/commands/AssociateOriginationIdentityCommand.js +39 -0
  76. package/dist-es/commands/CreateConfigurationSetCommand.js +39 -0
  77. package/dist-es/commands/CreateEventDestinationCommand.js +39 -0
  78. package/dist-es/commands/CreateOptOutListCommand.js +39 -0
  79. package/dist-es/commands/CreatePoolCommand.js +39 -0
  80. package/dist-es/commands/DeleteConfigurationSetCommand.js +39 -0
  81. package/dist-es/commands/DeleteDefaultMessageTypeCommand.js +39 -0
  82. package/dist-es/commands/DeleteDefaultSenderIdCommand.js +39 -0
  83. package/dist-es/commands/DeleteEventDestinationCommand.js +39 -0
  84. package/dist-es/commands/DeleteKeywordCommand.js +39 -0
  85. package/dist-es/commands/DeleteOptOutListCommand.js +39 -0
  86. package/dist-es/commands/DeleteOptedOutNumberCommand.js +39 -0
  87. package/dist-es/commands/DeletePoolCommand.js +39 -0
  88. package/dist-es/commands/DeleteTextMessageSpendLimitOverrideCommand.js +39 -0
  89. package/dist-es/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +39 -0
  90. package/dist-es/commands/DescribeAccountAttributesCommand.js +39 -0
  91. package/dist-es/commands/DescribeAccountLimitsCommand.js +39 -0
  92. package/dist-es/commands/DescribeConfigurationSetsCommand.js +39 -0
  93. package/dist-es/commands/DescribeKeywordsCommand.js +39 -0
  94. package/dist-es/commands/DescribeOptOutListsCommand.js +39 -0
  95. package/dist-es/commands/DescribeOptedOutNumbersCommand.js +39 -0
  96. package/dist-es/commands/DescribePhoneNumbersCommand.js +39 -0
  97. package/dist-es/commands/DescribePoolsCommand.js +39 -0
  98. package/dist-es/commands/DescribeSenderIdsCommand.js +39 -0
  99. package/dist-es/commands/DescribeSpendLimitsCommand.js +39 -0
  100. package/dist-es/commands/DisassociateOriginationIdentityCommand.js +39 -0
  101. package/dist-es/commands/ListPoolOriginationIdentitiesCommand.js +39 -0
  102. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  103. package/dist-es/commands/PutKeywordCommand.js +39 -0
  104. package/dist-es/commands/PutOptedOutNumberCommand.js +39 -0
  105. package/dist-es/commands/ReleasePhoneNumberCommand.js +39 -0
  106. package/dist-es/commands/RequestPhoneNumberCommand.js +39 -0
  107. package/dist-es/commands/SendTextMessageCommand.js +39 -0
  108. package/dist-es/commands/SendVoiceMessageCommand.js +39 -0
  109. package/dist-es/commands/SetDefaultMessageTypeCommand.js +39 -0
  110. package/dist-es/commands/SetDefaultSenderIdCommand.js +39 -0
  111. package/dist-es/commands/SetTextMessageSpendLimitOverrideCommand.js +39 -0
  112. package/dist-es/commands/SetVoiceMessageSpendLimitOverrideCommand.js +39 -0
  113. package/dist-es/commands/TagResourceCommand.js +39 -0
  114. package/dist-es/commands/UntagResourceCommand.js +39 -0
  115. package/dist-es/commands/UpdateEventDestinationCommand.js +39 -0
  116. package/dist-es/commands/UpdatePhoneNumberCommand.js +39 -0
  117. package/dist-es/commands/UpdatePoolCommand.js +39 -0
  118. package/dist-es/commands/index.js +43 -0
  119. package/dist-es/endpoints.js +127 -0
  120. package/dist-es/index.js +6 -0
  121. package/dist-es/models/PinpointSMSVoiceV2ServiceException.js +12 -0
  122. package/dist-es/models/index.js +1 -0
  123. package/dist-es/models/models_0.js +841 -0
  124. package/dist-es/pagination/DescribeAccountAttributesPaginator.js +74 -0
  125. package/dist-es/pagination/DescribeAccountLimitsPaginator.js +74 -0
  126. package/dist-es/pagination/DescribeConfigurationSetsPaginator.js +74 -0
  127. package/dist-es/pagination/DescribeKeywordsPaginator.js +74 -0
  128. package/dist-es/pagination/DescribeOptOutListsPaginator.js +74 -0
  129. package/dist-es/pagination/DescribeOptedOutNumbersPaginator.js +74 -0
  130. package/dist-es/pagination/DescribePhoneNumbersPaginator.js +74 -0
  131. package/dist-es/pagination/DescribePoolsPaginator.js +74 -0
  132. package/dist-es/pagination/DescribeSenderIdsPaginator.js +74 -0
  133. package/dist-es/pagination/DescribeSpendLimitsPaginator.js +74 -0
  134. package/dist-es/pagination/Interfaces.js +1 -0
  135. package/dist-es/pagination/ListPoolOriginationIdentitiesPaginator.js +74 -0
  136. package/dist-es/pagination/index.js +12 -0
  137. package/dist-es/protocols/Aws_json1_0.js +4868 -0
  138. package/dist-es/runtimeConfig.browser.js +26 -0
  139. package/dist-es/runtimeConfig.js +28 -0
  140. package/dist-es/runtimeConfig.native.js +8 -0
  141. package/dist-es/runtimeConfig.shared.js +13 -0
  142. package/dist-types/PinpointSMSVoiceV2.d.ts +517 -0
  143. package/dist-types/PinpointSMSVoiceV2Client.d.ts +202 -0
  144. package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +39 -0
  145. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +39 -0
  146. package/dist-types/commands/CreateEventDestinationCommand.d.ts +43 -0
  147. package/dist-types/commands/CreateOptOutListCommand.d.ts +43 -0
  148. package/dist-types/commands/CreatePoolCommand.d.ts +43 -0
  149. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +38 -0
  150. package/dist-types/commands/DeleteDefaultMessageTypeCommand.d.ts +40 -0
  151. package/dist-types/commands/DeleteDefaultSenderIdCommand.d.ts +38 -0
  152. package/dist-types/commands/DeleteEventDestinationCommand.d.ts +39 -0
  153. package/dist-types/commands/DeleteKeywordCommand.d.ts +41 -0
  154. package/dist-types/commands/DeleteOptOutListCommand.d.ts +38 -0
  155. package/dist-types/commands/DeleteOptedOutNumberCommand.d.ts +39 -0
  156. package/dist-types/commands/DeletePoolCommand.d.ts +41 -0
  157. package/dist-types/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +39 -0
  158. package/dist-types/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +39 -0
  159. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +41 -0
  160. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +42 -0
  161. package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +41 -0
  162. package/dist-types/commands/DescribeKeywordsCommand.d.ts +42 -0
  163. package/dist-types/commands/DescribeOptOutListsCommand.d.ts +40 -0
  164. package/dist-types/commands/DescribeOptedOutNumbersCommand.d.ts +42 -0
  165. package/dist-types/commands/DescribePhoneNumbersCommand.d.ts +41 -0
  166. package/dist-types/commands/DescribePoolsCommand.d.ts +44 -0
  167. package/dist-types/commands/DescribeSenderIdsCommand.d.ts +40 -0
  168. package/dist-types/commands/DescribeSpendLimitsCommand.d.ts +41 -0
  169. package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +37 -0
  170. package/dist-types/commands/ListPoolOriginationIdentitiesCommand.d.ts +37 -0
  171. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  172. package/dist-types/commands/PutKeywordCommand.d.ts +42 -0
  173. package/dist-types/commands/PutOptedOutNumberCommand.d.ts +37 -0
  174. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +38 -0
  175. package/dist-types/commands/RequestPhoneNumberCommand.d.ts +37 -0
  176. package/dist-types/commands/SendTextMessageCommand.d.ts +40 -0
  177. package/dist-types/commands/SendVoiceMessageCommand.d.ts +37 -0
  178. package/dist-types/commands/SetDefaultMessageTypeCommand.d.ts +40 -0
  179. package/dist-types/commands/SetDefaultSenderIdCommand.d.ts +38 -0
  180. package/dist-types/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +37 -0
  181. package/dist-types/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +37 -0
  182. package/dist-types/commands/TagResourceCommand.d.ts +40 -0
  183. package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
  184. package/dist-types/commands/UpdateEventDestinationCommand.d.ts +40 -0
  185. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +39 -0
  186. package/dist-types/commands/UpdatePoolCommand.d.ts +38 -0
  187. package/dist-types/commands/index.d.ts +43 -0
  188. package/dist-types/endpoints.d.ts +2 -0
  189. package/dist-types/index.d.ts +6 -0
  190. package/dist-types/models/PinpointSMSVoiceV2ServiceException.d.ts +10 -0
  191. package/dist-types/models/index.d.ts +1 -0
  192. package/dist-types/models/models_0.d.ts +3339 -0
  193. package/dist-types/pagination/DescribeAccountAttributesPaginator.d.ts +4 -0
  194. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
  195. package/dist-types/pagination/DescribeConfigurationSetsPaginator.d.ts +4 -0
  196. package/dist-types/pagination/DescribeKeywordsPaginator.d.ts +4 -0
  197. package/dist-types/pagination/DescribeOptOutListsPaginator.d.ts +4 -0
  198. package/dist-types/pagination/DescribeOptedOutNumbersPaginator.d.ts +4 -0
  199. package/dist-types/pagination/DescribePhoneNumbersPaginator.d.ts +4 -0
  200. package/dist-types/pagination/DescribePoolsPaginator.d.ts +4 -0
  201. package/dist-types/pagination/DescribeSenderIdsPaginator.d.ts +4 -0
  202. package/dist-types/pagination/DescribeSpendLimitsPaginator.d.ts +4 -0
  203. package/dist-types/pagination/Interfaces.d.ts +6 -0
  204. package/dist-types/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +4 -0
  205. package/dist-types/pagination/index.d.ts +12 -0
  206. package/dist-types/protocols/Aws_json1_0.d.ts +131 -0
  207. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  208. package/dist-types/runtimeConfig.d.ts +40 -0
  209. package/dist-types/runtimeConfig.native.d.ts +39 -0
  210. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  211. package/dist-types/ts3.4/PinpointSMSVoiceV2.d.ts +220 -0
  212. package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +116 -0
  213. package/dist-types/ts3.4/commands/AssociateOriginationIdentityCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/CreateEventDestinationCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/CreateOptOutListCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/CreatePoolCommand.d.ts +17 -0
  218. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/DeleteDefaultMessageTypeCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/DeleteDefaultSenderIdCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/DeleteEventDestinationCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/DeleteKeywordCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/DeleteOptOutListCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/DeleteOptedOutNumberCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/DeletePoolCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  229. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
  230. package/dist-types/ts3.4/commands/DescribeConfigurationSetsCommand.d.ts +17 -0
  231. package/dist-types/ts3.4/commands/DescribeKeywordsCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/DescribeOptOutListsCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/DescribeOptedOutNumbersCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/DescribePhoneNumbersCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/DescribePoolsCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/DescribeSenderIdsCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/DescribeSpendLimitsCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/DisassociateOriginationIdentityCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/ListPoolOriginationIdentitiesCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  241. package/dist-types/ts3.4/commands/PutKeywordCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/PutOptedOutNumberCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/RequestPhoneNumberCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/SendTextMessageCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/SendVoiceMessageCommand.d.ts +17 -0
  247. package/dist-types/ts3.4/commands/SetDefaultMessageTypeCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/SetDefaultSenderIdCommand.d.ts +17 -0
  249. package/dist-types/ts3.4/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +17 -0
  251. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  253. package/dist-types/ts3.4/commands/UpdateEventDestinationCommand.d.ts +17 -0
  254. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
  255. package/dist-types/ts3.4/commands/UpdatePoolCommand.d.ts +17 -0
  256. package/dist-types/ts3.4/commands/index.d.ts +43 -0
  257. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  258. package/dist-types/ts3.4/index.d.ts +6 -0
  259. package/dist-types/ts3.4/models/PinpointSMSVoiceV2ServiceException.d.ts +6 -0
  260. package/dist-types/ts3.4/models/index.d.ts +1 -0
  261. package/dist-types/ts3.4/models/models_0.d.ts +1883 -0
  262. package/dist-types/ts3.4/pagination/DescribeAccountAttributesPaginator.d.ts +4 -0
  263. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
  264. package/dist-types/ts3.4/pagination/DescribeConfigurationSetsPaginator.d.ts +4 -0
  265. package/dist-types/ts3.4/pagination/DescribeKeywordsPaginator.d.ts +4 -0
  266. package/dist-types/ts3.4/pagination/DescribeOptOutListsPaginator.d.ts +4 -0
  267. package/dist-types/ts3.4/pagination/DescribeOptedOutNumbersPaginator.d.ts +4 -0
  268. package/dist-types/ts3.4/pagination/DescribePhoneNumbersPaginator.d.ts +4 -0
  269. package/dist-types/ts3.4/pagination/DescribePoolsPaginator.d.ts +4 -0
  270. package/dist-types/ts3.4/pagination/DescribeSenderIdsPaginator.d.ts +4 -0
  271. package/dist-types/ts3.4/pagination/DescribeSpendLimitsPaginator.d.ts +4 -0
  272. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  273. package/dist-types/ts3.4/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +4 -0
  274. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  275. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +131 -0
  276. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  277. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  278. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  279. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  280. package/package.json +95 -0
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeAccountAttributes(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeAccountAttributesCommandInput, ...additionalArguments: any): Paginator<DescribeAccountAttributesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeAccountLimits(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeAccountLimitsCommandInput, ...additionalArguments: any): Paginator<DescribeAccountLimitsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeConfigurationSetsCommandInput, DescribeConfigurationSetsCommandOutput } from "../commands/DescribeConfigurationSetsCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeConfigurationSets(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeConfigurationSetsCommandInput, ...additionalArguments: any): Paginator<DescribeConfigurationSetsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeKeywordsCommandInput, DescribeKeywordsCommandOutput } from "../commands/DescribeKeywordsCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeKeywords(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeKeywordsCommandInput, ...additionalArguments: any): Paginator<DescribeKeywordsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeOptOutListsCommandInput, DescribeOptOutListsCommandOutput } from "../commands/DescribeOptOutListsCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeOptOutLists(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeOptOutListsCommandInput, ...additionalArguments: any): Paginator<DescribeOptOutListsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeOptedOutNumbersCommandInput, DescribeOptedOutNumbersCommandOutput } from "../commands/DescribeOptedOutNumbersCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeOptedOutNumbers(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeOptedOutNumbersCommandInput, ...additionalArguments: any): Paginator<DescribeOptedOutNumbersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribePhoneNumbersCommandInput, DescribePhoneNumbersCommandOutput } from "../commands/DescribePhoneNumbersCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribePhoneNumbers(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribePhoneNumbersCommandInput, ...additionalArguments: any): Paginator<DescribePhoneNumbersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribePoolsCommandInput, DescribePoolsCommandOutput } from "../commands/DescribePoolsCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribePools(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribePoolsCommandInput, ...additionalArguments: any): Paginator<DescribePoolsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeSenderIdsCommandInput, DescribeSenderIdsCommandOutput } from "../commands/DescribeSenderIdsCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeSenderIds(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeSenderIdsCommandInput, ...additionalArguments: any): Paginator<DescribeSenderIdsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeSpendLimitsCommandInput, DescribeSpendLimitsCommandOutput } from "../commands/DescribeSpendLimitsCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeSpendLimits(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeSpendLimitsCommandInput, ...additionalArguments: any): Paginator<DescribeSpendLimitsCommandOutput>;
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { PinpointSMSVoiceV2 } from "../PinpointSMSVoiceV2";
3
+ import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
4
+ export interface PinpointSMSVoiceV2PaginationConfiguration extends PaginationConfiguration {
5
+ client: PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPoolOriginationIdentitiesCommandInput, ListPoolOriginationIdentitiesCommandOutput } from "../commands/ListPoolOriginationIdentitiesCommand";
3
+ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPoolOriginationIdentities(config: PinpointSMSVoiceV2PaginationConfiguration, input: ListPoolOriginationIdentitiesCommandInput, ...additionalArguments: any): Paginator<ListPoolOriginationIdentitiesCommandOutput>;
@@ -0,0 +1,12 @@
1
+ export * from "./DescribeAccountAttributesPaginator";
2
+ export * from "./DescribeAccountLimitsPaginator";
3
+ export * from "./DescribeConfigurationSetsPaginator";
4
+ export * from "./DescribeKeywordsPaginator";
5
+ export * from "./DescribeOptOutListsPaginator";
6
+ export * from "./DescribeOptedOutNumbersPaginator";
7
+ export * from "./DescribePhoneNumbersPaginator";
8
+ export * from "./DescribePoolsPaginator";
9
+ export * from "./DescribeSenderIdsPaginator";
10
+ export * from "./DescribeSpendLimitsPaginator";
11
+ export * from "./Interfaces";
12
+ export * from "./ListPoolOriginationIdentitiesPaginator";
@@ -0,0 +1,131 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AssociateOriginationIdentityCommandInput, AssociateOriginationIdentityCommandOutput } from "../commands/AssociateOriginationIdentityCommand";
4
+ import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "../commands/CreateConfigurationSetCommand";
5
+ import { CreateEventDestinationCommandInput, CreateEventDestinationCommandOutput } from "../commands/CreateEventDestinationCommand";
6
+ import { CreateOptOutListCommandInput, CreateOptOutListCommandOutput } from "../commands/CreateOptOutListCommand";
7
+ import { CreatePoolCommandInput, CreatePoolCommandOutput } from "../commands/CreatePoolCommand";
8
+ import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "../commands/DeleteConfigurationSetCommand";
9
+ import { DeleteDefaultMessageTypeCommandInput, DeleteDefaultMessageTypeCommandOutput } from "../commands/DeleteDefaultMessageTypeCommand";
10
+ import { DeleteDefaultSenderIdCommandInput, DeleteDefaultSenderIdCommandOutput } from "../commands/DeleteDefaultSenderIdCommand";
11
+ import { DeleteEventDestinationCommandInput, DeleteEventDestinationCommandOutput } from "../commands/DeleteEventDestinationCommand";
12
+ import { DeleteKeywordCommandInput, DeleteKeywordCommandOutput } from "../commands/DeleteKeywordCommand";
13
+ import { DeleteOptedOutNumberCommandInput, DeleteOptedOutNumberCommandOutput } from "../commands/DeleteOptedOutNumberCommand";
14
+ import { DeleteOptOutListCommandInput, DeleteOptOutListCommandOutput } from "../commands/DeleteOptOutListCommand";
15
+ import { DeletePoolCommandInput, DeletePoolCommandOutput } from "../commands/DeletePoolCommand";
16
+ import { DeleteTextMessageSpendLimitOverrideCommandInput, DeleteTextMessageSpendLimitOverrideCommandOutput } from "../commands/DeleteTextMessageSpendLimitOverrideCommand";
17
+ import { DeleteVoiceMessageSpendLimitOverrideCommandInput, DeleteVoiceMessageSpendLimitOverrideCommandOutput } from "../commands/DeleteVoiceMessageSpendLimitOverrideCommand";
18
+ import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
19
+ import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
20
+ import { DescribeConfigurationSetsCommandInput, DescribeConfigurationSetsCommandOutput } from "../commands/DescribeConfigurationSetsCommand";
21
+ import { DescribeKeywordsCommandInput, DescribeKeywordsCommandOutput } from "../commands/DescribeKeywordsCommand";
22
+ import { DescribeOptedOutNumbersCommandInput, DescribeOptedOutNumbersCommandOutput } from "../commands/DescribeOptedOutNumbersCommand";
23
+ import { DescribeOptOutListsCommandInput, DescribeOptOutListsCommandOutput } from "../commands/DescribeOptOutListsCommand";
24
+ import { DescribePhoneNumbersCommandInput, DescribePhoneNumbersCommandOutput } from "../commands/DescribePhoneNumbersCommand";
25
+ import { DescribePoolsCommandInput, DescribePoolsCommandOutput } from "../commands/DescribePoolsCommand";
26
+ import { DescribeSenderIdsCommandInput, DescribeSenderIdsCommandOutput } from "../commands/DescribeSenderIdsCommand";
27
+ import { DescribeSpendLimitsCommandInput, DescribeSpendLimitsCommandOutput } from "../commands/DescribeSpendLimitsCommand";
28
+ import { DisassociateOriginationIdentityCommandInput, DisassociateOriginationIdentityCommandOutput } from "../commands/DisassociateOriginationIdentityCommand";
29
+ import { ListPoolOriginationIdentitiesCommandInput, ListPoolOriginationIdentitiesCommandOutput } from "../commands/ListPoolOriginationIdentitiesCommand";
30
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
31
+ import { PutKeywordCommandInput, PutKeywordCommandOutput } from "../commands/PutKeywordCommand";
32
+ import { PutOptedOutNumberCommandInput, PutOptedOutNumberCommandOutput } from "../commands/PutOptedOutNumberCommand";
33
+ import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "../commands/ReleasePhoneNumberCommand";
34
+ import { RequestPhoneNumberCommandInput, RequestPhoneNumberCommandOutput } from "../commands/RequestPhoneNumberCommand";
35
+ import { SendTextMessageCommandInput, SendTextMessageCommandOutput } from "../commands/SendTextMessageCommand";
36
+ import { SendVoiceMessageCommandInput, SendVoiceMessageCommandOutput } from "../commands/SendVoiceMessageCommand";
37
+ import { SetDefaultMessageTypeCommandInput, SetDefaultMessageTypeCommandOutput } from "../commands/SetDefaultMessageTypeCommand";
38
+ import { SetDefaultSenderIdCommandInput, SetDefaultSenderIdCommandOutput } from "../commands/SetDefaultSenderIdCommand";
39
+ import { SetTextMessageSpendLimitOverrideCommandInput, SetTextMessageSpendLimitOverrideCommandOutput } from "../commands/SetTextMessageSpendLimitOverrideCommand";
40
+ import { SetVoiceMessageSpendLimitOverrideCommandInput, SetVoiceMessageSpendLimitOverrideCommandOutput } from "../commands/SetVoiceMessageSpendLimitOverrideCommand";
41
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
42
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
43
+ import { UpdateEventDestinationCommandInput, UpdateEventDestinationCommandOutput } from "../commands/UpdateEventDestinationCommand";
44
+ import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "../commands/UpdatePhoneNumberCommand";
45
+ import { UpdatePoolCommandInput, UpdatePoolCommandOutput } from "../commands/UpdatePoolCommand";
46
+ export declare const serializeAws_json1_0AssociateOriginationIdentityCommand: (input: AssociateOriginationIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ export declare const serializeAws_json1_0CreateConfigurationSetCommand: (input: CreateConfigurationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ export declare const serializeAws_json1_0CreateEventDestinationCommand: (input: CreateEventDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_json1_0CreateOptOutListCommand: (input: CreateOptOutListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const serializeAws_json1_0CreatePoolCommand: (input: CreatePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ export declare const serializeAws_json1_0DeleteConfigurationSetCommand: (input: DeleteConfigurationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_json1_0DeleteDefaultMessageTypeCommand: (input: DeleteDefaultMessageTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_json1_0DeleteDefaultSenderIdCommand: (input: DeleteDefaultSenderIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ export declare const serializeAws_json1_0DeleteEventDestinationCommand: (input: DeleteEventDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ export declare const serializeAws_json1_0DeleteKeywordCommand: (input: DeleteKeywordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_json1_0DeleteOptedOutNumberCommand: (input: DeleteOptedOutNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_json1_0DeleteOptOutListCommand: (input: DeleteOptOutListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_json1_0DeletePoolCommand: (input: DeletePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_json1_0DeleteTextMessageSpendLimitOverrideCommand: (input: DeleteTextMessageSpendLimitOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_json1_0DeleteVoiceMessageSpendLimitOverrideCommand: (input: DeleteVoiceMessageSpendLimitOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_json1_0DescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_json1_0DescribeAccountLimitsCommand: (input: DescribeAccountLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const serializeAws_json1_0DescribeConfigurationSetsCommand: (input: DescribeConfigurationSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_json1_0DescribeKeywordsCommand: (input: DescribeKeywordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_json1_0DescribeOptedOutNumbersCommand: (input: DescribeOptedOutNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_json1_0DescribeOptOutListsCommand: (input: DescribeOptOutListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_json1_0DescribePhoneNumbersCommand: (input: DescribePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ export declare const serializeAws_json1_0DescribePoolsCommand: (input: DescribePoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ export declare const serializeAws_json1_0DescribeSenderIdsCommand: (input: DescribeSenderIdsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ export declare const serializeAws_json1_0DescribeSpendLimitsCommand: (input: DescribeSpendLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_json1_0DisassociateOriginationIdentityCommand: (input: DisassociateOriginationIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_json1_0ListPoolOriginationIdentitiesCommand: (input: ListPoolOriginationIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ export declare const serializeAws_json1_0PutKeywordCommand: (input: PutKeywordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ export declare const serializeAws_json1_0PutOptedOutNumberCommand: (input: PutOptedOutNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_json1_0ReleasePhoneNumberCommand: (input: ReleasePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const serializeAws_json1_0RequestPhoneNumberCommand: (input: RequestPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_json1_0SendTextMessageCommand: (input: SendTextMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ export declare const serializeAws_json1_0SendVoiceMessageCommand: (input: SendVoiceMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ export declare const serializeAws_json1_0SetDefaultMessageTypeCommand: (input: SetDefaultMessageTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ export declare const serializeAws_json1_0SetDefaultSenderIdCommand: (input: SetDefaultSenderIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ export declare const serializeAws_json1_0SetTextMessageSpendLimitOverrideCommand: (input: SetTextMessageSpendLimitOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ export declare const serializeAws_json1_0SetVoiceMessageSpendLimitOverrideCommand: (input: SetVoiceMessageSpendLimitOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_json1_0UpdateEventDestinationCommand: (input: UpdateEventDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_json1_0UpdatePhoneNumberCommand: (input: UpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ export declare const serializeAws_json1_0UpdatePoolCommand: (input: UpdatePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ export declare const deserializeAws_json1_0AssociateOriginationIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateOriginationIdentityCommandOutput>;
90
+ export declare const deserializeAws_json1_0CreateConfigurationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationSetCommandOutput>;
91
+ export declare const deserializeAws_json1_0CreateEventDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventDestinationCommandOutput>;
92
+ export declare const deserializeAws_json1_0CreateOptOutListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOptOutListCommandOutput>;
93
+ export declare const deserializeAws_json1_0CreatePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePoolCommandOutput>;
94
+ export declare const deserializeAws_json1_0DeleteConfigurationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationSetCommandOutput>;
95
+ export declare const deserializeAws_json1_0DeleteDefaultMessageTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDefaultMessageTypeCommandOutput>;
96
+ export declare const deserializeAws_json1_0DeleteDefaultSenderIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDefaultSenderIdCommandOutput>;
97
+ export declare const deserializeAws_json1_0DeleteEventDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventDestinationCommandOutput>;
98
+ export declare const deserializeAws_json1_0DeleteKeywordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeywordCommandOutput>;
99
+ export declare const deserializeAws_json1_0DeleteOptedOutNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOptedOutNumberCommandOutput>;
100
+ export declare const deserializeAws_json1_0DeleteOptOutListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOptOutListCommandOutput>;
101
+ export declare const deserializeAws_json1_0DeletePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePoolCommandOutput>;
102
+ export declare const deserializeAws_json1_0DeleteTextMessageSpendLimitOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTextMessageSpendLimitOverrideCommandOutput>;
103
+ export declare const deserializeAws_json1_0DeleteVoiceMessageSpendLimitOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceMessageSpendLimitOverrideCommandOutput>;
104
+ export declare const deserializeAws_json1_0DescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
105
+ export declare const deserializeAws_json1_0DescribeAccountLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountLimitsCommandOutput>;
106
+ export declare const deserializeAws_json1_0DescribeConfigurationSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationSetsCommandOutput>;
107
+ export declare const deserializeAws_json1_0DescribeKeywordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeywordsCommandOutput>;
108
+ export declare const deserializeAws_json1_0DescribeOptedOutNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOptedOutNumbersCommandOutput>;
109
+ export declare const deserializeAws_json1_0DescribeOptOutListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOptOutListsCommandOutput>;
110
+ export declare const deserializeAws_json1_0DescribePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePhoneNumbersCommandOutput>;
111
+ export declare const deserializeAws_json1_0DescribePoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePoolsCommandOutput>;
112
+ export declare const deserializeAws_json1_0DescribeSenderIdsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSenderIdsCommandOutput>;
113
+ export declare const deserializeAws_json1_0DescribeSpendLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpendLimitsCommandOutput>;
114
+ export declare const deserializeAws_json1_0DisassociateOriginationIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateOriginationIdentityCommandOutput>;
115
+ export declare const deserializeAws_json1_0ListPoolOriginationIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoolOriginationIdentitiesCommandOutput>;
116
+ export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
117
+ export declare const deserializeAws_json1_0PutKeywordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutKeywordCommandOutput>;
118
+ export declare const deserializeAws_json1_0PutOptedOutNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutOptedOutNumberCommandOutput>;
119
+ export declare const deserializeAws_json1_0ReleasePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleasePhoneNumberCommandOutput>;
120
+ export declare const deserializeAws_json1_0RequestPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestPhoneNumberCommandOutput>;
121
+ export declare const deserializeAws_json1_0SendTextMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTextMessageCommandOutput>;
122
+ export declare const deserializeAws_json1_0SendVoiceMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendVoiceMessageCommandOutput>;
123
+ export declare const deserializeAws_json1_0SetDefaultMessageTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDefaultMessageTypeCommandOutput>;
124
+ export declare const deserializeAws_json1_0SetDefaultSenderIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDefaultSenderIdCommandOutput>;
125
+ export declare const deserializeAws_json1_0SetTextMessageSpendLimitOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTextMessageSpendLimitOverrideCommandOutput>;
126
+ export declare const deserializeAws_json1_0SetVoiceMessageSpendLimitOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetVoiceMessageSpendLimitOverrideCommandOutput>;
127
+ export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
128
+ export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
129
+ export declare const deserializeAws_json1_0UpdateEventDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventDestinationCommandOutput>;
130
+ export declare const deserializeAws_json1_0UpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberCommandOutput>;
131
+ export declare const deserializeAws_json1_0UpdatePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePoolCommandOutput>;
@@ -0,0 +1,38 @@
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { PinpointSMSVoiceV2ClientConfig } from "./PinpointSMSVoiceV2Client";
3
+
4
+ export declare const getRuntimeConfig: (config: PinpointSMSVoiceV2ClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
+ base64Decoder: import("@aws-sdk/types").Decoder;
8
+ base64Encoder: import("@aws-sdk/types").Encoder;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
+ region: string | import("@aws-sdk/types").Provider<any>;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
16
+ sha256: import("@aws-sdk/types").HashConstructor;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ apiVersion: string;
23
+ urlParser: import("@aws-sdk/types").UrlParser;
24
+ disableHostPrefix: boolean;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ serviceId: string;
27
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ tls?: boolean | undefined;
30
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signingEscapePath?: boolean | undefined;
34
+ systemClockOffset?: number | undefined;
35
+ signingRegion?: string | undefined;
36
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
+ };
@@ -0,0 +1,38 @@
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { PinpointSMSVoiceV2ClientConfig } from "./PinpointSMSVoiceV2Client";
3
+
4
+ export declare const getRuntimeConfig: (config: PinpointSMSVoiceV2ClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
+ base64Decoder: import("@aws-sdk/types").Decoder;
8
+ base64Encoder: import("@aws-sdk/types").Encoder;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
+ region: string | import("@aws-sdk/types").Provider<string>;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
16
+ sha256: import("@aws-sdk/types").HashConstructor;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ apiVersion: string;
23
+ urlParser: import("@aws-sdk/types").UrlParser;
24
+ disableHostPrefix: boolean;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ serviceId: string;
27
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ tls?: boolean | undefined;
30
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signingEscapePath?: boolean | undefined;
34
+ systemClockOffset?: number | undefined;
35
+ signingRegion?: string | undefined;
36
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
+ };
@@ -0,0 +1,37 @@
1
+ import { PinpointSMSVoiceV2ClientConfig } from "./PinpointSMSVoiceV2Client";
2
+
3
+ export declare const getRuntimeConfig: (config: PinpointSMSVoiceV2ClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
6
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
+ apiVersion: string;
8
+ urlParser: import("@aws-sdk/types").UrlParser;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ streamCollector: import("@aws-sdk/types").StreamCollector;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ utf8Decoder: import("@aws-sdk/types").Decoder;
14
+ utf8Encoder: import("@aws-sdk/types").Encoder;
15
+ disableHostPrefix: boolean;
16
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
18
+ logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ serviceId: string;
22
+ region: string | import("@aws-sdk/types").Provider<any>;
23
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -0,0 +1,11 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { PinpointSMSVoiceV2ClientConfig } from "./PinpointSMSVoiceV2Client";
3
+
4
+ export declare const getRuntimeConfig: (config: PinpointSMSVoiceV2ClientConfig) => {
5
+ apiVersion: string;
6
+ disableHostPrefix: boolean;
7
+ logger: __Logger;
8
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
+ serviceId: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ };
package/package.json ADDED
@@ -0,0 +1,95 @@
1
+ {
2
+ "name": "@aws-sdk/client-pinpoint-sms-voice-v2",
3
+ "description": "AWS SDK for JavaScript Pinpoint Sms Voice V2 Client for Node.js, Browser and React Native",
4
+ "version": "3.61.0",
5
+ "scripts": {
6
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
+ "build:docs": "typedoc",
9
+ "build:es": "tsc -p tsconfig.es.json",
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
13
+ },
14
+ "main": "./dist-cjs/index.js",
15
+ "types": "./dist-types/index.d.ts",
16
+ "module": "./dist-es/index.js",
17
+ "sideEffects": false,
18
+ "dependencies": {
19
+ "@aws-crypto/sha256-browser": "2.0.0",
20
+ "@aws-crypto/sha256-js": "2.0.0",
21
+ "@aws-sdk/client-sts": "3.58.0",
22
+ "@aws-sdk/config-resolver": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.58.0",
24
+ "@aws-sdk/fetch-http-handler": "3.58.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.58.0",
28
+ "@aws-sdk/middleware-host-header": "3.58.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.58.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.58.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.58.0",
35
+ "@aws-sdk/node-config-provider": "3.58.0",
36
+ "@aws-sdk/node-http-handler": "3.58.0",
37
+ "@aws-sdk/protocol-http": "3.58.0",
38
+ "@aws-sdk/smithy-client": "3.55.0",
39
+ "@aws-sdk/types": "3.55.0",
40
+ "@aws-sdk/url-parser": "3.55.0",
41
+ "@aws-sdk/util-base64-browser": "3.58.0",
42
+ "@aws-sdk/util-base64-node": "3.55.0",
43
+ "@aws-sdk/util-body-length-browser": "3.55.0",
44
+ "@aws-sdk/util-body-length-node": "3.55.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.58.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.58.0",
48
+ "@aws-sdk/util-user-agent-node": "3.58.0",
49
+ "@aws-sdk/util-utf8-browser": "3.55.0",
50
+ "@aws-sdk/util-utf8-node": "3.55.0",
51
+ "tslib": "^2.3.1",
52
+ "uuid": "^8.3.2"
53
+ },
54
+ "devDependencies": {
55
+ "@aws-sdk/service-client-documentation-generator": "3.58.0",
56
+ "@tsconfig/recommended": "1.0.1",
57
+ "@types/node": "^12.7.5",
58
+ "@types/uuid": "^8.3.0",
59
+ "concurrently": "7.0.0",
60
+ "downlevel-dts": "0.7.0",
61
+ "rimraf": "3.0.2",
62
+ "typedoc": "0.19.2",
63
+ "typescript": "~4.6.2"
64
+ },
65
+ "engines": {
66
+ "node": ">=12.0.0"
67
+ },
68
+ "typesVersions": {
69
+ "<4.0": {
70
+ "dist-types/*": [
71
+ "dist-types/ts3.4/*"
72
+ ]
73
+ }
74
+ },
75
+ "files": [
76
+ "dist-*"
77
+ ],
78
+ "author": {
79
+ "name": "AWS SDK for JavaScript Team",
80
+ "url": "https://aws.amazon.com/javascript/"
81
+ },
82
+ "license": "Apache-2.0",
83
+ "browser": {
84
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
85
+ },
86
+ "react-native": {
87
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
88
+ },
89
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-pinpoint-sms-voice-v2",
90
+ "repository": {
91
+ "type": "git",
92
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
93
+ "directory": "clients/client-pinpoint-sms-voice-v2"
94
+ }
95
+ }