@aws-sdk/client-pinpoint-sms-voice-v2 3.477.0 → 3.481.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 (361) hide show
  1. package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +18 -41
  2. package/dist-cjs/commands/CreateConfigurationSetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateEventDestinationCommand.js +18 -41
  4. package/dist-cjs/commands/CreateOptOutListCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePoolCommand.js +18 -41
  6. package/dist-cjs/commands/CreateRegistrationAssociationCommand.js +18 -41
  7. package/dist-cjs/commands/CreateRegistrationAttachmentCommand.js +18 -41
  8. package/dist-cjs/commands/CreateRegistrationCommand.js +18 -41
  9. package/dist-cjs/commands/CreateRegistrationVersionCommand.js +18 -41
  10. package/dist-cjs/commands/CreateVerifiedDestinationNumberCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteEventDestinationCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteKeywordCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteOptOutListCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +18 -41
  18. package/dist-cjs/commands/DeletePoolCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteRegistrationAttachmentCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteRegistrationCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteRegistrationFieldValueCommand.js +18 -41
  22. package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +18 -41
  23. package/dist-cjs/commands/DeleteVerifiedDestinationNumberCommand.js +18 -41
  24. package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeKeywordsCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeOptOutListsCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +18 -41
  31. package/dist-cjs/commands/DescribePhoneNumbersCommand.js +18 -41
  32. package/dist-cjs/commands/DescribePoolsCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeRegistrationAttachmentsCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeRegistrationFieldDefinitionsCommand.js +18 -41
  35. package/dist-cjs/commands/DescribeRegistrationFieldValuesCommand.js +18 -41
  36. package/dist-cjs/commands/DescribeRegistrationSectionDefinitionsCommand.js +18 -41
  37. package/dist-cjs/commands/DescribeRegistrationTypeDefinitionsCommand.js +18 -41
  38. package/dist-cjs/commands/DescribeRegistrationVersionsCommand.js +18 -41
  39. package/dist-cjs/commands/DescribeRegistrationsCommand.js +18 -41
  40. package/dist-cjs/commands/DescribeSenderIdsCommand.js +18 -41
  41. package/dist-cjs/commands/DescribeSpendLimitsCommand.js +18 -41
  42. package/dist-cjs/commands/DescribeVerifiedDestinationNumbersCommand.js +18 -41
  43. package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +18 -41
  44. package/dist-cjs/commands/DiscardRegistrationVersionCommand.js +18 -41
  45. package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +18 -41
  46. package/dist-cjs/commands/ListRegistrationAssociationsCommand.js +18 -41
  47. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  48. package/dist-cjs/commands/PutKeywordCommand.js +18 -41
  49. package/dist-cjs/commands/PutOptedOutNumberCommand.js +18 -41
  50. package/dist-cjs/commands/PutRegistrationFieldValueCommand.js +18 -41
  51. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +18 -41
  52. package/dist-cjs/commands/ReleaseSenderIdCommand.js +18 -41
  53. package/dist-cjs/commands/RequestPhoneNumberCommand.js +18 -41
  54. package/dist-cjs/commands/RequestSenderIdCommand.js +18 -41
  55. package/dist-cjs/commands/SendDestinationNumberVerificationCodeCommand.js +18 -41
  56. package/dist-cjs/commands/SendTextMessageCommand.js +18 -41
  57. package/dist-cjs/commands/SendVoiceMessageCommand.js +18 -41
  58. package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +18 -41
  59. package/dist-cjs/commands/SetDefaultSenderIdCommand.js +18 -41
  60. package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +18 -41
  61. package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +18 -41
  62. package/dist-cjs/commands/SubmitRegistrationVersionCommand.js +18 -41
  63. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  64. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  65. package/dist-cjs/commands/UpdateEventDestinationCommand.js +18 -41
  66. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +18 -41
  67. package/dist-cjs/commands/UpdatePoolCommand.js +18 -41
  68. package/dist-cjs/commands/UpdateSenderIdCommand.js +18 -41
  69. package/dist-cjs/commands/VerifyDestinationNumberCommand.js +18 -41
  70. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  71. package/dist-cjs/pagination/DescribeAccountAttributesPaginator.js +2 -24
  72. package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +2 -24
  73. package/dist-cjs/pagination/DescribeConfigurationSetsPaginator.js +2 -24
  74. package/dist-cjs/pagination/DescribeKeywordsPaginator.js +2 -24
  75. package/dist-cjs/pagination/DescribeOptOutListsPaginator.js +2 -24
  76. package/dist-cjs/pagination/DescribeOptedOutNumbersPaginator.js +2 -24
  77. package/dist-cjs/pagination/DescribePhoneNumbersPaginator.js +2 -24
  78. package/dist-cjs/pagination/DescribePoolsPaginator.js +2 -24
  79. package/dist-cjs/pagination/DescribeRegistrationAttachmentsPaginator.js +2 -24
  80. package/dist-cjs/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +2 -24
  81. package/dist-cjs/pagination/DescribeRegistrationFieldValuesPaginator.js +2 -24
  82. package/dist-cjs/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +2 -24
  83. package/dist-cjs/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +2 -24
  84. package/dist-cjs/pagination/DescribeRegistrationVersionsPaginator.js +2 -24
  85. package/dist-cjs/pagination/DescribeRegistrationsPaginator.js +2 -24
  86. package/dist-cjs/pagination/DescribeSenderIdsPaginator.js +2 -24
  87. package/dist-cjs/pagination/DescribeSpendLimitsPaginator.js +2 -24
  88. package/dist-cjs/pagination/DescribeVerifiedDestinationNumbersPaginator.js +2 -24
  89. package/dist-cjs/pagination/ListPoolOriginationIdentitiesPaginator.js +2 -24
  90. package/dist-cjs/pagination/ListRegistrationAssociationsPaginator.js +2 -24
  91. package/dist-es/commands/AssociateOriginationIdentityCommand.js +18 -41
  92. package/dist-es/commands/CreateConfigurationSetCommand.js +18 -41
  93. package/dist-es/commands/CreateEventDestinationCommand.js +18 -41
  94. package/dist-es/commands/CreateOptOutListCommand.js +18 -41
  95. package/dist-es/commands/CreatePoolCommand.js +18 -41
  96. package/dist-es/commands/CreateRegistrationAssociationCommand.js +18 -41
  97. package/dist-es/commands/CreateRegistrationAttachmentCommand.js +18 -41
  98. package/dist-es/commands/CreateRegistrationCommand.js +18 -41
  99. package/dist-es/commands/CreateRegistrationVersionCommand.js +18 -41
  100. package/dist-es/commands/CreateVerifiedDestinationNumberCommand.js +18 -41
  101. package/dist-es/commands/DeleteConfigurationSetCommand.js +18 -41
  102. package/dist-es/commands/DeleteDefaultMessageTypeCommand.js +18 -41
  103. package/dist-es/commands/DeleteDefaultSenderIdCommand.js +18 -41
  104. package/dist-es/commands/DeleteEventDestinationCommand.js +18 -41
  105. package/dist-es/commands/DeleteKeywordCommand.js +18 -41
  106. package/dist-es/commands/DeleteOptOutListCommand.js +18 -41
  107. package/dist-es/commands/DeleteOptedOutNumberCommand.js +18 -41
  108. package/dist-es/commands/DeletePoolCommand.js +18 -41
  109. package/dist-es/commands/DeleteRegistrationAttachmentCommand.js +18 -41
  110. package/dist-es/commands/DeleteRegistrationCommand.js +18 -41
  111. package/dist-es/commands/DeleteRegistrationFieldValueCommand.js +18 -41
  112. package/dist-es/commands/DeleteTextMessageSpendLimitOverrideCommand.js +18 -41
  113. package/dist-es/commands/DeleteVerifiedDestinationNumberCommand.js +18 -41
  114. package/dist-es/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +18 -41
  115. package/dist-es/commands/DescribeAccountAttributesCommand.js +18 -41
  116. package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
  117. package/dist-es/commands/DescribeConfigurationSetsCommand.js +18 -41
  118. package/dist-es/commands/DescribeKeywordsCommand.js +18 -41
  119. package/dist-es/commands/DescribeOptOutListsCommand.js +18 -41
  120. package/dist-es/commands/DescribeOptedOutNumbersCommand.js +18 -41
  121. package/dist-es/commands/DescribePhoneNumbersCommand.js +18 -41
  122. package/dist-es/commands/DescribePoolsCommand.js +18 -41
  123. package/dist-es/commands/DescribeRegistrationAttachmentsCommand.js +18 -41
  124. package/dist-es/commands/DescribeRegistrationFieldDefinitionsCommand.js +18 -41
  125. package/dist-es/commands/DescribeRegistrationFieldValuesCommand.js +18 -41
  126. package/dist-es/commands/DescribeRegistrationSectionDefinitionsCommand.js +18 -41
  127. package/dist-es/commands/DescribeRegistrationTypeDefinitionsCommand.js +18 -41
  128. package/dist-es/commands/DescribeRegistrationVersionsCommand.js +18 -41
  129. package/dist-es/commands/DescribeRegistrationsCommand.js +18 -41
  130. package/dist-es/commands/DescribeSenderIdsCommand.js +18 -41
  131. package/dist-es/commands/DescribeSpendLimitsCommand.js +18 -41
  132. package/dist-es/commands/DescribeVerifiedDestinationNumbersCommand.js +18 -41
  133. package/dist-es/commands/DisassociateOriginationIdentityCommand.js +18 -41
  134. package/dist-es/commands/DiscardRegistrationVersionCommand.js +18 -41
  135. package/dist-es/commands/ListPoolOriginationIdentitiesCommand.js +18 -41
  136. package/dist-es/commands/ListRegistrationAssociationsCommand.js +18 -41
  137. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  138. package/dist-es/commands/PutKeywordCommand.js +18 -41
  139. package/dist-es/commands/PutOptedOutNumberCommand.js +18 -41
  140. package/dist-es/commands/PutRegistrationFieldValueCommand.js +18 -41
  141. package/dist-es/commands/ReleasePhoneNumberCommand.js +18 -41
  142. package/dist-es/commands/ReleaseSenderIdCommand.js +18 -41
  143. package/dist-es/commands/RequestPhoneNumberCommand.js +18 -41
  144. package/dist-es/commands/RequestSenderIdCommand.js +18 -41
  145. package/dist-es/commands/SendDestinationNumberVerificationCodeCommand.js +18 -41
  146. package/dist-es/commands/SendTextMessageCommand.js +18 -41
  147. package/dist-es/commands/SendVoiceMessageCommand.js +18 -41
  148. package/dist-es/commands/SetDefaultMessageTypeCommand.js +18 -41
  149. package/dist-es/commands/SetDefaultSenderIdCommand.js +18 -41
  150. package/dist-es/commands/SetTextMessageSpendLimitOverrideCommand.js +18 -41
  151. package/dist-es/commands/SetVoiceMessageSpendLimitOverrideCommand.js +18 -41
  152. package/dist-es/commands/SubmitRegistrationVersionCommand.js +18 -41
  153. package/dist-es/commands/TagResourceCommand.js +18 -41
  154. package/dist-es/commands/UntagResourceCommand.js +18 -41
  155. package/dist-es/commands/UpdateEventDestinationCommand.js +18 -41
  156. package/dist-es/commands/UpdatePhoneNumberCommand.js +18 -41
  157. package/dist-es/commands/UpdatePoolCommand.js +18 -41
  158. package/dist-es/commands/UpdateSenderIdCommand.js +18 -41
  159. package/dist-es/commands/VerifyDestinationNumberCommand.js +18 -41
  160. package/dist-es/endpoint/EndpointParameters.js +6 -0
  161. package/dist-es/pagination/DescribeAccountAttributesPaginator.js +2 -23
  162. package/dist-es/pagination/DescribeAccountLimitsPaginator.js +2 -23
  163. package/dist-es/pagination/DescribeConfigurationSetsPaginator.js +2 -23
  164. package/dist-es/pagination/DescribeKeywordsPaginator.js +2 -23
  165. package/dist-es/pagination/DescribeOptOutListsPaginator.js +2 -23
  166. package/dist-es/pagination/DescribeOptedOutNumbersPaginator.js +2 -23
  167. package/dist-es/pagination/DescribePhoneNumbersPaginator.js +2 -23
  168. package/dist-es/pagination/DescribePoolsPaginator.js +2 -23
  169. package/dist-es/pagination/DescribeRegistrationAttachmentsPaginator.js +2 -23
  170. package/dist-es/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +2 -23
  171. package/dist-es/pagination/DescribeRegistrationFieldValuesPaginator.js +2 -23
  172. package/dist-es/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +2 -23
  173. package/dist-es/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +2 -23
  174. package/dist-es/pagination/DescribeRegistrationVersionsPaginator.js +2 -23
  175. package/dist-es/pagination/DescribeRegistrationsPaginator.js +2 -23
  176. package/dist-es/pagination/DescribeSenderIdsPaginator.js +2 -23
  177. package/dist-es/pagination/DescribeSpendLimitsPaginator.js +2 -23
  178. package/dist-es/pagination/DescribeVerifiedDestinationNumbersPaginator.js +2 -23
  179. package/dist-es/pagination/ListPoolOriginationIdentitiesPaginator.js +2 -23
  180. package/dist-es/pagination/ListRegistrationAssociationsPaginator.js +2 -23
  181. package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +6 -21
  182. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -21
  183. package/dist-types/commands/CreateEventDestinationCommand.d.ts +6 -21
  184. package/dist-types/commands/CreateOptOutListCommand.d.ts +6 -21
  185. package/dist-types/commands/CreatePoolCommand.d.ts +6 -21
  186. package/dist-types/commands/CreateRegistrationAssociationCommand.d.ts +6 -21
  187. package/dist-types/commands/CreateRegistrationAttachmentCommand.d.ts +6 -21
  188. package/dist-types/commands/CreateRegistrationCommand.d.ts +6 -21
  189. package/dist-types/commands/CreateRegistrationVersionCommand.d.ts +6 -21
  190. package/dist-types/commands/CreateVerifiedDestinationNumberCommand.d.ts +6 -21
  191. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -21
  192. package/dist-types/commands/DeleteDefaultMessageTypeCommand.d.ts +6 -21
  193. package/dist-types/commands/DeleteDefaultSenderIdCommand.d.ts +6 -21
  194. package/dist-types/commands/DeleteEventDestinationCommand.d.ts +6 -21
  195. package/dist-types/commands/DeleteKeywordCommand.d.ts +6 -21
  196. package/dist-types/commands/DeleteOptOutListCommand.d.ts +6 -21
  197. package/dist-types/commands/DeleteOptedOutNumberCommand.d.ts +6 -21
  198. package/dist-types/commands/DeletePoolCommand.d.ts +6 -21
  199. package/dist-types/commands/DeleteRegistrationAttachmentCommand.d.ts +6 -21
  200. package/dist-types/commands/DeleteRegistrationCommand.d.ts +6 -21
  201. package/dist-types/commands/DeleteRegistrationFieldValueCommand.d.ts +6 -21
  202. package/dist-types/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +6 -21
  203. package/dist-types/commands/DeleteVerifiedDestinationNumberCommand.d.ts +6 -21
  204. package/dist-types/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +6 -21
  205. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -21
  206. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
  207. package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +6 -21
  208. package/dist-types/commands/DescribeKeywordsCommand.d.ts +6 -21
  209. package/dist-types/commands/DescribeOptOutListsCommand.d.ts +6 -21
  210. package/dist-types/commands/DescribeOptedOutNumbersCommand.d.ts +6 -21
  211. package/dist-types/commands/DescribePhoneNumbersCommand.d.ts +6 -21
  212. package/dist-types/commands/DescribePoolsCommand.d.ts +6 -21
  213. package/dist-types/commands/DescribeRegistrationAttachmentsCommand.d.ts +6 -21
  214. package/dist-types/commands/DescribeRegistrationFieldDefinitionsCommand.d.ts +6 -21
  215. package/dist-types/commands/DescribeRegistrationFieldValuesCommand.d.ts +6 -21
  216. package/dist-types/commands/DescribeRegistrationSectionDefinitionsCommand.d.ts +6 -21
  217. package/dist-types/commands/DescribeRegistrationTypeDefinitionsCommand.d.ts +6 -21
  218. package/dist-types/commands/DescribeRegistrationVersionsCommand.d.ts +6 -21
  219. package/dist-types/commands/DescribeRegistrationsCommand.d.ts +6 -21
  220. package/dist-types/commands/DescribeSenderIdsCommand.d.ts +6 -21
  221. package/dist-types/commands/DescribeSpendLimitsCommand.d.ts +6 -21
  222. package/dist-types/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +6 -21
  223. package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +6 -21
  224. package/dist-types/commands/DiscardRegistrationVersionCommand.d.ts +6 -21
  225. package/dist-types/commands/ListPoolOriginationIdentitiesCommand.d.ts +6 -21
  226. package/dist-types/commands/ListRegistrationAssociationsCommand.d.ts +6 -21
  227. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  228. package/dist-types/commands/PutKeywordCommand.d.ts +6 -21
  229. package/dist-types/commands/PutOptedOutNumberCommand.d.ts +6 -21
  230. package/dist-types/commands/PutRegistrationFieldValueCommand.d.ts +6 -21
  231. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +6 -21
  232. package/dist-types/commands/ReleaseSenderIdCommand.d.ts +6 -21
  233. package/dist-types/commands/RequestPhoneNumberCommand.d.ts +6 -21
  234. package/dist-types/commands/RequestSenderIdCommand.d.ts +6 -21
  235. package/dist-types/commands/SendDestinationNumberVerificationCodeCommand.d.ts +6 -21
  236. package/dist-types/commands/SendTextMessageCommand.d.ts +6 -21
  237. package/dist-types/commands/SendVoiceMessageCommand.d.ts +6 -21
  238. package/dist-types/commands/SetDefaultMessageTypeCommand.d.ts +6 -21
  239. package/dist-types/commands/SetDefaultSenderIdCommand.d.ts +6 -21
  240. package/dist-types/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +6 -21
  241. package/dist-types/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +6 -21
  242. package/dist-types/commands/SubmitRegistrationVersionCommand.d.ts +6 -21
  243. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  244. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  245. package/dist-types/commands/UpdateEventDestinationCommand.d.ts +6 -21
  246. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +6 -21
  247. package/dist-types/commands/UpdatePoolCommand.d.ts +6 -21
  248. package/dist-types/commands/UpdateSenderIdCommand.d.ts +6 -21
  249. package/dist-types/commands/VerifyDestinationNumberCommand.d.ts +6 -21
  250. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  251. package/dist-types/pagination/DescribeAccountAttributesPaginator.d.ts +1 -1
  252. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
  253. package/dist-types/pagination/DescribeConfigurationSetsPaginator.d.ts +1 -1
  254. package/dist-types/pagination/DescribeKeywordsPaginator.d.ts +1 -1
  255. package/dist-types/pagination/DescribeOptOutListsPaginator.d.ts +1 -1
  256. package/dist-types/pagination/DescribeOptedOutNumbersPaginator.d.ts +1 -1
  257. package/dist-types/pagination/DescribePhoneNumbersPaginator.d.ts +1 -1
  258. package/dist-types/pagination/DescribePoolsPaginator.d.ts +1 -1
  259. package/dist-types/pagination/DescribeRegistrationAttachmentsPaginator.d.ts +1 -1
  260. package/dist-types/pagination/DescribeRegistrationFieldDefinitionsPaginator.d.ts +1 -1
  261. package/dist-types/pagination/DescribeRegistrationFieldValuesPaginator.d.ts +1 -1
  262. package/dist-types/pagination/DescribeRegistrationSectionDefinitionsPaginator.d.ts +1 -1
  263. package/dist-types/pagination/DescribeRegistrationTypeDefinitionsPaginator.d.ts +1 -1
  264. package/dist-types/pagination/DescribeRegistrationVersionsPaginator.d.ts +1 -1
  265. package/dist-types/pagination/DescribeRegistrationsPaginator.d.ts +1 -1
  266. package/dist-types/pagination/DescribeSenderIdsPaginator.d.ts +1 -1
  267. package/dist-types/pagination/DescribeSpendLimitsPaginator.d.ts +1 -1
  268. package/dist-types/pagination/DescribeVerifiedDestinationNumbersPaginator.d.ts +1 -1
  269. package/dist-types/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +1 -1
  270. package/dist-types/pagination/ListRegistrationAssociationsPaginator.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/AssociateOriginationIdentityCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/CreateEventDestinationCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/CreateOptOutListCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/CreatePoolCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/CreateRegistrationAssociationCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/CreateRegistrationAttachmentCommand.d.ts +12 -24
  278. package/dist-types/ts3.4/commands/CreateRegistrationCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/CreateRegistrationVersionCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/CreateVerifiedDestinationNumberCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/DeleteDefaultMessageTypeCommand.d.ts +12 -24
  283. package/dist-types/ts3.4/commands/DeleteDefaultSenderIdCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/DeleteEventDestinationCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/DeleteKeywordCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/DeleteOptOutListCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/DeleteOptedOutNumberCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/DeletePoolCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/DeleteRegistrationAttachmentCommand.d.ts +12 -24
  290. package/dist-types/ts3.4/commands/DeleteRegistrationCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/DeleteRegistrationFieldValueCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +12 -24
  293. package/dist-types/ts3.4/commands/DeleteVerifiedDestinationNumberCommand.d.ts +12 -24
  294. package/dist-types/ts3.4/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +12 -24
  295. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
  297. package/dist-types/ts3.4/commands/DescribeConfigurationSetsCommand.d.ts +12 -24
  298. package/dist-types/ts3.4/commands/DescribeKeywordsCommand.d.ts +14 -23
  299. package/dist-types/ts3.4/commands/DescribeOptOutListsCommand.d.ts +14 -23
  300. package/dist-types/ts3.4/commands/DescribeOptedOutNumbersCommand.d.ts +12 -24
  301. package/dist-types/ts3.4/commands/DescribePhoneNumbersCommand.d.ts +12 -24
  302. package/dist-types/ts3.4/commands/DescribePoolsCommand.d.ts +14 -23
  303. package/dist-types/ts3.4/commands/DescribeRegistrationAttachmentsCommand.d.ts +12 -24
  304. package/dist-types/ts3.4/commands/DescribeRegistrationFieldDefinitionsCommand.d.ts +12 -24
  305. package/dist-types/ts3.4/commands/DescribeRegistrationFieldValuesCommand.d.ts +12 -24
  306. package/dist-types/ts3.4/commands/DescribeRegistrationSectionDefinitionsCommand.d.ts +12 -24
  307. package/dist-types/ts3.4/commands/DescribeRegistrationTypeDefinitionsCommand.d.ts +12 -24
  308. package/dist-types/ts3.4/commands/DescribeRegistrationVersionsCommand.d.ts +12 -24
  309. package/dist-types/ts3.4/commands/DescribeRegistrationsCommand.d.ts +12 -24
  310. package/dist-types/ts3.4/commands/DescribeSenderIdsCommand.d.ts +14 -23
  311. package/dist-types/ts3.4/commands/DescribeSpendLimitsCommand.d.ts +14 -23
  312. package/dist-types/ts3.4/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +12 -24
  313. package/dist-types/ts3.4/commands/DisassociateOriginationIdentityCommand.d.ts +12 -24
  314. package/dist-types/ts3.4/commands/DiscardRegistrationVersionCommand.d.ts +12 -24
  315. package/dist-types/ts3.4/commands/ListPoolOriginationIdentitiesCommand.d.ts +12 -24
  316. package/dist-types/ts3.4/commands/ListRegistrationAssociationsCommand.d.ts +12 -24
  317. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  318. package/dist-types/ts3.4/commands/PutKeywordCommand.d.ts +14 -23
  319. package/dist-types/ts3.4/commands/PutOptedOutNumberCommand.d.ts +14 -23
  320. package/dist-types/ts3.4/commands/PutRegistrationFieldValueCommand.d.ts +12 -24
  321. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +14 -23
  322. package/dist-types/ts3.4/commands/ReleaseSenderIdCommand.d.ts +14 -23
  323. package/dist-types/ts3.4/commands/RequestPhoneNumberCommand.d.ts +14 -23
  324. package/dist-types/ts3.4/commands/RequestSenderIdCommand.d.ts +14 -23
  325. package/dist-types/ts3.4/commands/SendDestinationNumberVerificationCodeCommand.d.ts +12 -24
  326. package/dist-types/ts3.4/commands/SendTextMessageCommand.d.ts +14 -23
  327. package/dist-types/ts3.4/commands/SendVoiceMessageCommand.d.ts +14 -23
  328. package/dist-types/ts3.4/commands/SetDefaultMessageTypeCommand.d.ts +12 -24
  329. package/dist-types/ts3.4/commands/SetDefaultSenderIdCommand.d.ts +14 -23
  330. package/dist-types/ts3.4/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +12 -24
  331. package/dist-types/ts3.4/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +12 -24
  332. package/dist-types/ts3.4/commands/SubmitRegistrationVersionCommand.d.ts +12 -24
  333. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  334. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  335. package/dist-types/ts3.4/commands/UpdateEventDestinationCommand.d.ts +12 -24
  336. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +14 -23
  337. package/dist-types/ts3.4/commands/UpdatePoolCommand.d.ts +14 -23
  338. package/dist-types/ts3.4/commands/UpdateSenderIdCommand.d.ts +14 -23
  339. package/dist-types/ts3.4/commands/VerifyDestinationNumberCommand.d.ts +12 -24
  340. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  341. package/dist-types/ts3.4/pagination/DescribeAccountAttributesPaginator.d.ts +3 -3
  342. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +3 -3
  343. package/dist-types/ts3.4/pagination/DescribeConfigurationSetsPaginator.d.ts +3 -3
  344. package/dist-types/ts3.4/pagination/DescribeKeywordsPaginator.d.ts +3 -3
  345. package/dist-types/ts3.4/pagination/DescribeOptOutListsPaginator.d.ts +3 -3
  346. package/dist-types/ts3.4/pagination/DescribeOptedOutNumbersPaginator.d.ts +3 -3
  347. package/dist-types/ts3.4/pagination/DescribePhoneNumbersPaginator.d.ts +3 -3
  348. package/dist-types/ts3.4/pagination/DescribePoolsPaginator.d.ts +3 -3
  349. package/dist-types/ts3.4/pagination/DescribeRegistrationAttachmentsPaginator.d.ts +3 -3
  350. package/dist-types/ts3.4/pagination/DescribeRegistrationFieldDefinitionsPaginator.d.ts +3 -3
  351. package/dist-types/ts3.4/pagination/DescribeRegistrationFieldValuesPaginator.d.ts +3 -3
  352. package/dist-types/ts3.4/pagination/DescribeRegistrationSectionDefinitionsPaginator.d.ts +3 -3
  353. package/dist-types/ts3.4/pagination/DescribeRegistrationTypeDefinitionsPaginator.d.ts +3 -3
  354. package/dist-types/ts3.4/pagination/DescribeRegistrationVersionsPaginator.d.ts +3 -3
  355. package/dist-types/ts3.4/pagination/DescribeRegistrationsPaginator.d.ts +3 -3
  356. package/dist-types/ts3.4/pagination/DescribeSenderIdsPaginator.d.ts +3 -3
  357. package/dist-types/ts3.4/pagination/DescribeSpendLimitsPaginator.d.ts +3 -3
  358. package/dist-types/ts3.4/pagination/DescribeVerifiedDestinationNumbersPaginator.d.ts +3 -3
  359. package/dist-types/ts3.4/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +3 -3
  360. package/dist-types/ts3.4/pagination/ListRegistrationAssociationsPaginator.d.ts +3 -3
  361. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdatePhoneNumberRequest, UpdatePhoneNumberResult } from "../models/models_0";
5
4
  import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePhoneNumberCommandInput extends UpdatePhoneNumberRequest
21
20
  */
22
21
  export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePhoneNumberCommand_base: {
24
+ new (input: UpdatePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of an existing origination phone number. You can update the
@@ -103,23 +106,5 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberResult,
103
106
  * <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
104
107
  *
105
108
  */
106
- export declare class UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
107
- readonly input: UpdatePhoneNumberCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: UpdatePhoneNumberCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class UpdatePhoneNumberCommand extends UpdatePhoneNumberCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdatePoolRequest, UpdatePoolResult } from "../models/models_0";
5
4
  import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePoolCommandInput extends UpdatePoolRequest {
21
20
  */
22
21
  export interface UpdatePoolCommandOutput extends UpdatePoolResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePoolCommand_base: {
24
+ new (input: UpdatePoolCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePoolCommandInput, UpdatePoolCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of an existing pool. You can update the opt-out list, enable
@@ -96,23 +99,5 @@ export interface UpdatePoolCommandOutput extends UpdatePoolResult, __MetadataBea
96
99
  * <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
97
100
  *
98
101
  */
99
- export declare class UpdatePoolCommand extends $Command<UpdatePoolCommandInput, UpdatePoolCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
100
- readonly input: UpdatePoolCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: UpdatePoolCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePoolCommandInput, UpdatePoolCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class UpdatePoolCommand extends UpdatePoolCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateSenderIdRequest, UpdateSenderIdResult } from "../models/models_0";
5
4
  import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSenderIdCommandInput extends UpdateSenderIdRequest {
21
20
  */
22
21
  export interface UpdateSenderIdCommandOutput extends UpdateSenderIdResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSenderIdCommand_base: {
24
+ new (input: UpdateSenderIdCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSenderIdCommandInput, UpdateSenderIdCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of an existing sender ID.</p>
@@ -80,23 +83,5 @@ export interface UpdateSenderIdCommandOutput extends UpdateSenderIdResult, __Met
80
83
  * <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
81
84
  *
82
85
  */
83
- export declare class UpdateSenderIdCommand extends $Command<UpdateSenderIdCommandInput, UpdateSenderIdCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
84
- readonly input: UpdateSenderIdCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: UpdateSenderIdCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSenderIdCommandInput, UpdateSenderIdCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class UpdateSenderIdCommand extends UpdateSenderIdCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { VerifyDestinationNumberRequest, VerifyDestinationNumberResult } from "../models/models_0";
5
4
  import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface VerifyDestinationNumberCommandInput extends VerifyDestinationNu
21
20
  */
22
21
  export interface VerifyDestinationNumberCommandOutput extends VerifyDestinationNumberResult, __MetadataBearer {
23
22
  }
23
+ declare const VerifyDestinationNumberCommand_base: {
24
+ new (input: VerifyDestinationNumberCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyDestinationNumberCommandInput, VerifyDestinationNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages.</p>
@@ -80,23 +83,5 @@ export interface VerifyDestinationNumberCommandOutput extends VerifyDestinationN
80
83
  * <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
81
84
  *
82
85
  */
83
- export declare class VerifyDestinationNumberCommand extends $Command<VerifyDestinationNumberCommandInput, VerifyDestinationNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
84
- readonly input: VerifyDestinationNumberCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: VerifyDestinationNumberCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifyDestinationNumberCommandInput, VerifyDestinationNumberCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class VerifyDestinationNumberCommand extends VerifyDestinationNumberCommand_base {
102
87
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeAccountAttributes(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeAccountAttributesCommandInput, ...additionalArguments: any): Paginator<DescribeAccountAttributesCommandOutput>;
7
+ export declare const paginateDescribeAccountAttributes: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeAccountAttributesCommandInput, ...rest: any[]) => Paginator<DescribeAccountAttributesCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeAccountLimits(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeAccountLimitsCommandInput, ...additionalArguments: any): Paginator<DescribeAccountLimitsCommandOutput>;
7
+ export declare const paginateDescribeAccountLimits: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeAccountLimitsCommandInput, ...rest: any[]) => Paginator<DescribeAccountLimitsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeConfigurationSets(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeConfigurationSetsCommandInput, ...additionalArguments: any): Paginator<DescribeConfigurationSetsCommandOutput>;
7
+ export declare const paginateDescribeConfigurationSets: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeConfigurationSetsCommandInput, ...rest: any[]) => Paginator<DescribeConfigurationSetsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeKeywords(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeKeywordsCommandInput, ...additionalArguments: any): Paginator<DescribeKeywordsCommandOutput>;
7
+ export declare const paginateDescribeKeywords: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeKeywordsCommandInput, ...rest: any[]) => Paginator<DescribeKeywordsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeOptOutLists(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeOptOutListsCommandInput, ...additionalArguments: any): Paginator<DescribeOptOutListsCommandOutput>;
7
+ export declare const paginateDescribeOptOutLists: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeOptOutListsCommandInput, ...rest: any[]) => Paginator<DescribeOptOutListsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeOptedOutNumbers(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeOptedOutNumbersCommandInput, ...additionalArguments: any): Paginator<DescribeOptedOutNumbersCommandOutput>;
7
+ export declare const paginateDescribeOptedOutNumbers: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeOptedOutNumbersCommandInput, ...rest: any[]) => Paginator<DescribeOptedOutNumbersCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribePhoneNumbers(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribePhoneNumbersCommandInput, ...additionalArguments: any): Paginator<DescribePhoneNumbersCommandOutput>;
7
+ export declare const paginateDescribePhoneNumbers: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribePhoneNumbersCommandInput, ...rest: any[]) => Paginator<DescribePhoneNumbersCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribePools(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribePoolsCommandInput, ...additionalArguments: any): Paginator<DescribePoolsCommandOutput>;
7
+ export declare const paginateDescribePools: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribePoolsCommandInput, ...rest: any[]) => Paginator<DescribePoolsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeRegistrationAttachments(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationAttachmentsCommandInput, ...additionalArguments: any): Paginator<DescribeRegistrationAttachmentsCommandOutput>;
7
+ export declare const paginateDescribeRegistrationAttachments: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationAttachmentsCommandInput, ...rest: any[]) => Paginator<DescribeRegistrationAttachmentsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeRegistrationFieldDefinitions(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationFieldDefinitionsCommandInput, ...additionalArguments: any): Paginator<DescribeRegistrationFieldDefinitionsCommandOutput>;
7
+ export declare const paginateDescribeRegistrationFieldDefinitions: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationFieldDefinitionsCommandInput, ...rest: any[]) => Paginator<DescribeRegistrationFieldDefinitionsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeRegistrationFieldValues(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationFieldValuesCommandInput, ...additionalArguments: any): Paginator<DescribeRegistrationFieldValuesCommandOutput>;
7
+ export declare const paginateDescribeRegistrationFieldValues: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationFieldValuesCommandInput, ...rest: any[]) => Paginator<DescribeRegistrationFieldValuesCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeRegistrationSectionDefinitions(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationSectionDefinitionsCommandInput, ...additionalArguments: any): Paginator<DescribeRegistrationSectionDefinitionsCommandOutput>;
7
+ export declare const paginateDescribeRegistrationSectionDefinitions: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationSectionDefinitionsCommandInput, ...rest: any[]) => Paginator<DescribeRegistrationSectionDefinitionsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeRegistrationTypeDefinitions(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationTypeDefinitionsCommandInput, ...additionalArguments: any): Paginator<DescribeRegistrationTypeDefinitionsCommandOutput>;
7
+ export declare const paginateDescribeRegistrationTypeDefinitions: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationTypeDefinitionsCommandInput, ...rest: any[]) => Paginator<DescribeRegistrationTypeDefinitionsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeRegistrationVersions(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeRegistrationVersionsCommandOutput>;
7
+ export declare const paginateDescribeRegistrationVersions: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationVersionsCommandInput, ...rest: any[]) => Paginator<DescribeRegistrationVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeRegistrations(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationsCommandInput, ...additionalArguments: any): Paginator<DescribeRegistrationsCommandOutput>;
7
+ export declare const paginateDescribeRegistrations: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeRegistrationsCommandInput, ...rest: any[]) => Paginator<DescribeRegistrationsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeSenderIds(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeSenderIdsCommandInput, ...additionalArguments: any): Paginator<DescribeSenderIdsCommandOutput>;
7
+ export declare const paginateDescribeSenderIds: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeSenderIdsCommandInput, ...rest: any[]) => Paginator<DescribeSenderIdsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeSpendLimits(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeSpendLimitsCommandInput, ...additionalArguments: any): Paginator<DescribeSpendLimitsCommandOutput>;
7
+ export declare const paginateDescribeSpendLimits: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeSpendLimitsCommandInput, ...rest: any[]) => Paginator<DescribeSpendLimitsCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeVerifiedDestinationNumbers(config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeVerifiedDestinationNumbersCommandInput, ...additionalArguments: any): Paginator<DescribeVerifiedDestinationNumbersCommandOutput>;
7
+ export declare const paginateDescribeVerifiedDestinationNumbers: (config: PinpointSMSVoiceV2PaginationConfiguration, input: DescribeVerifiedDestinationNumbersCommandInput, ...rest: any[]) => Paginator<DescribeVerifiedDestinationNumbersCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPoolOriginationIdentities(config: PinpointSMSVoiceV2PaginationConfiguration, input: ListPoolOriginationIdentitiesCommandInput, ...additionalArguments: any): Paginator<ListPoolOriginationIdentitiesCommandOutput>;
7
+ export declare const paginateListPoolOriginationIdentities: (config: PinpointSMSVoiceV2PaginationConfiguration, input: ListPoolOriginationIdentitiesCommandInput, ...rest: any[]) => Paginator<ListPoolOriginationIdentitiesCommandOutput>;
@@ -4,4 +4,4 @@ import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRegistrationAssociations(config: PinpointSMSVoiceV2PaginationConfiguration, input: ListRegistrationAssociationsCommandInput, ...additionalArguments: any): Paginator<ListRegistrationAssociationsCommandOutput>;
7
+ export declare const paginateListRegistrationAssociations: (config: PinpointSMSVoiceV2PaginationConfiguration, input: ListRegistrationAssociationsCommandInput, ...rest: any[]) => Paginator<ListRegistrationAssociationsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateOriginationIdentityRequest,
11
5
  AssociateOriginationIdentityResult,
@@ -21,22 +15,16 @@ export interface AssociateOriginationIdentityCommandInput
21
15
  export interface AssociateOriginationIdentityCommandOutput
22
16
  extends AssociateOriginationIdentityResult,
23
17
  __MetadataBearer {}
24
- export declare class AssociateOriginationIdentityCommand extends $Command<
25
- AssociateOriginationIdentityCommandInput,
26
- AssociateOriginationIdentityCommandOutput,
27
- PinpointSMSVoiceV2ClientResolvedConfig
28
- > {
29
- readonly input: AssociateOriginationIdentityCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateOriginationIdentityCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PinpointSMSVoiceV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AssociateOriginationIdentityCommand_base: {
19
+ new (
20
+ input: AssociateOriginationIdentityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AssociateOriginationIdentityCommandInput,
38
- AssociateOriginationIdentityCommandOutput
23
+ AssociateOriginationIdentityCommandOutput,
24
+ PinpointSMSVoiceV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateOriginationIdentityCommand extends AssociateOriginationIdentityCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateConfigurationSetRequest,
11
5
  CreateConfigurationSetResult,
@@ -21,22 +15,16 @@ export interface CreateConfigurationSetCommandInput
21
15
  export interface CreateConfigurationSetCommandOutput
22
16
  extends CreateConfigurationSetResult,
23
17
  __MetadataBearer {}
24
- export declare class CreateConfigurationSetCommand extends $Command<
25
- CreateConfigurationSetCommandInput,
26
- CreateConfigurationSetCommandOutput,
27
- PinpointSMSVoiceV2ClientResolvedConfig
28
- > {
29
- readonly input: CreateConfigurationSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateConfigurationSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PinpointSMSVoiceV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateConfigurationSetCommand_base: {
19
+ new (
20
+ input: CreateConfigurationSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateConfigurationSetCommandInput,
38
- CreateConfigurationSetCommandOutput
23
+ CreateConfigurationSetCommandOutput,
24
+ PinpointSMSVoiceV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateEventDestinationRequest,
11
5
  CreateEventDestinationResult,
@@ -21,22 +15,16 @@ export interface CreateEventDestinationCommandInput
21
15
  export interface CreateEventDestinationCommandOutput
22
16
  extends CreateEventDestinationResult,
23
17
  __MetadataBearer {}
24
- export declare class CreateEventDestinationCommand extends $Command<
25
- CreateEventDestinationCommandInput,
26
- CreateEventDestinationCommandOutput,
27
- PinpointSMSVoiceV2ClientResolvedConfig
28
- > {
29
- readonly input: CreateEventDestinationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEventDestinationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PinpointSMSVoiceV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateEventDestinationCommand_base: {
19
+ new (
20
+ input: CreateEventDestinationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateEventDestinationCommandInput,
38
- CreateEventDestinationCommandOutput
23
+ CreateEventDestinationCommandOutput,
24
+ PinpointSMSVoiceV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateEventDestinationCommand extends CreateEventDestinationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateOptOutListRequest,
11
5
  CreateOptOutListResult,
@@ -20,19 +14,16 @@ export interface CreateOptOutListCommandInput extends CreateOptOutListRequest {}
20
14
  export interface CreateOptOutListCommandOutput
21
15
  extends CreateOptOutListResult,
22
16
  __MetadataBearer {}
23
- export declare class CreateOptOutListCommand extends $Command<
24
- CreateOptOutListCommandInput,
25
- CreateOptOutListCommandOutput,
26
- PinpointSMSVoiceV2ClientResolvedConfig
27
- > {
28
- readonly input: CreateOptOutListCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateOptOutListCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: PinpointSMSVoiceV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateOptOutListCommandInput, CreateOptOutListCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateOptOutListCommand_base: {
18
+ new (
19
+ input: CreateOptOutListCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateOptOutListCommandInput,
22
+ CreateOptOutListCommandOutput,
23
+ PinpointSMSVoiceV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateOptOutListCommand extends CreateOptOutListCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreatePoolRequest, CreatePoolResult } from "../models/models_0";
10
4
  import {
11
5
  PinpointSMSVoiceV2ClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreatePoolCommandInput extends CreatePoolRequest {}
17
11
  export interface CreatePoolCommandOutput
18
12
  extends CreatePoolResult,
19
13
  __MetadataBearer {}
20
- export declare class CreatePoolCommand extends $Command<
21
- CreatePoolCommandInput,
22
- CreatePoolCommandOutput,
23
- PinpointSMSVoiceV2ClientResolvedConfig
24
- > {
25
- readonly input: CreatePoolCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreatePoolCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PinpointSMSVoiceV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreatePoolCommandInput, CreatePoolCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreatePoolCommand_base: {
15
+ new (
16
+ input: CreatePoolCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreatePoolCommandInput,
19
+ CreatePoolCommandOutput,
20
+ PinpointSMSVoiceV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreatePoolCommand extends CreatePoolCommand_base {}