@aws-sdk/client-chime-sdk-voice 3.214.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 (399) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +206 -0
  3. package/dist-cjs/ChimeSDKVoice.js +1117 -0
  4. package/dist-cjs/ChimeSDKVoiceClient.js +40 -0
  5. package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +46 -0
  6. package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +46 -0
  7. package/dist-cjs/commands/BatchDeletePhoneNumberCommand.js +46 -0
  8. package/dist-cjs/commands/BatchUpdatePhoneNumberCommand.js +46 -0
  9. package/dist-cjs/commands/CreatePhoneNumberOrderCommand.js +46 -0
  10. package/dist-cjs/commands/CreateProxySessionCommand.js +46 -0
  11. package/dist-cjs/commands/CreateSipMediaApplicationCallCommand.js +46 -0
  12. package/dist-cjs/commands/CreateSipMediaApplicationCommand.js +46 -0
  13. package/dist-cjs/commands/CreateSipRuleCommand.js +46 -0
  14. package/dist-cjs/commands/CreateVoiceConnectorCommand.js +46 -0
  15. package/dist-cjs/commands/CreateVoiceConnectorGroupCommand.js +46 -0
  16. package/dist-cjs/commands/DeletePhoneNumberCommand.js +46 -0
  17. package/dist-cjs/commands/DeleteProxySessionCommand.js +46 -0
  18. package/dist-cjs/commands/DeleteSipMediaApplicationCommand.js +46 -0
  19. package/dist-cjs/commands/DeleteSipRuleCommand.js +46 -0
  20. package/dist-cjs/commands/DeleteVoiceConnectorCommand.js +46 -0
  21. package/dist-cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +46 -0
  22. package/dist-cjs/commands/DeleteVoiceConnectorGroupCommand.js +46 -0
  23. package/dist-cjs/commands/DeleteVoiceConnectorOriginationCommand.js +46 -0
  24. package/dist-cjs/commands/DeleteVoiceConnectorProxyCommand.js +46 -0
  25. package/dist-cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +46 -0
  26. package/dist-cjs/commands/DeleteVoiceConnectorTerminationCommand.js +46 -0
  27. package/dist-cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +46 -0
  28. package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +46 -0
  29. package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +46 -0
  30. package/dist-cjs/commands/GetGlobalSettingsCommand.js +46 -0
  31. package/dist-cjs/commands/GetPhoneNumberCommand.js +46 -0
  32. package/dist-cjs/commands/GetPhoneNumberOrderCommand.js +46 -0
  33. package/dist-cjs/commands/GetPhoneNumberSettingsCommand.js +46 -0
  34. package/dist-cjs/commands/GetProxySessionCommand.js +46 -0
  35. package/dist-cjs/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.js +46 -0
  36. package/dist-cjs/commands/GetSipMediaApplicationCommand.js +46 -0
  37. package/dist-cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +46 -0
  38. package/dist-cjs/commands/GetSipRuleCommand.js +46 -0
  39. package/dist-cjs/commands/GetVoiceConnectorCommand.js +46 -0
  40. package/dist-cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +46 -0
  41. package/dist-cjs/commands/GetVoiceConnectorGroupCommand.js +46 -0
  42. package/dist-cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js +46 -0
  43. package/dist-cjs/commands/GetVoiceConnectorOriginationCommand.js +46 -0
  44. package/dist-cjs/commands/GetVoiceConnectorProxyCommand.js +46 -0
  45. package/dist-cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js +46 -0
  46. package/dist-cjs/commands/GetVoiceConnectorTerminationCommand.js +46 -0
  47. package/dist-cjs/commands/GetVoiceConnectorTerminationHealthCommand.js +46 -0
  48. package/dist-cjs/commands/ListAvailableVoiceConnectorRegionsCommand.js +46 -0
  49. package/dist-cjs/commands/ListPhoneNumberOrdersCommand.js +46 -0
  50. package/dist-cjs/commands/ListPhoneNumbersCommand.js +46 -0
  51. package/dist-cjs/commands/ListProxySessionsCommand.js +46 -0
  52. package/dist-cjs/commands/ListSipMediaApplicationsCommand.js +46 -0
  53. package/dist-cjs/commands/ListSipRulesCommand.js +46 -0
  54. package/dist-cjs/commands/ListSupportedPhoneNumberCountriesCommand.js +46 -0
  55. package/dist-cjs/commands/ListVoiceConnectorGroupsCommand.js +46 -0
  56. package/dist-cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js +46 -0
  57. package/dist-cjs/commands/ListVoiceConnectorsCommand.js +46 -0
  58. package/dist-cjs/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.js +46 -0
  59. package/dist-cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +46 -0
  60. package/dist-cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +46 -0
  61. package/dist-cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js +46 -0
  62. package/dist-cjs/commands/PutVoiceConnectorOriginationCommand.js +46 -0
  63. package/dist-cjs/commands/PutVoiceConnectorProxyCommand.js +46 -0
  64. package/dist-cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js +46 -0
  65. package/dist-cjs/commands/PutVoiceConnectorTerminationCommand.js +46 -0
  66. package/dist-cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js +46 -0
  67. package/dist-cjs/commands/RestorePhoneNumberCommand.js +46 -0
  68. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +46 -0
  69. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +46 -0
  70. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +46 -0
  71. package/dist-cjs/commands/UpdatePhoneNumberSettingsCommand.js +46 -0
  72. package/dist-cjs/commands/UpdateProxySessionCommand.js +46 -0
  73. package/dist-cjs/commands/UpdateSipMediaApplicationCallCommand.js +46 -0
  74. package/dist-cjs/commands/UpdateSipMediaApplicationCommand.js +46 -0
  75. package/dist-cjs/commands/UpdateSipRuleCommand.js +46 -0
  76. package/dist-cjs/commands/UpdateVoiceConnectorCommand.js +46 -0
  77. package/dist-cjs/commands/UpdateVoiceConnectorGroupCommand.js +46 -0
  78. package/dist-cjs/commands/ValidateE911AddressCommand.js +46 -0
  79. package/dist-cjs/commands/index.js +77 -0
  80. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  81. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  82. package/dist-cjs/endpoint/ruleset.js +312 -0
  83. package/dist-cjs/index.js +11 -0
  84. package/dist-cjs/models/ChimeSDKVoiceServiceException.js +11 -0
  85. package/dist-cjs/models/index.js +4 -0
  86. package/dist-cjs/models/models_0.js +1092 -0
  87. package/dist-cjs/pagination/Interfaces.js +2 -0
  88. package/dist-cjs/pagination/ListPhoneNumberOrdersPaginator.js +36 -0
  89. package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +36 -0
  90. package/dist-cjs/pagination/ListProxySessionsPaginator.js +36 -0
  91. package/dist-cjs/pagination/ListSipMediaApplicationsPaginator.js +36 -0
  92. package/dist-cjs/pagination/ListSipRulesPaginator.js +36 -0
  93. package/dist-cjs/pagination/ListVoiceConnectorGroupsPaginator.js +36 -0
  94. package/dist-cjs/pagination/ListVoiceConnectorsPaginator.js +36 -0
  95. package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +36 -0
  96. package/dist-cjs/pagination/index.js +12 -0
  97. package/dist-cjs/protocols/Aws_restJson1.js +6595 -0
  98. package/dist-cjs/runtimeConfig.browser.js +42 -0
  99. package/dist-cjs/runtimeConfig.js +50 -0
  100. package/dist-cjs/runtimeConfig.native.js +15 -0
  101. package/dist-cjs/runtimeConfig.shared.js +18 -0
  102. package/dist-es/ChimeSDKVoice.js +1113 -0
  103. package/dist-es/ChimeSDKVoiceClient.js +36 -0
  104. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +42 -0
  105. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +42 -0
  106. package/dist-es/commands/BatchDeletePhoneNumberCommand.js +42 -0
  107. package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +42 -0
  108. package/dist-es/commands/CreatePhoneNumberOrderCommand.js +42 -0
  109. package/dist-es/commands/CreateProxySessionCommand.js +42 -0
  110. package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +42 -0
  111. package/dist-es/commands/CreateSipMediaApplicationCommand.js +42 -0
  112. package/dist-es/commands/CreateSipRuleCommand.js +42 -0
  113. package/dist-es/commands/CreateVoiceConnectorCommand.js +42 -0
  114. package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +42 -0
  115. package/dist-es/commands/DeletePhoneNumberCommand.js +42 -0
  116. package/dist-es/commands/DeleteProxySessionCommand.js +42 -0
  117. package/dist-es/commands/DeleteSipMediaApplicationCommand.js +42 -0
  118. package/dist-es/commands/DeleteSipRuleCommand.js +42 -0
  119. package/dist-es/commands/DeleteVoiceConnectorCommand.js +42 -0
  120. package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +42 -0
  121. package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +42 -0
  122. package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +42 -0
  123. package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +42 -0
  124. package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +42 -0
  125. package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +42 -0
  126. package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +42 -0
  127. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +42 -0
  128. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +42 -0
  129. package/dist-es/commands/GetGlobalSettingsCommand.js +42 -0
  130. package/dist-es/commands/GetPhoneNumberCommand.js +42 -0
  131. package/dist-es/commands/GetPhoneNumberOrderCommand.js +42 -0
  132. package/dist-es/commands/GetPhoneNumberSettingsCommand.js +42 -0
  133. package/dist-es/commands/GetProxySessionCommand.js +42 -0
  134. package/dist-es/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.js +42 -0
  135. package/dist-es/commands/GetSipMediaApplicationCommand.js +42 -0
  136. package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +42 -0
  137. package/dist-es/commands/GetSipRuleCommand.js +42 -0
  138. package/dist-es/commands/GetVoiceConnectorCommand.js +42 -0
  139. package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +42 -0
  140. package/dist-es/commands/GetVoiceConnectorGroupCommand.js +42 -0
  141. package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +42 -0
  142. package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +42 -0
  143. package/dist-es/commands/GetVoiceConnectorProxyCommand.js +42 -0
  144. package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +42 -0
  145. package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +42 -0
  146. package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +42 -0
  147. package/dist-es/commands/ListAvailableVoiceConnectorRegionsCommand.js +42 -0
  148. package/dist-es/commands/ListPhoneNumberOrdersCommand.js +42 -0
  149. package/dist-es/commands/ListPhoneNumbersCommand.js +42 -0
  150. package/dist-es/commands/ListProxySessionsCommand.js +42 -0
  151. package/dist-es/commands/ListSipMediaApplicationsCommand.js +42 -0
  152. package/dist-es/commands/ListSipRulesCommand.js +42 -0
  153. package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +42 -0
  154. package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +42 -0
  155. package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +42 -0
  156. package/dist-es/commands/ListVoiceConnectorsCommand.js +42 -0
  157. package/dist-es/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.js +42 -0
  158. package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +42 -0
  159. package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +42 -0
  160. package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +42 -0
  161. package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +42 -0
  162. package/dist-es/commands/PutVoiceConnectorProxyCommand.js +42 -0
  163. package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +42 -0
  164. package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +42 -0
  165. package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +42 -0
  166. package/dist-es/commands/RestorePhoneNumberCommand.js +42 -0
  167. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +42 -0
  168. package/dist-es/commands/UpdateGlobalSettingsCommand.js +42 -0
  169. package/dist-es/commands/UpdatePhoneNumberCommand.js +42 -0
  170. package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +42 -0
  171. package/dist-es/commands/UpdateProxySessionCommand.js +42 -0
  172. package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +42 -0
  173. package/dist-es/commands/UpdateSipMediaApplicationCommand.js +42 -0
  174. package/dist-es/commands/UpdateSipRuleCommand.js +42 -0
  175. package/dist-es/commands/UpdateVoiceConnectorCommand.js +42 -0
  176. package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +42 -0
  177. package/dist-es/commands/ValidateE911AddressCommand.js +42 -0
  178. package/dist-es/commands/index.js +74 -0
  179. package/dist-es/endpoint/EndpointParameters.js +8 -0
  180. package/dist-es/endpoint/endpointResolver.js +8 -0
  181. package/dist-es/endpoint/ruleset.js +309 -0
  182. package/dist-es/index.js +6 -0
  183. package/dist-es/models/ChimeSDKVoiceServiceException.js +7 -0
  184. package/dist-es/models/index.js +1 -0
  185. package/dist-es/models/models_0.js +911 -0
  186. package/dist-es/pagination/Interfaces.js +1 -0
  187. package/dist-es/pagination/ListPhoneNumberOrdersPaginator.js +32 -0
  188. package/dist-es/pagination/ListPhoneNumbersPaginator.js +32 -0
  189. package/dist-es/pagination/ListProxySessionsPaginator.js +32 -0
  190. package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +32 -0
  191. package/dist-es/pagination/ListSipRulesPaginator.js +32 -0
  192. package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +32 -0
  193. package/dist-es/pagination/ListVoiceConnectorsPaginator.js +32 -0
  194. package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +32 -0
  195. package/dist-es/pagination/index.js +9 -0
  196. package/dist-es/protocols/Aws_restJson1.js +6442 -0
  197. package/dist-es/runtimeConfig.browser.js +37 -0
  198. package/dist-es/runtimeConfig.js +45 -0
  199. package/dist-es/runtimeConfig.native.js +11 -0
  200. package/dist-es/runtimeConfig.shared.js +14 -0
  201. package/dist-types/ChimeSDKVoice.d.ts +300 -0
  202. package/dist-types/ChimeSDKVoiceClient.d.ts +212 -0
  203. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +20 -0
  204. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +20 -0
  205. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +20 -0
  206. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +20 -0
  207. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +20 -0
  208. package/dist-types/commands/CreateProxySessionCommand.d.ts +20 -0
  209. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +20 -0
  210. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +20 -0
  211. package/dist-types/commands/CreateSipRuleCommand.d.ts +20 -0
  212. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +20 -0
  213. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +20 -0
  214. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +20 -0
  215. package/dist-types/commands/DeleteProxySessionCommand.d.ts +20 -0
  216. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +20 -0
  217. package/dist-types/commands/DeleteSipRuleCommand.d.ts +20 -0
  218. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +20 -0
  219. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +20 -0
  220. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +20 -0
  221. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +20 -0
  222. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +20 -0
  223. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +20 -0
  224. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +20 -0
  225. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +20 -0
  226. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +20 -0
  227. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +20 -0
  228. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +20 -0
  229. package/dist-types/commands/GetPhoneNumberCommand.d.ts +20 -0
  230. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +20 -0
  231. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +20 -0
  232. package/dist-types/commands/GetProxySessionCommand.d.ts +20 -0
  233. package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +20 -0
  234. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +20 -0
  235. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +20 -0
  236. package/dist-types/commands/GetSipRuleCommand.d.ts +20 -0
  237. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +20 -0
  238. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +20 -0
  239. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +20 -0
  240. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +20 -0
  241. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +20 -0
  242. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +20 -0
  243. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +20 -0
  244. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +20 -0
  245. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +20 -0
  246. package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +20 -0
  247. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +20 -0
  248. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +20 -0
  249. package/dist-types/commands/ListProxySessionsCommand.d.ts +20 -0
  250. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +20 -0
  251. package/dist-types/commands/ListSipRulesCommand.d.ts +20 -0
  252. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +20 -0
  253. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +20 -0
  254. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +20 -0
  255. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +20 -0
  256. package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +20 -0
  257. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +20 -0
  258. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +20 -0
  259. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +20 -0
  260. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +20 -0
  261. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +20 -0
  262. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +20 -0
  263. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +20 -0
  264. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +20 -0
  265. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +20 -0
  266. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +20 -0
  267. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +20 -0
  268. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +20 -0
  269. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +20 -0
  270. package/dist-types/commands/UpdateProxySessionCommand.d.ts +20 -0
  271. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +20 -0
  272. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +20 -0
  273. package/dist-types/commands/UpdateSipRuleCommand.d.ts +20 -0
  274. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +20 -0
  275. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +20 -0
  276. package/dist-types/commands/ValidateE911AddressCommand.d.ts +20 -0
  277. package/dist-types/commands/index.d.ts +74 -0
  278. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  279. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  280. package/dist-types/endpoint/ruleset.d.ts +2 -0
  281. package/dist-types/index.d.ts +6 -0
  282. package/dist-types/models/ChimeSDKVoiceServiceException.d.ts +10 -0
  283. package/dist-types/models/index.d.ts +1 -0
  284. package/dist-types/models/models_0.d.ts +1579 -0
  285. package/dist-types/pagination/Interfaces.d.ts +6 -0
  286. package/dist-types/pagination/ListPhoneNumberOrdersPaginator.d.ts +4 -0
  287. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  288. package/dist-types/pagination/ListProxySessionsPaginator.d.ts +4 -0
  289. package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +4 -0
  290. package/dist-types/pagination/ListSipRulesPaginator.d.ts +4 -0
  291. package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +4 -0
  292. package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +4 -0
  293. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  294. package/dist-types/pagination/index.d.ts +9 -0
  295. package/dist-types/protocols/Aws_restJson1.d.ts +224 -0
  296. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  297. package/dist-types/runtimeConfig.d.ts +42 -0
  298. package/dist-types/runtimeConfig.native.d.ts +41 -0
  299. package/dist-types/runtimeConfig.shared.d.ts +16 -0
  300. package/dist-types/ts3.4/ChimeSDKVoice.d.ts +1394 -0
  301. package/dist-types/ts3.4/ChimeSDKVoiceClient.d.ts +556 -0
  302. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +41 -0
  303. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +41 -0
  304. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +41 -0
  305. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +41 -0
  306. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +41 -0
  307. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +38 -0
  308. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +41 -0
  309. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +41 -0
  310. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +37 -0
  311. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +41 -0
  312. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +41 -0
  313. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +33 -0
  314. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +33 -0
  315. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +37 -0
  316. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +32 -0
  317. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +36 -0
  318. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +39 -0
  319. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +37 -0
  320. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +37 -0
  321. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +37 -0
  322. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +37 -0
  323. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +37 -0
  324. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +37 -0
  325. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +41 -0
  326. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +43 -0
  327. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +34 -0
  328. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +37 -0
  329. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +38 -0
  330. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +37 -0
  331. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +37 -0
  332. package/dist-types/ts3.4/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +41 -0
  333. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +41 -0
  334. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -0
  335. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +34 -0
  336. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +38 -0
  337. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -0
  338. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +41 -0
  339. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +41 -0
  340. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +41 -0
  341. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +41 -0
  342. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +41 -0
  343. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +41 -0
  344. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +41 -0
  345. package/dist-types/ts3.4/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +37 -0
  346. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +41 -0
  347. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -0
  348. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +38 -0
  349. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +41 -0
  350. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +34 -0
  351. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +41 -0
  352. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +41 -0
  353. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +41 -0
  354. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +38 -0
  355. package/dist-types/ts3.4/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +41 -0
  356. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -0
  357. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -0
  358. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +41 -0
  359. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +41 -0
  360. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +41 -0
  361. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +41 -0
  362. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +41 -0
  363. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +37 -0
  364. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +38 -0
  365. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -0
  366. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -0
  367. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -0
  368. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +37 -0
  369. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +38 -0
  370. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +41 -0
  371. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +41 -0
  372. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +37 -0
  373. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +41 -0
  374. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +41 -0
  375. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +38 -0
  376. package/dist-types/ts3.4/commands/index.d.ts +74 -0
  377. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  378. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  379. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  380. package/dist-types/ts3.4/index.d.ts +6 -0
  381. package/dist-types/ts3.4/models/ChimeSDKVoiceServiceException.d.ts +7 -0
  382. package/dist-types/ts3.4/models/index.d.ts +1 -0
  383. package/dist-types/ts3.4/models/models_0.d.ts +1380 -0
  384. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  385. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +11 -0
  386. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -0
  387. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +11 -0
  388. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +11 -0
  389. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +11 -0
  390. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +11 -0
  391. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +11 -0
  392. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -0
  393. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  394. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +893 -0
  395. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +86 -0
  396. package/dist-types/ts3.4/runtimeConfig.d.ts +86 -0
  397. package/dist-types/ts3.4/runtimeConfig.native.d.ts +75 -0
  398. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
  399. package/package.json +101 -0
@@ -0,0 +1,1394 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { ChimeSDKVoiceClient } from "./ChimeSDKVoiceClient";
3
+ import {
4
+ AssociatePhoneNumbersWithVoiceConnectorCommandInput,
5
+ AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
6
+ } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
7
+ import {
8
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
9
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
10
+ } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
11
+ import {
12
+ BatchDeletePhoneNumberCommandInput,
13
+ BatchDeletePhoneNumberCommandOutput,
14
+ } from "./commands/BatchDeletePhoneNumberCommand";
15
+ import {
16
+ BatchUpdatePhoneNumberCommandInput,
17
+ BatchUpdatePhoneNumberCommandOutput,
18
+ } from "./commands/BatchUpdatePhoneNumberCommand";
19
+ import {
20
+ CreatePhoneNumberOrderCommandInput,
21
+ CreatePhoneNumberOrderCommandOutput,
22
+ } from "./commands/CreatePhoneNumberOrderCommand";
23
+ import {
24
+ CreateProxySessionCommandInput,
25
+ CreateProxySessionCommandOutput,
26
+ } from "./commands/CreateProxySessionCommand";
27
+ import {
28
+ CreateSipMediaApplicationCallCommandInput,
29
+ CreateSipMediaApplicationCallCommandOutput,
30
+ } from "./commands/CreateSipMediaApplicationCallCommand";
31
+ import {
32
+ CreateSipMediaApplicationCommandInput,
33
+ CreateSipMediaApplicationCommandOutput,
34
+ } from "./commands/CreateSipMediaApplicationCommand";
35
+ import {
36
+ CreateSipRuleCommandInput,
37
+ CreateSipRuleCommandOutput,
38
+ } from "./commands/CreateSipRuleCommand";
39
+ import {
40
+ CreateVoiceConnectorCommandInput,
41
+ CreateVoiceConnectorCommandOutput,
42
+ } from "./commands/CreateVoiceConnectorCommand";
43
+ import {
44
+ CreateVoiceConnectorGroupCommandInput,
45
+ CreateVoiceConnectorGroupCommandOutput,
46
+ } from "./commands/CreateVoiceConnectorGroupCommand";
47
+ import {
48
+ DeletePhoneNumberCommandInput,
49
+ DeletePhoneNumberCommandOutput,
50
+ } from "./commands/DeletePhoneNumberCommand";
51
+ import {
52
+ DeleteProxySessionCommandInput,
53
+ DeleteProxySessionCommandOutput,
54
+ } from "./commands/DeleteProxySessionCommand";
55
+ import {
56
+ DeleteSipMediaApplicationCommandInput,
57
+ DeleteSipMediaApplicationCommandOutput,
58
+ } from "./commands/DeleteSipMediaApplicationCommand";
59
+ import {
60
+ DeleteSipRuleCommandInput,
61
+ DeleteSipRuleCommandOutput,
62
+ } from "./commands/DeleteSipRuleCommand";
63
+ import {
64
+ DeleteVoiceConnectorCommandInput,
65
+ DeleteVoiceConnectorCommandOutput,
66
+ } from "./commands/DeleteVoiceConnectorCommand";
67
+ import {
68
+ DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
69
+ DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
70
+ } from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
71
+ import {
72
+ DeleteVoiceConnectorGroupCommandInput,
73
+ DeleteVoiceConnectorGroupCommandOutput,
74
+ } from "./commands/DeleteVoiceConnectorGroupCommand";
75
+ import {
76
+ DeleteVoiceConnectorOriginationCommandInput,
77
+ DeleteVoiceConnectorOriginationCommandOutput,
78
+ } from "./commands/DeleteVoiceConnectorOriginationCommand";
79
+ import {
80
+ DeleteVoiceConnectorProxyCommandInput,
81
+ DeleteVoiceConnectorProxyCommandOutput,
82
+ } from "./commands/DeleteVoiceConnectorProxyCommand";
83
+ import {
84
+ DeleteVoiceConnectorStreamingConfigurationCommandInput,
85
+ DeleteVoiceConnectorStreamingConfigurationCommandOutput,
86
+ } from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
87
+ import {
88
+ DeleteVoiceConnectorTerminationCommandInput,
89
+ DeleteVoiceConnectorTerminationCommandOutput,
90
+ } from "./commands/DeleteVoiceConnectorTerminationCommand";
91
+ import {
92
+ DeleteVoiceConnectorTerminationCredentialsCommandInput,
93
+ DeleteVoiceConnectorTerminationCredentialsCommandOutput,
94
+ } from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
95
+ import {
96
+ DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
97
+ DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
98
+ } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
99
+ import {
100
+ DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
101
+ DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
102
+ } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
103
+ import {
104
+ GetGlobalSettingsCommandInput,
105
+ GetGlobalSettingsCommandOutput,
106
+ } from "./commands/GetGlobalSettingsCommand";
107
+ import {
108
+ GetPhoneNumberCommandInput,
109
+ GetPhoneNumberCommandOutput,
110
+ } from "./commands/GetPhoneNumberCommand";
111
+ import {
112
+ GetPhoneNumberOrderCommandInput,
113
+ GetPhoneNumberOrderCommandOutput,
114
+ } from "./commands/GetPhoneNumberOrderCommand";
115
+ import {
116
+ GetPhoneNumberSettingsCommandInput,
117
+ GetPhoneNumberSettingsCommandOutput,
118
+ } from "./commands/GetPhoneNumberSettingsCommand";
119
+ import {
120
+ GetProxySessionCommandInput,
121
+ GetProxySessionCommandOutput,
122
+ } from "./commands/GetProxySessionCommand";
123
+ import {
124
+ GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
125
+ GetSipMediaApplicationAlexaSkillConfigurationCommandOutput,
126
+ } from "./commands/GetSipMediaApplicationAlexaSkillConfigurationCommand";
127
+ import {
128
+ GetSipMediaApplicationCommandInput,
129
+ GetSipMediaApplicationCommandOutput,
130
+ } from "./commands/GetSipMediaApplicationCommand";
131
+ import {
132
+ GetSipMediaApplicationLoggingConfigurationCommandInput,
133
+ GetSipMediaApplicationLoggingConfigurationCommandOutput,
134
+ } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
135
+ import {
136
+ GetSipRuleCommandInput,
137
+ GetSipRuleCommandOutput,
138
+ } from "./commands/GetSipRuleCommand";
139
+ import {
140
+ GetVoiceConnectorCommandInput,
141
+ GetVoiceConnectorCommandOutput,
142
+ } from "./commands/GetVoiceConnectorCommand";
143
+ import {
144
+ GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
145
+ GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
146
+ } from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
147
+ import {
148
+ GetVoiceConnectorGroupCommandInput,
149
+ GetVoiceConnectorGroupCommandOutput,
150
+ } from "./commands/GetVoiceConnectorGroupCommand";
151
+ import {
152
+ GetVoiceConnectorLoggingConfigurationCommandInput,
153
+ GetVoiceConnectorLoggingConfigurationCommandOutput,
154
+ } from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
155
+ import {
156
+ GetVoiceConnectorOriginationCommandInput,
157
+ GetVoiceConnectorOriginationCommandOutput,
158
+ } from "./commands/GetVoiceConnectorOriginationCommand";
159
+ import {
160
+ GetVoiceConnectorProxyCommandInput,
161
+ GetVoiceConnectorProxyCommandOutput,
162
+ } from "./commands/GetVoiceConnectorProxyCommand";
163
+ import {
164
+ GetVoiceConnectorStreamingConfigurationCommandInput,
165
+ GetVoiceConnectorStreamingConfigurationCommandOutput,
166
+ } from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
167
+ import {
168
+ GetVoiceConnectorTerminationCommandInput,
169
+ GetVoiceConnectorTerminationCommandOutput,
170
+ } from "./commands/GetVoiceConnectorTerminationCommand";
171
+ import {
172
+ GetVoiceConnectorTerminationHealthCommandInput,
173
+ GetVoiceConnectorTerminationHealthCommandOutput,
174
+ } from "./commands/GetVoiceConnectorTerminationHealthCommand";
175
+ import {
176
+ ListAvailableVoiceConnectorRegionsCommandInput,
177
+ ListAvailableVoiceConnectorRegionsCommandOutput,
178
+ } from "./commands/ListAvailableVoiceConnectorRegionsCommand";
179
+ import {
180
+ ListPhoneNumberOrdersCommandInput,
181
+ ListPhoneNumberOrdersCommandOutput,
182
+ } from "./commands/ListPhoneNumberOrdersCommand";
183
+ import {
184
+ ListPhoneNumbersCommandInput,
185
+ ListPhoneNumbersCommandOutput,
186
+ } from "./commands/ListPhoneNumbersCommand";
187
+ import {
188
+ ListProxySessionsCommandInput,
189
+ ListProxySessionsCommandOutput,
190
+ } from "./commands/ListProxySessionsCommand";
191
+ import {
192
+ ListSipMediaApplicationsCommandInput,
193
+ ListSipMediaApplicationsCommandOutput,
194
+ } from "./commands/ListSipMediaApplicationsCommand";
195
+ import {
196
+ ListSipRulesCommandInput,
197
+ ListSipRulesCommandOutput,
198
+ } from "./commands/ListSipRulesCommand";
199
+ import {
200
+ ListSupportedPhoneNumberCountriesCommandInput,
201
+ ListSupportedPhoneNumberCountriesCommandOutput,
202
+ } from "./commands/ListSupportedPhoneNumberCountriesCommand";
203
+ import {
204
+ ListVoiceConnectorGroupsCommandInput,
205
+ ListVoiceConnectorGroupsCommandOutput,
206
+ } from "./commands/ListVoiceConnectorGroupsCommand";
207
+ import {
208
+ ListVoiceConnectorsCommandInput,
209
+ ListVoiceConnectorsCommandOutput,
210
+ } from "./commands/ListVoiceConnectorsCommand";
211
+ import {
212
+ ListVoiceConnectorTerminationCredentialsCommandInput,
213
+ ListVoiceConnectorTerminationCredentialsCommandOutput,
214
+ } from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
215
+ import {
216
+ PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
217
+ PutSipMediaApplicationAlexaSkillConfigurationCommandOutput,
218
+ } from "./commands/PutSipMediaApplicationAlexaSkillConfigurationCommand";
219
+ import {
220
+ PutSipMediaApplicationLoggingConfigurationCommandInput,
221
+ PutSipMediaApplicationLoggingConfigurationCommandOutput,
222
+ } from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
223
+ import {
224
+ PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
225
+ PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
226
+ } from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
227
+ import {
228
+ PutVoiceConnectorLoggingConfigurationCommandInput,
229
+ PutVoiceConnectorLoggingConfigurationCommandOutput,
230
+ } from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
231
+ import {
232
+ PutVoiceConnectorOriginationCommandInput,
233
+ PutVoiceConnectorOriginationCommandOutput,
234
+ } from "./commands/PutVoiceConnectorOriginationCommand";
235
+ import {
236
+ PutVoiceConnectorProxyCommandInput,
237
+ PutVoiceConnectorProxyCommandOutput,
238
+ } from "./commands/PutVoiceConnectorProxyCommand";
239
+ import {
240
+ PutVoiceConnectorStreamingConfigurationCommandInput,
241
+ PutVoiceConnectorStreamingConfigurationCommandOutput,
242
+ } from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
243
+ import {
244
+ PutVoiceConnectorTerminationCommandInput,
245
+ PutVoiceConnectorTerminationCommandOutput,
246
+ } from "./commands/PutVoiceConnectorTerminationCommand";
247
+ import {
248
+ PutVoiceConnectorTerminationCredentialsCommandInput,
249
+ PutVoiceConnectorTerminationCredentialsCommandOutput,
250
+ } from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
251
+ import {
252
+ RestorePhoneNumberCommandInput,
253
+ RestorePhoneNumberCommandOutput,
254
+ } from "./commands/RestorePhoneNumberCommand";
255
+ import {
256
+ SearchAvailablePhoneNumbersCommandInput,
257
+ SearchAvailablePhoneNumbersCommandOutput,
258
+ } from "./commands/SearchAvailablePhoneNumbersCommand";
259
+ import {
260
+ UpdateGlobalSettingsCommandInput,
261
+ UpdateGlobalSettingsCommandOutput,
262
+ } from "./commands/UpdateGlobalSettingsCommand";
263
+ import {
264
+ UpdatePhoneNumberCommandInput,
265
+ UpdatePhoneNumberCommandOutput,
266
+ } from "./commands/UpdatePhoneNumberCommand";
267
+ import {
268
+ UpdatePhoneNumberSettingsCommandInput,
269
+ UpdatePhoneNumberSettingsCommandOutput,
270
+ } from "./commands/UpdatePhoneNumberSettingsCommand";
271
+ import {
272
+ UpdateProxySessionCommandInput,
273
+ UpdateProxySessionCommandOutput,
274
+ } from "./commands/UpdateProxySessionCommand";
275
+ import {
276
+ UpdateSipMediaApplicationCallCommandInput,
277
+ UpdateSipMediaApplicationCallCommandOutput,
278
+ } from "./commands/UpdateSipMediaApplicationCallCommand";
279
+ import {
280
+ UpdateSipMediaApplicationCommandInput,
281
+ UpdateSipMediaApplicationCommandOutput,
282
+ } from "./commands/UpdateSipMediaApplicationCommand";
283
+ import {
284
+ UpdateSipRuleCommandInput,
285
+ UpdateSipRuleCommandOutput,
286
+ } from "./commands/UpdateSipRuleCommand";
287
+ import {
288
+ UpdateVoiceConnectorCommandInput,
289
+ UpdateVoiceConnectorCommandOutput,
290
+ } from "./commands/UpdateVoiceConnectorCommand";
291
+ import {
292
+ UpdateVoiceConnectorGroupCommandInput,
293
+ UpdateVoiceConnectorGroupCommandOutput,
294
+ } from "./commands/UpdateVoiceConnectorGroupCommand";
295
+ import {
296
+ ValidateE911AddressCommandInput,
297
+ ValidateE911AddressCommandOutput,
298
+ } from "./commands/ValidateE911AddressCommand";
299
+ export declare class ChimeSDKVoice extends ChimeSDKVoiceClient {
300
+ associatePhoneNumbersWithVoiceConnector(
301
+ args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
304
+ associatePhoneNumbersWithVoiceConnector(
305
+ args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
306
+ cb: (
307
+ err: any,
308
+ data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput
309
+ ) => void
310
+ ): void;
311
+ associatePhoneNumbersWithVoiceConnector(
312
+ args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (
315
+ err: any,
316
+ data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput
317
+ ) => void
318
+ ): void;
319
+ associatePhoneNumbersWithVoiceConnectorGroup(
320
+ args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
323
+ associatePhoneNumbersWithVoiceConnectorGroup(
324
+ args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
325
+ cb: (
326
+ err: any,
327
+ data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
328
+ ) => void
329
+ ): void;
330
+ associatePhoneNumbersWithVoiceConnectorGroup(
331
+ args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
332
+ options: __HttpHandlerOptions,
333
+ cb: (
334
+ err: any,
335
+ data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
336
+ ) => void
337
+ ): void;
338
+ batchDeletePhoneNumber(
339
+ args: BatchDeletePhoneNumberCommandInput,
340
+ options?: __HttpHandlerOptions
341
+ ): Promise<BatchDeletePhoneNumberCommandOutput>;
342
+ batchDeletePhoneNumber(
343
+ args: BatchDeletePhoneNumberCommandInput,
344
+ cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void
345
+ ): void;
346
+ batchDeletePhoneNumber(
347
+ args: BatchDeletePhoneNumberCommandInput,
348
+ options: __HttpHandlerOptions,
349
+ cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void
350
+ ): void;
351
+ batchUpdatePhoneNumber(
352
+ args: BatchUpdatePhoneNumberCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<BatchUpdatePhoneNumberCommandOutput>;
355
+ batchUpdatePhoneNumber(
356
+ args: BatchUpdatePhoneNumberCommandInput,
357
+ cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void
358
+ ): void;
359
+ batchUpdatePhoneNumber(
360
+ args: BatchUpdatePhoneNumberCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void
363
+ ): void;
364
+ createPhoneNumberOrder(
365
+ args: CreatePhoneNumberOrderCommandInput,
366
+ options?: __HttpHandlerOptions
367
+ ): Promise<CreatePhoneNumberOrderCommandOutput>;
368
+ createPhoneNumberOrder(
369
+ args: CreatePhoneNumberOrderCommandInput,
370
+ cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
371
+ ): void;
372
+ createPhoneNumberOrder(
373
+ args: CreatePhoneNumberOrderCommandInput,
374
+ options: __HttpHandlerOptions,
375
+ cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
376
+ ): void;
377
+ createProxySession(
378
+ args: CreateProxySessionCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<CreateProxySessionCommandOutput>;
381
+ createProxySession(
382
+ args: CreateProxySessionCommandInput,
383
+ cb: (err: any, data?: CreateProxySessionCommandOutput) => void
384
+ ): void;
385
+ createProxySession(
386
+ args: CreateProxySessionCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: CreateProxySessionCommandOutput) => void
389
+ ): void;
390
+ createSipMediaApplication(
391
+ args: CreateSipMediaApplicationCommandInput,
392
+ options?: __HttpHandlerOptions
393
+ ): Promise<CreateSipMediaApplicationCommandOutput>;
394
+ createSipMediaApplication(
395
+ args: CreateSipMediaApplicationCommandInput,
396
+ cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void
397
+ ): void;
398
+ createSipMediaApplication(
399
+ args: CreateSipMediaApplicationCommandInput,
400
+ options: __HttpHandlerOptions,
401
+ cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void
402
+ ): void;
403
+ createSipMediaApplicationCall(
404
+ args: CreateSipMediaApplicationCallCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<CreateSipMediaApplicationCallCommandOutput>;
407
+ createSipMediaApplicationCall(
408
+ args: CreateSipMediaApplicationCallCommandInput,
409
+ cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void
410
+ ): void;
411
+ createSipMediaApplicationCall(
412
+ args: CreateSipMediaApplicationCallCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void
415
+ ): void;
416
+ createSipRule(
417
+ args: CreateSipRuleCommandInput,
418
+ options?: __HttpHandlerOptions
419
+ ): Promise<CreateSipRuleCommandOutput>;
420
+ createSipRule(
421
+ args: CreateSipRuleCommandInput,
422
+ cb: (err: any, data?: CreateSipRuleCommandOutput) => void
423
+ ): void;
424
+ createSipRule(
425
+ args: CreateSipRuleCommandInput,
426
+ options: __HttpHandlerOptions,
427
+ cb: (err: any, data?: CreateSipRuleCommandOutput) => void
428
+ ): void;
429
+ createVoiceConnector(
430
+ args: CreateVoiceConnectorCommandInput,
431
+ options?: __HttpHandlerOptions
432
+ ): Promise<CreateVoiceConnectorCommandOutput>;
433
+ createVoiceConnector(
434
+ args: CreateVoiceConnectorCommandInput,
435
+ cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void
436
+ ): void;
437
+ createVoiceConnector(
438
+ args: CreateVoiceConnectorCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void
441
+ ): void;
442
+ createVoiceConnectorGroup(
443
+ args: CreateVoiceConnectorGroupCommandInput,
444
+ options?: __HttpHandlerOptions
445
+ ): Promise<CreateVoiceConnectorGroupCommandOutput>;
446
+ createVoiceConnectorGroup(
447
+ args: CreateVoiceConnectorGroupCommandInput,
448
+ cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void
449
+ ): void;
450
+ createVoiceConnectorGroup(
451
+ args: CreateVoiceConnectorGroupCommandInput,
452
+ options: __HttpHandlerOptions,
453
+ cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void
454
+ ): void;
455
+ deletePhoneNumber(
456
+ args: DeletePhoneNumberCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<DeletePhoneNumberCommandOutput>;
459
+ deletePhoneNumber(
460
+ args: DeletePhoneNumberCommandInput,
461
+ cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
462
+ ): void;
463
+ deletePhoneNumber(
464
+ args: DeletePhoneNumberCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
467
+ ): void;
468
+ deleteProxySession(
469
+ args: DeleteProxySessionCommandInput,
470
+ options?: __HttpHandlerOptions
471
+ ): Promise<DeleteProxySessionCommandOutput>;
472
+ deleteProxySession(
473
+ args: DeleteProxySessionCommandInput,
474
+ cb: (err: any, data?: DeleteProxySessionCommandOutput) => void
475
+ ): void;
476
+ deleteProxySession(
477
+ args: DeleteProxySessionCommandInput,
478
+ options: __HttpHandlerOptions,
479
+ cb: (err: any, data?: DeleteProxySessionCommandOutput) => void
480
+ ): void;
481
+ deleteSipMediaApplication(
482
+ args: DeleteSipMediaApplicationCommandInput,
483
+ options?: __HttpHandlerOptions
484
+ ): Promise<DeleteSipMediaApplicationCommandOutput>;
485
+ deleteSipMediaApplication(
486
+ args: DeleteSipMediaApplicationCommandInput,
487
+ cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void
488
+ ): void;
489
+ deleteSipMediaApplication(
490
+ args: DeleteSipMediaApplicationCommandInput,
491
+ options: __HttpHandlerOptions,
492
+ cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void
493
+ ): void;
494
+ deleteSipRule(
495
+ args: DeleteSipRuleCommandInput,
496
+ options?: __HttpHandlerOptions
497
+ ): Promise<DeleteSipRuleCommandOutput>;
498
+ deleteSipRule(
499
+ args: DeleteSipRuleCommandInput,
500
+ cb: (err: any, data?: DeleteSipRuleCommandOutput) => void
501
+ ): void;
502
+ deleteSipRule(
503
+ args: DeleteSipRuleCommandInput,
504
+ options: __HttpHandlerOptions,
505
+ cb: (err: any, data?: DeleteSipRuleCommandOutput) => void
506
+ ): void;
507
+ deleteVoiceConnector(
508
+ args: DeleteVoiceConnectorCommandInput,
509
+ options?: __HttpHandlerOptions
510
+ ): Promise<DeleteVoiceConnectorCommandOutput>;
511
+ deleteVoiceConnector(
512
+ args: DeleteVoiceConnectorCommandInput,
513
+ cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void
514
+ ): void;
515
+ deleteVoiceConnector(
516
+ args: DeleteVoiceConnectorCommandInput,
517
+ options: __HttpHandlerOptions,
518
+ cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void
519
+ ): void;
520
+ deleteVoiceConnectorEmergencyCallingConfiguration(
521
+ args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
522
+ options?: __HttpHandlerOptions
523
+ ): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
524
+ deleteVoiceConnectorEmergencyCallingConfiguration(
525
+ args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
526
+ cb: (
527
+ err: any,
528
+ data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
529
+ ) => void
530
+ ): void;
531
+ deleteVoiceConnectorEmergencyCallingConfiguration(
532
+ args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
533
+ options: __HttpHandlerOptions,
534
+ cb: (
535
+ err: any,
536
+ data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
537
+ ) => void
538
+ ): void;
539
+ deleteVoiceConnectorGroup(
540
+ args: DeleteVoiceConnectorGroupCommandInput,
541
+ options?: __HttpHandlerOptions
542
+ ): Promise<DeleteVoiceConnectorGroupCommandOutput>;
543
+ deleteVoiceConnectorGroup(
544
+ args: DeleteVoiceConnectorGroupCommandInput,
545
+ cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void
546
+ ): void;
547
+ deleteVoiceConnectorGroup(
548
+ args: DeleteVoiceConnectorGroupCommandInput,
549
+ options: __HttpHandlerOptions,
550
+ cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void
551
+ ): void;
552
+ deleteVoiceConnectorOrigination(
553
+ args: DeleteVoiceConnectorOriginationCommandInput,
554
+ options?: __HttpHandlerOptions
555
+ ): Promise<DeleteVoiceConnectorOriginationCommandOutput>;
556
+ deleteVoiceConnectorOrigination(
557
+ args: DeleteVoiceConnectorOriginationCommandInput,
558
+ cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void
559
+ ): void;
560
+ deleteVoiceConnectorOrigination(
561
+ args: DeleteVoiceConnectorOriginationCommandInput,
562
+ options: __HttpHandlerOptions,
563
+ cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void
564
+ ): void;
565
+ deleteVoiceConnectorProxy(
566
+ args: DeleteVoiceConnectorProxyCommandInput,
567
+ options?: __HttpHandlerOptions
568
+ ): Promise<DeleteVoiceConnectorProxyCommandOutput>;
569
+ deleteVoiceConnectorProxy(
570
+ args: DeleteVoiceConnectorProxyCommandInput,
571
+ cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void
572
+ ): void;
573
+ deleteVoiceConnectorProxy(
574
+ args: DeleteVoiceConnectorProxyCommandInput,
575
+ options: __HttpHandlerOptions,
576
+ cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void
577
+ ): void;
578
+ deleteVoiceConnectorStreamingConfiguration(
579
+ args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
580
+ options?: __HttpHandlerOptions
581
+ ): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
582
+ deleteVoiceConnectorStreamingConfiguration(
583
+ args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
584
+ cb: (
585
+ err: any,
586
+ data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput
587
+ ) => void
588
+ ): void;
589
+ deleteVoiceConnectorStreamingConfiguration(
590
+ args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (
593
+ err: any,
594
+ data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput
595
+ ) => void
596
+ ): void;
597
+ deleteVoiceConnectorTermination(
598
+ args: DeleteVoiceConnectorTerminationCommandInput,
599
+ options?: __HttpHandlerOptions
600
+ ): Promise<DeleteVoiceConnectorTerminationCommandOutput>;
601
+ deleteVoiceConnectorTermination(
602
+ args: DeleteVoiceConnectorTerminationCommandInput,
603
+ cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void
604
+ ): void;
605
+ deleteVoiceConnectorTermination(
606
+ args: DeleteVoiceConnectorTerminationCommandInput,
607
+ options: __HttpHandlerOptions,
608
+ cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void
609
+ ): void;
610
+ deleteVoiceConnectorTerminationCredentials(
611
+ args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
612
+ options?: __HttpHandlerOptions
613
+ ): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
614
+ deleteVoiceConnectorTerminationCredentials(
615
+ args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
616
+ cb: (
617
+ err: any,
618
+ data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput
619
+ ) => void
620
+ ): void;
621
+ deleteVoiceConnectorTerminationCredentials(
622
+ args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
623
+ options: __HttpHandlerOptions,
624
+ cb: (
625
+ err: any,
626
+ data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput
627
+ ) => void
628
+ ): void;
629
+ disassociatePhoneNumbersFromVoiceConnector(
630
+ args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
631
+ options?: __HttpHandlerOptions
632
+ ): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
633
+ disassociatePhoneNumbersFromVoiceConnector(
634
+ args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
635
+ cb: (
636
+ err: any,
637
+ data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
638
+ ) => void
639
+ ): void;
640
+ disassociatePhoneNumbersFromVoiceConnector(
641
+ args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
642
+ options: __HttpHandlerOptions,
643
+ cb: (
644
+ err: any,
645
+ data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
646
+ ) => void
647
+ ): void;
648
+ disassociatePhoneNumbersFromVoiceConnectorGroup(
649
+ args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
650
+ options?: __HttpHandlerOptions
651
+ ): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
652
+ disassociatePhoneNumbersFromVoiceConnectorGroup(
653
+ args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
654
+ cb: (
655
+ err: any,
656
+ data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
657
+ ) => void
658
+ ): void;
659
+ disassociatePhoneNumbersFromVoiceConnectorGroup(
660
+ args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (
663
+ err: any,
664
+ data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
665
+ ) => void
666
+ ): void;
667
+ getGlobalSettings(
668
+ args: GetGlobalSettingsCommandInput,
669
+ options?: __HttpHandlerOptions
670
+ ): Promise<GetGlobalSettingsCommandOutput>;
671
+ getGlobalSettings(
672
+ args: GetGlobalSettingsCommandInput,
673
+ cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
674
+ ): void;
675
+ getGlobalSettings(
676
+ args: GetGlobalSettingsCommandInput,
677
+ options: __HttpHandlerOptions,
678
+ cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
679
+ ): void;
680
+ getPhoneNumber(
681
+ args: GetPhoneNumberCommandInput,
682
+ options?: __HttpHandlerOptions
683
+ ): Promise<GetPhoneNumberCommandOutput>;
684
+ getPhoneNumber(
685
+ args: GetPhoneNumberCommandInput,
686
+ cb: (err: any, data?: GetPhoneNumberCommandOutput) => void
687
+ ): void;
688
+ getPhoneNumber(
689
+ args: GetPhoneNumberCommandInput,
690
+ options: __HttpHandlerOptions,
691
+ cb: (err: any, data?: GetPhoneNumberCommandOutput) => void
692
+ ): void;
693
+ getPhoneNumberOrder(
694
+ args: GetPhoneNumberOrderCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<GetPhoneNumberOrderCommandOutput>;
697
+ getPhoneNumberOrder(
698
+ args: GetPhoneNumberOrderCommandInput,
699
+ cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void
700
+ ): void;
701
+ getPhoneNumberOrder(
702
+ args: GetPhoneNumberOrderCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void
705
+ ): void;
706
+ getPhoneNumberSettings(
707
+ args: GetPhoneNumberSettingsCommandInput,
708
+ options?: __HttpHandlerOptions
709
+ ): Promise<GetPhoneNumberSettingsCommandOutput>;
710
+ getPhoneNumberSettings(
711
+ args: GetPhoneNumberSettingsCommandInput,
712
+ cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
713
+ ): void;
714
+ getPhoneNumberSettings(
715
+ args: GetPhoneNumberSettingsCommandInput,
716
+ options: __HttpHandlerOptions,
717
+ cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
718
+ ): void;
719
+ getProxySession(
720
+ args: GetProxySessionCommandInput,
721
+ options?: __HttpHandlerOptions
722
+ ): Promise<GetProxySessionCommandOutput>;
723
+ getProxySession(
724
+ args: GetProxySessionCommandInput,
725
+ cb: (err: any, data?: GetProxySessionCommandOutput) => void
726
+ ): void;
727
+ getProxySession(
728
+ args: GetProxySessionCommandInput,
729
+ options: __HttpHandlerOptions,
730
+ cb: (err: any, data?: GetProxySessionCommandOutput) => void
731
+ ): void;
732
+ getSipMediaApplication(
733
+ args: GetSipMediaApplicationCommandInput,
734
+ options?: __HttpHandlerOptions
735
+ ): Promise<GetSipMediaApplicationCommandOutput>;
736
+ getSipMediaApplication(
737
+ args: GetSipMediaApplicationCommandInput,
738
+ cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void
739
+ ): void;
740
+ getSipMediaApplication(
741
+ args: GetSipMediaApplicationCommandInput,
742
+ options: __HttpHandlerOptions,
743
+ cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void
744
+ ): void;
745
+ getSipMediaApplicationAlexaSkillConfiguration(
746
+ args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<GetSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
749
+ getSipMediaApplicationAlexaSkillConfiguration(
750
+ args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
751
+ cb: (
752
+ err: any,
753
+ data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput
754
+ ) => void
755
+ ): void;
756
+ getSipMediaApplicationAlexaSkillConfiguration(
757
+ args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
758
+ options: __HttpHandlerOptions,
759
+ cb: (
760
+ err: any,
761
+ data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput
762
+ ) => void
763
+ ): void;
764
+ getSipMediaApplicationLoggingConfiguration(
765
+ args: GetSipMediaApplicationLoggingConfigurationCommandInput,
766
+ options?: __HttpHandlerOptions
767
+ ): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
768
+ getSipMediaApplicationLoggingConfiguration(
769
+ args: GetSipMediaApplicationLoggingConfigurationCommandInput,
770
+ cb: (
771
+ err: any,
772
+ data?: GetSipMediaApplicationLoggingConfigurationCommandOutput
773
+ ) => void
774
+ ): void;
775
+ getSipMediaApplicationLoggingConfiguration(
776
+ args: GetSipMediaApplicationLoggingConfigurationCommandInput,
777
+ options: __HttpHandlerOptions,
778
+ cb: (
779
+ err: any,
780
+ data?: GetSipMediaApplicationLoggingConfigurationCommandOutput
781
+ ) => void
782
+ ): void;
783
+ getSipRule(
784
+ args: GetSipRuleCommandInput,
785
+ options?: __HttpHandlerOptions
786
+ ): Promise<GetSipRuleCommandOutput>;
787
+ getSipRule(
788
+ args: GetSipRuleCommandInput,
789
+ cb: (err: any, data?: GetSipRuleCommandOutput) => void
790
+ ): void;
791
+ getSipRule(
792
+ args: GetSipRuleCommandInput,
793
+ options: __HttpHandlerOptions,
794
+ cb: (err: any, data?: GetSipRuleCommandOutput) => void
795
+ ): void;
796
+ getVoiceConnector(
797
+ args: GetVoiceConnectorCommandInput,
798
+ options?: __HttpHandlerOptions
799
+ ): Promise<GetVoiceConnectorCommandOutput>;
800
+ getVoiceConnector(
801
+ args: GetVoiceConnectorCommandInput,
802
+ cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void
803
+ ): void;
804
+ getVoiceConnector(
805
+ args: GetVoiceConnectorCommandInput,
806
+ options: __HttpHandlerOptions,
807
+ cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void
808
+ ): void;
809
+ getVoiceConnectorEmergencyCallingConfiguration(
810
+ args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
811
+ options?: __HttpHandlerOptions
812
+ ): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
813
+ getVoiceConnectorEmergencyCallingConfiguration(
814
+ args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
815
+ cb: (
816
+ err: any,
817
+ data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
818
+ ) => void
819
+ ): void;
820
+ getVoiceConnectorEmergencyCallingConfiguration(
821
+ args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
822
+ options: __HttpHandlerOptions,
823
+ cb: (
824
+ err: any,
825
+ data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
826
+ ) => void
827
+ ): void;
828
+ getVoiceConnectorGroup(
829
+ args: GetVoiceConnectorGroupCommandInput,
830
+ options?: __HttpHandlerOptions
831
+ ): Promise<GetVoiceConnectorGroupCommandOutput>;
832
+ getVoiceConnectorGroup(
833
+ args: GetVoiceConnectorGroupCommandInput,
834
+ cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void
835
+ ): void;
836
+ getVoiceConnectorGroup(
837
+ args: GetVoiceConnectorGroupCommandInput,
838
+ options: __HttpHandlerOptions,
839
+ cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void
840
+ ): void;
841
+ getVoiceConnectorLoggingConfiguration(
842
+ args: GetVoiceConnectorLoggingConfigurationCommandInput,
843
+ options?: __HttpHandlerOptions
844
+ ): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
845
+ getVoiceConnectorLoggingConfiguration(
846
+ args: GetVoiceConnectorLoggingConfigurationCommandInput,
847
+ cb: (
848
+ err: any,
849
+ data?: GetVoiceConnectorLoggingConfigurationCommandOutput
850
+ ) => void
851
+ ): void;
852
+ getVoiceConnectorLoggingConfiguration(
853
+ args: GetVoiceConnectorLoggingConfigurationCommandInput,
854
+ options: __HttpHandlerOptions,
855
+ cb: (
856
+ err: any,
857
+ data?: GetVoiceConnectorLoggingConfigurationCommandOutput
858
+ ) => void
859
+ ): void;
860
+ getVoiceConnectorOrigination(
861
+ args: GetVoiceConnectorOriginationCommandInput,
862
+ options?: __HttpHandlerOptions
863
+ ): Promise<GetVoiceConnectorOriginationCommandOutput>;
864
+ getVoiceConnectorOrigination(
865
+ args: GetVoiceConnectorOriginationCommandInput,
866
+ cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void
867
+ ): void;
868
+ getVoiceConnectorOrigination(
869
+ args: GetVoiceConnectorOriginationCommandInput,
870
+ options: __HttpHandlerOptions,
871
+ cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void
872
+ ): void;
873
+ getVoiceConnectorProxy(
874
+ args: GetVoiceConnectorProxyCommandInput,
875
+ options?: __HttpHandlerOptions
876
+ ): Promise<GetVoiceConnectorProxyCommandOutput>;
877
+ getVoiceConnectorProxy(
878
+ args: GetVoiceConnectorProxyCommandInput,
879
+ cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void
880
+ ): void;
881
+ getVoiceConnectorProxy(
882
+ args: GetVoiceConnectorProxyCommandInput,
883
+ options: __HttpHandlerOptions,
884
+ cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void
885
+ ): void;
886
+ getVoiceConnectorStreamingConfiguration(
887
+ args: GetVoiceConnectorStreamingConfigurationCommandInput,
888
+ options?: __HttpHandlerOptions
889
+ ): Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
890
+ getVoiceConnectorStreamingConfiguration(
891
+ args: GetVoiceConnectorStreamingConfigurationCommandInput,
892
+ cb: (
893
+ err: any,
894
+ data?: GetVoiceConnectorStreamingConfigurationCommandOutput
895
+ ) => void
896
+ ): void;
897
+ getVoiceConnectorStreamingConfiguration(
898
+ args: GetVoiceConnectorStreamingConfigurationCommandInput,
899
+ options: __HttpHandlerOptions,
900
+ cb: (
901
+ err: any,
902
+ data?: GetVoiceConnectorStreamingConfigurationCommandOutput
903
+ ) => void
904
+ ): void;
905
+ getVoiceConnectorTermination(
906
+ args: GetVoiceConnectorTerminationCommandInput,
907
+ options?: __HttpHandlerOptions
908
+ ): Promise<GetVoiceConnectorTerminationCommandOutput>;
909
+ getVoiceConnectorTermination(
910
+ args: GetVoiceConnectorTerminationCommandInput,
911
+ cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void
912
+ ): void;
913
+ getVoiceConnectorTermination(
914
+ args: GetVoiceConnectorTerminationCommandInput,
915
+ options: __HttpHandlerOptions,
916
+ cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void
917
+ ): void;
918
+ getVoiceConnectorTerminationHealth(
919
+ args: GetVoiceConnectorTerminationHealthCommandInput,
920
+ options?: __HttpHandlerOptions
921
+ ): Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
922
+ getVoiceConnectorTerminationHealth(
923
+ args: GetVoiceConnectorTerminationHealthCommandInput,
924
+ cb: (
925
+ err: any,
926
+ data?: GetVoiceConnectorTerminationHealthCommandOutput
927
+ ) => void
928
+ ): void;
929
+ getVoiceConnectorTerminationHealth(
930
+ args: GetVoiceConnectorTerminationHealthCommandInput,
931
+ options: __HttpHandlerOptions,
932
+ cb: (
933
+ err: any,
934
+ data?: GetVoiceConnectorTerminationHealthCommandOutput
935
+ ) => void
936
+ ): void;
937
+ listAvailableVoiceConnectorRegions(
938
+ args: ListAvailableVoiceConnectorRegionsCommandInput,
939
+ options?: __HttpHandlerOptions
940
+ ): Promise<ListAvailableVoiceConnectorRegionsCommandOutput>;
941
+ listAvailableVoiceConnectorRegions(
942
+ args: ListAvailableVoiceConnectorRegionsCommandInput,
943
+ cb: (
944
+ err: any,
945
+ data?: ListAvailableVoiceConnectorRegionsCommandOutput
946
+ ) => void
947
+ ): void;
948
+ listAvailableVoiceConnectorRegions(
949
+ args: ListAvailableVoiceConnectorRegionsCommandInput,
950
+ options: __HttpHandlerOptions,
951
+ cb: (
952
+ err: any,
953
+ data?: ListAvailableVoiceConnectorRegionsCommandOutput
954
+ ) => void
955
+ ): void;
956
+ listPhoneNumberOrders(
957
+ args: ListPhoneNumberOrdersCommandInput,
958
+ options?: __HttpHandlerOptions
959
+ ): Promise<ListPhoneNumberOrdersCommandOutput>;
960
+ listPhoneNumberOrders(
961
+ args: ListPhoneNumberOrdersCommandInput,
962
+ cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void
963
+ ): void;
964
+ listPhoneNumberOrders(
965
+ args: ListPhoneNumberOrdersCommandInput,
966
+ options: __HttpHandlerOptions,
967
+ cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void
968
+ ): void;
969
+ listPhoneNumbers(
970
+ args: ListPhoneNumbersCommandInput,
971
+ options?: __HttpHandlerOptions
972
+ ): Promise<ListPhoneNumbersCommandOutput>;
973
+ listPhoneNumbers(
974
+ args: ListPhoneNumbersCommandInput,
975
+ cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
976
+ ): void;
977
+ listPhoneNumbers(
978
+ args: ListPhoneNumbersCommandInput,
979
+ options: __HttpHandlerOptions,
980
+ cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
981
+ ): void;
982
+ listProxySessions(
983
+ args: ListProxySessionsCommandInput,
984
+ options?: __HttpHandlerOptions
985
+ ): Promise<ListProxySessionsCommandOutput>;
986
+ listProxySessions(
987
+ args: ListProxySessionsCommandInput,
988
+ cb: (err: any, data?: ListProxySessionsCommandOutput) => void
989
+ ): void;
990
+ listProxySessions(
991
+ args: ListProxySessionsCommandInput,
992
+ options: __HttpHandlerOptions,
993
+ cb: (err: any, data?: ListProxySessionsCommandOutput) => void
994
+ ): void;
995
+ listSipMediaApplications(
996
+ args: ListSipMediaApplicationsCommandInput,
997
+ options?: __HttpHandlerOptions
998
+ ): Promise<ListSipMediaApplicationsCommandOutput>;
999
+ listSipMediaApplications(
1000
+ args: ListSipMediaApplicationsCommandInput,
1001
+ cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void
1002
+ ): void;
1003
+ listSipMediaApplications(
1004
+ args: ListSipMediaApplicationsCommandInput,
1005
+ options: __HttpHandlerOptions,
1006
+ cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void
1007
+ ): void;
1008
+ listSipRules(
1009
+ args: ListSipRulesCommandInput,
1010
+ options?: __HttpHandlerOptions
1011
+ ): Promise<ListSipRulesCommandOutput>;
1012
+ listSipRules(
1013
+ args: ListSipRulesCommandInput,
1014
+ cb: (err: any, data?: ListSipRulesCommandOutput) => void
1015
+ ): void;
1016
+ listSipRules(
1017
+ args: ListSipRulesCommandInput,
1018
+ options: __HttpHandlerOptions,
1019
+ cb: (err: any, data?: ListSipRulesCommandOutput) => void
1020
+ ): void;
1021
+ listSupportedPhoneNumberCountries(
1022
+ args: ListSupportedPhoneNumberCountriesCommandInput,
1023
+ options?: __HttpHandlerOptions
1024
+ ): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
1025
+ listSupportedPhoneNumberCountries(
1026
+ args: ListSupportedPhoneNumberCountriesCommandInput,
1027
+ cb: (
1028
+ err: any,
1029
+ data?: ListSupportedPhoneNumberCountriesCommandOutput
1030
+ ) => void
1031
+ ): void;
1032
+ listSupportedPhoneNumberCountries(
1033
+ args: ListSupportedPhoneNumberCountriesCommandInput,
1034
+ options: __HttpHandlerOptions,
1035
+ cb: (
1036
+ err: any,
1037
+ data?: ListSupportedPhoneNumberCountriesCommandOutput
1038
+ ) => void
1039
+ ): void;
1040
+ listVoiceConnectorGroups(
1041
+ args: ListVoiceConnectorGroupsCommandInput,
1042
+ options?: __HttpHandlerOptions
1043
+ ): Promise<ListVoiceConnectorGroupsCommandOutput>;
1044
+ listVoiceConnectorGroups(
1045
+ args: ListVoiceConnectorGroupsCommandInput,
1046
+ cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void
1047
+ ): void;
1048
+ listVoiceConnectorGroups(
1049
+ args: ListVoiceConnectorGroupsCommandInput,
1050
+ options: __HttpHandlerOptions,
1051
+ cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void
1052
+ ): void;
1053
+ listVoiceConnectors(
1054
+ args: ListVoiceConnectorsCommandInput,
1055
+ options?: __HttpHandlerOptions
1056
+ ): Promise<ListVoiceConnectorsCommandOutput>;
1057
+ listVoiceConnectors(
1058
+ args: ListVoiceConnectorsCommandInput,
1059
+ cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void
1060
+ ): void;
1061
+ listVoiceConnectors(
1062
+ args: ListVoiceConnectorsCommandInput,
1063
+ options: __HttpHandlerOptions,
1064
+ cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void
1065
+ ): void;
1066
+ listVoiceConnectorTerminationCredentials(
1067
+ args: ListVoiceConnectorTerminationCredentialsCommandInput,
1068
+ options?: __HttpHandlerOptions
1069
+ ): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
1070
+ listVoiceConnectorTerminationCredentials(
1071
+ args: ListVoiceConnectorTerminationCredentialsCommandInput,
1072
+ cb: (
1073
+ err: any,
1074
+ data?: ListVoiceConnectorTerminationCredentialsCommandOutput
1075
+ ) => void
1076
+ ): void;
1077
+ listVoiceConnectorTerminationCredentials(
1078
+ args: ListVoiceConnectorTerminationCredentialsCommandInput,
1079
+ options: __HttpHandlerOptions,
1080
+ cb: (
1081
+ err: any,
1082
+ data?: ListVoiceConnectorTerminationCredentialsCommandOutput
1083
+ ) => void
1084
+ ): void;
1085
+ putSipMediaApplicationAlexaSkillConfiguration(
1086
+ args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
1087
+ options?: __HttpHandlerOptions
1088
+ ): Promise<PutSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
1089
+ putSipMediaApplicationAlexaSkillConfiguration(
1090
+ args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
1091
+ cb: (
1092
+ err: any,
1093
+ data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput
1094
+ ) => void
1095
+ ): void;
1096
+ putSipMediaApplicationAlexaSkillConfiguration(
1097
+ args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
1098
+ options: __HttpHandlerOptions,
1099
+ cb: (
1100
+ err: any,
1101
+ data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput
1102
+ ) => void
1103
+ ): void;
1104
+ putSipMediaApplicationLoggingConfiguration(
1105
+ args: PutSipMediaApplicationLoggingConfigurationCommandInput,
1106
+ options?: __HttpHandlerOptions
1107
+ ): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
1108
+ putSipMediaApplicationLoggingConfiguration(
1109
+ args: PutSipMediaApplicationLoggingConfigurationCommandInput,
1110
+ cb: (
1111
+ err: any,
1112
+ data?: PutSipMediaApplicationLoggingConfigurationCommandOutput
1113
+ ) => void
1114
+ ): void;
1115
+ putSipMediaApplicationLoggingConfiguration(
1116
+ args: PutSipMediaApplicationLoggingConfigurationCommandInput,
1117
+ options: __HttpHandlerOptions,
1118
+ cb: (
1119
+ err: any,
1120
+ data?: PutSipMediaApplicationLoggingConfigurationCommandOutput
1121
+ ) => void
1122
+ ): void;
1123
+ putVoiceConnectorEmergencyCallingConfiguration(
1124
+ args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
1125
+ options?: __HttpHandlerOptions
1126
+ ): Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1127
+ putVoiceConnectorEmergencyCallingConfiguration(
1128
+ args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
1129
+ cb: (
1130
+ err: any,
1131
+ data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
1132
+ ) => void
1133
+ ): void;
1134
+ putVoiceConnectorEmergencyCallingConfiguration(
1135
+ args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
1136
+ options: __HttpHandlerOptions,
1137
+ cb: (
1138
+ err: any,
1139
+ data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
1140
+ ) => void
1141
+ ): void;
1142
+ putVoiceConnectorLoggingConfiguration(
1143
+ args: PutVoiceConnectorLoggingConfigurationCommandInput,
1144
+ options?: __HttpHandlerOptions
1145
+ ): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
1146
+ putVoiceConnectorLoggingConfiguration(
1147
+ args: PutVoiceConnectorLoggingConfigurationCommandInput,
1148
+ cb: (
1149
+ err: any,
1150
+ data?: PutVoiceConnectorLoggingConfigurationCommandOutput
1151
+ ) => void
1152
+ ): void;
1153
+ putVoiceConnectorLoggingConfiguration(
1154
+ args: PutVoiceConnectorLoggingConfigurationCommandInput,
1155
+ options: __HttpHandlerOptions,
1156
+ cb: (
1157
+ err: any,
1158
+ data?: PutVoiceConnectorLoggingConfigurationCommandOutput
1159
+ ) => void
1160
+ ): void;
1161
+ putVoiceConnectorOrigination(
1162
+ args: PutVoiceConnectorOriginationCommandInput,
1163
+ options?: __HttpHandlerOptions
1164
+ ): Promise<PutVoiceConnectorOriginationCommandOutput>;
1165
+ putVoiceConnectorOrigination(
1166
+ args: PutVoiceConnectorOriginationCommandInput,
1167
+ cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void
1168
+ ): void;
1169
+ putVoiceConnectorOrigination(
1170
+ args: PutVoiceConnectorOriginationCommandInput,
1171
+ options: __HttpHandlerOptions,
1172
+ cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void
1173
+ ): void;
1174
+ putVoiceConnectorProxy(
1175
+ args: PutVoiceConnectorProxyCommandInput,
1176
+ options?: __HttpHandlerOptions
1177
+ ): Promise<PutVoiceConnectorProxyCommandOutput>;
1178
+ putVoiceConnectorProxy(
1179
+ args: PutVoiceConnectorProxyCommandInput,
1180
+ cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void
1181
+ ): void;
1182
+ putVoiceConnectorProxy(
1183
+ args: PutVoiceConnectorProxyCommandInput,
1184
+ options: __HttpHandlerOptions,
1185
+ cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void
1186
+ ): void;
1187
+ putVoiceConnectorStreamingConfiguration(
1188
+ args: PutVoiceConnectorStreamingConfigurationCommandInput,
1189
+ options?: __HttpHandlerOptions
1190
+ ): Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
1191
+ putVoiceConnectorStreamingConfiguration(
1192
+ args: PutVoiceConnectorStreamingConfigurationCommandInput,
1193
+ cb: (
1194
+ err: any,
1195
+ data?: PutVoiceConnectorStreamingConfigurationCommandOutput
1196
+ ) => void
1197
+ ): void;
1198
+ putVoiceConnectorStreamingConfiguration(
1199
+ args: PutVoiceConnectorStreamingConfigurationCommandInput,
1200
+ options: __HttpHandlerOptions,
1201
+ cb: (
1202
+ err: any,
1203
+ data?: PutVoiceConnectorStreamingConfigurationCommandOutput
1204
+ ) => void
1205
+ ): void;
1206
+ putVoiceConnectorTermination(
1207
+ args: PutVoiceConnectorTerminationCommandInput,
1208
+ options?: __HttpHandlerOptions
1209
+ ): Promise<PutVoiceConnectorTerminationCommandOutput>;
1210
+ putVoiceConnectorTermination(
1211
+ args: PutVoiceConnectorTerminationCommandInput,
1212
+ cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void
1213
+ ): void;
1214
+ putVoiceConnectorTermination(
1215
+ args: PutVoiceConnectorTerminationCommandInput,
1216
+ options: __HttpHandlerOptions,
1217
+ cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void
1218
+ ): void;
1219
+ putVoiceConnectorTerminationCredentials(
1220
+ args: PutVoiceConnectorTerminationCredentialsCommandInput,
1221
+ options?: __HttpHandlerOptions
1222
+ ): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
1223
+ putVoiceConnectorTerminationCredentials(
1224
+ args: PutVoiceConnectorTerminationCredentialsCommandInput,
1225
+ cb: (
1226
+ err: any,
1227
+ data?: PutVoiceConnectorTerminationCredentialsCommandOutput
1228
+ ) => void
1229
+ ): void;
1230
+ putVoiceConnectorTerminationCredentials(
1231
+ args: PutVoiceConnectorTerminationCredentialsCommandInput,
1232
+ options: __HttpHandlerOptions,
1233
+ cb: (
1234
+ err: any,
1235
+ data?: PutVoiceConnectorTerminationCredentialsCommandOutput
1236
+ ) => void
1237
+ ): void;
1238
+ restorePhoneNumber(
1239
+ args: RestorePhoneNumberCommandInput,
1240
+ options?: __HttpHandlerOptions
1241
+ ): Promise<RestorePhoneNumberCommandOutput>;
1242
+ restorePhoneNumber(
1243
+ args: RestorePhoneNumberCommandInput,
1244
+ cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void
1245
+ ): void;
1246
+ restorePhoneNumber(
1247
+ args: RestorePhoneNumberCommandInput,
1248
+ options: __HttpHandlerOptions,
1249
+ cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void
1250
+ ): void;
1251
+ searchAvailablePhoneNumbers(
1252
+ args: SearchAvailablePhoneNumbersCommandInput,
1253
+ options?: __HttpHandlerOptions
1254
+ ): Promise<SearchAvailablePhoneNumbersCommandOutput>;
1255
+ searchAvailablePhoneNumbers(
1256
+ args: SearchAvailablePhoneNumbersCommandInput,
1257
+ cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
1258
+ ): void;
1259
+ searchAvailablePhoneNumbers(
1260
+ args: SearchAvailablePhoneNumbersCommandInput,
1261
+ options: __HttpHandlerOptions,
1262
+ cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
1263
+ ): void;
1264
+ updateGlobalSettings(
1265
+ args: UpdateGlobalSettingsCommandInput,
1266
+ options?: __HttpHandlerOptions
1267
+ ): Promise<UpdateGlobalSettingsCommandOutput>;
1268
+ updateGlobalSettings(
1269
+ args: UpdateGlobalSettingsCommandInput,
1270
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
1271
+ ): void;
1272
+ updateGlobalSettings(
1273
+ args: UpdateGlobalSettingsCommandInput,
1274
+ options: __HttpHandlerOptions,
1275
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
1276
+ ): void;
1277
+ updatePhoneNumber(
1278
+ args: UpdatePhoneNumberCommandInput,
1279
+ options?: __HttpHandlerOptions
1280
+ ): Promise<UpdatePhoneNumberCommandOutput>;
1281
+ updatePhoneNumber(
1282
+ args: UpdatePhoneNumberCommandInput,
1283
+ cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
1284
+ ): void;
1285
+ updatePhoneNumber(
1286
+ args: UpdatePhoneNumberCommandInput,
1287
+ options: __HttpHandlerOptions,
1288
+ cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
1289
+ ): void;
1290
+ updatePhoneNumberSettings(
1291
+ args: UpdatePhoneNumberSettingsCommandInput,
1292
+ options?: __HttpHandlerOptions
1293
+ ): Promise<UpdatePhoneNumberSettingsCommandOutput>;
1294
+ updatePhoneNumberSettings(
1295
+ args: UpdatePhoneNumberSettingsCommandInput,
1296
+ cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
1297
+ ): void;
1298
+ updatePhoneNumberSettings(
1299
+ args: UpdatePhoneNumberSettingsCommandInput,
1300
+ options: __HttpHandlerOptions,
1301
+ cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
1302
+ ): void;
1303
+ updateProxySession(
1304
+ args: UpdateProxySessionCommandInput,
1305
+ options?: __HttpHandlerOptions
1306
+ ): Promise<UpdateProxySessionCommandOutput>;
1307
+ updateProxySession(
1308
+ args: UpdateProxySessionCommandInput,
1309
+ cb: (err: any, data?: UpdateProxySessionCommandOutput) => void
1310
+ ): void;
1311
+ updateProxySession(
1312
+ args: UpdateProxySessionCommandInput,
1313
+ options: __HttpHandlerOptions,
1314
+ cb: (err: any, data?: UpdateProxySessionCommandOutput) => void
1315
+ ): void;
1316
+ updateSipMediaApplication(
1317
+ args: UpdateSipMediaApplicationCommandInput,
1318
+ options?: __HttpHandlerOptions
1319
+ ): Promise<UpdateSipMediaApplicationCommandOutput>;
1320
+ updateSipMediaApplication(
1321
+ args: UpdateSipMediaApplicationCommandInput,
1322
+ cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void
1323
+ ): void;
1324
+ updateSipMediaApplication(
1325
+ args: UpdateSipMediaApplicationCommandInput,
1326
+ options: __HttpHandlerOptions,
1327
+ cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void
1328
+ ): void;
1329
+ updateSipMediaApplicationCall(
1330
+ args: UpdateSipMediaApplicationCallCommandInput,
1331
+ options?: __HttpHandlerOptions
1332
+ ): Promise<UpdateSipMediaApplicationCallCommandOutput>;
1333
+ updateSipMediaApplicationCall(
1334
+ args: UpdateSipMediaApplicationCallCommandInput,
1335
+ cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void
1336
+ ): void;
1337
+ updateSipMediaApplicationCall(
1338
+ args: UpdateSipMediaApplicationCallCommandInput,
1339
+ options: __HttpHandlerOptions,
1340
+ cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void
1341
+ ): void;
1342
+ updateSipRule(
1343
+ args: UpdateSipRuleCommandInput,
1344
+ options?: __HttpHandlerOptions
1345
+ ): Promise<UpdateSipRuleCommandOutput>;
1346
+ updateSipRule(
1347
+ args: UpdateSipRuleCommandInput,
1348
+ cb: (err: any, data?: UpdateSipRuleCommandOutput) => void
1349
+ ): void;
1350
+ updateSipRule(
1351
+ args: UpdateSipRuleCommandInput,
1352
+ options: __HttpHandlerOptions,
1353
+ cb: (err: any, data?: UpdateSipRuleCommandOutput) => void
1354
+ ): void;
1355
+ updateVoiceConnector(
1356
+ args: UpdateVoiceConnectorCommandInput,
1357
+ options?: __HttpHandlerOptions
1358
+ ): Promise<UpdateVoiceConnectorCommandOutput>;
1359
+ updateVoiceConnector(
1360
+ args: UpdateVoiceConnectorCommandInput,
1361
+ cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void
1362
+ ): void;
1363
+ updateVoiceConnector(
1364
+ args: UpdateVoiceConnectorCommandInput,
1365
+ options: __HttpHandlerOptions,
1366
+ cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void
1367
+ ): void;
1368
+ updateVoiceConnectorGroup(
1369
+ args: UpdateVoiceConnectorGroupCommandInput,
1370
+ options?: __HttpHandlerOptions
1371
+ ): Promise<UpdateVoiceConnectorGroupCommandOutput>;
1372
+ updateVoiceConnectorGroup(
1373
+ args: UpdateVoiceConnectorGroupCommandInput,
1374
+ cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void
1375
+ ): void;
1376
+ updateVoiceConnectorGroup(
1377
+ args: UpdateVoiceConnectorGroupCommandInput,
1378
+ options: __HttpHandlerOptions,
1379
+ cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void
1380
+ ): void;
1381
+ validateE911Address(
1382
+ args: ValidateE911AddressCommandInput,
1383
+ options?: __HttpHandlerOptions
1384
+ ): Promise<ValidateE911AddressCommandOutput>;
1385
+ validateE911Address(
1386
+ args: ValidateE911AddressCommandInput,
1387
+ cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
1388
+ ): void;
1389
+ validateE911Address(
1390
+ args: ValidateE911AddressCommandInput,
1391
+ options: __HttpHandlerOptions,
1392
+ cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
1393
+ ): void;
1394
+ }