@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,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { DeleteVoiceConnectorGroupRequest } from "../models/models_0";
6
+ export interface DeleteVoiceConnectorGroupCommandInput extends DeleteVoiceConnectorGroupRequest {
7
+ }
8
+ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer {
9
+ }
10
+ export declare class DeleteVoiceConnectorGroupCommand extends $Command<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: DeleteVoiceConnectorGroupCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: DeleteVoiceConnectorGroupCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { DeleteVoiceConnectorOriginationRequest } from "../models/models_0";
6
+ export interface DeleteVoiceConnectorOriginationCommandInput extends DeleteVoiceConnectorOriginationRequest {
7
+ }
8
+ export interface DeleteVoiceConnectorOriginationCommandOutput extends __MetadataBearer {
9
+ }
10
+ export declare class DeleteVoiceConnectorOriginationCommand extends $Command<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: DeleteVoiceConnectorOriginationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: DeleteVoiceConnectorOriginationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { DeleteVoiceConnectorProxyRequest } from "../models/models_0";
6
+ export interface DeleteVoiceConnectorProxyCommandInput extends DeleteVoiceConnectorProxyRequest {
7
+ }
8
+ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer {
9
+ }
10
+ export declare class DeleteVoiceConnectorProxyCommand extends $Command<DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: DeleteVoiceConnectorProxyCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: DeleteVoiceConnectorProxyCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { DeleteVoiceConnectorStreamingConfigurationRequest } from "../models/models_0";
6
+ export interface DeleteVoiceConnectorStreamingConfigurationCommandInput extends DeleteVoiceConnectorStreamingConfigurationRequest {
7
+ }
8
+ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends __MetadataBearer {
9
+ }
10
+ export declare class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command<DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: DeleteVoiceConnectorStreamingConfigurationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: DeleteVoiceConnectorStreamingConfigurationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { DeleteVoiceConnectorTerminationRequest } from "../models/models_0";
6
+ export interface DeleteVoiceConnectorTerminationCommandInput extends DeleteVoiceConnectorTerminationRequest {
7
+ }
8
+ export interface DeleteVoiceConnectorTerminationCommandOutput extends __MetadataBearer {
9
+ }
10
+ export declare class DeleteVoiceConnectorTerminationCommand extends $Command<DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: DeleteVoiceConnectorTerminationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: DeleteVoiceConnectorTerminationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { DeleteVoiceConnectorTerminationCredentialsRequest } from "../models/models_0";
6
+ export interface DeleteVoiceConnectorTerminationCredentialsCommandInput extends DeleteVoiceConnectorTerminationCredentialsRequest {
7
+ }
8
+ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends __MetadataBearer {
9
+ }
10
+ export declare class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command<DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: DeleteVoiceConnectorTerminationCredentialsCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: DeleteVoiceConnectorTerminationCredentialsCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { DisassociatePhoneNumbersFromVoiceConnectorRequest, DisassociatePhoneNumbersFromVoiceConnectorResponse } from "../models/models_0";
6
+ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandInput extends DisassociatePhoneNumbersFromVoiceConnectorRequest {
7
+ }
8
+ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput extends DisassociatePhoneNumbersFromVoiceConnectorResponse, __MetadataBearer {
9
+ }
10
+ export declare class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { DisassociatePhoneNumbersFromVoiceConnectorGroupRequest, DisassociatePhoneNumbersFromVoiceConnectorGroupResponse } from "../models/models_0";
6
+ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput extends DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
7
+ }
8
+ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput extends DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, __MetadataBearer {
9
+ }
10
+ export declare class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetGlobalSettingsResponse } from "../models/models_0";
6
+ export interface GetGlobalSettingsCommandInput {
7
+ }
8
+ export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetGlobalSettingsCommand extends $Command<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetGlobalSettingsCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetGlobalSettingsCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetPhoneNumberRequest, GetPhoneNumberResponse } from "../models/models_0";
6
+ export interface GetPhoneNumberCommandInput extends GetPhoneNumberRequest {
7
+ }
8
+ export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetPhoneNumberCommand extends $Command<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetPhoneNumberCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetPhoneNumberCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetPhoneNumberOrderRequest, GetPhoneNumberOrderResponse } from "../models/models_0";
6
+ export interface GetPhoneNumberOrderCommandInput extends GetPhoneNumberOrderRequest {
7
+ }
8
+ export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetPhoneNumberOrderCommand extends $Command<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetPhoneNumberOrderCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetPhoneNumberOrderCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetPhoneNumberSettingsResponse } from "../models/models_0";
6
+ export interface GetPhoneNumberSettingsCommandInput {
7
+ }
8
+ export interface GetPhoneNumberSettingsCommandOutput extends GetPhoneNumberSettingsResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetPhoneNumberSettingsCommand extends $Command<GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetPhoneNumberSettingsCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetPhoneNumberSettingsCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetProxySessionRequest, GetProxySessionResponse } from "../models/models_0";
6
+ export interface GetProxySessionCommandInput extends GetProxySessionRequest {
7
+ }
8
+ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetProxySessionCommand extends $Command<GetProxySessionCommandInput, GetProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetProxySessionCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetProxySessionCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProxySessionCommandInput, GetProxySessionCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetSipMediaApplicationAlexaSkillConfigurationRequest, GetSipMediaApplicationAlexaSkillConfigurationResponse } from "../models/models_0";
6
+ export interface GetSipMediaApplicationAlexaSkillConfigurationCommandInput extends GetSipMediaApplicationAlexaSkillConfigurationRequest {
7
+ }
8
+ export interface GetSipMediaApplicationAlexaSkillConfigurationCommandOutput extends GetSipMediaApplicationAlexaSkillConfigurationResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetSipMediaApplicationAlexaSkillConfigurationCommand extends $Command<GetSipMediaApplicationAlexaSkillConfigurationCommandInput, GetSipMediaApplicationAlexaSkillConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSipMediaApplicationAlexaSkillConfigurationCommandInput, GetSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetSipMediaApplicationRequest, GetSipMediaApplicationResponse } from "../models/models_0";
6
+ export interface GetSipMediaApplicationCommandInput extends GetSipMediaApplicationRequest {
7
+ }
8
+ export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicationResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetSipMediaApplicationCommand extends $Command<GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetSipMediaApplicationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetSipMediaApplicationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetSipMediaApplicationLoggingConfigurationRequest, GetSipMediaApplicationLoggingConfigurationResponse } from "../models/models_0";
6
+ export interface GetSipMediaApplicationLoggingConfigurationCommandInput extends GetSipMediaApplicationLoggingConfigurationRequest {
7
+ }
8
+ export interface GetSipMediaApplicationLoggingConfigurationCommandOutput extends GetSipMediaApplicationLoggingConfigurationResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetSipMediaApplicationLoggingConfigurationCommand extends $Command<GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetSipMediaApplicationLoggingConfigurationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetSipMediaApplicationLoggingConfigurationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetSipRuleRequest, GetSipRuleResponse } from "../models/models_0";
6
+ export interface GetSipRuleCommandInput extends GetSipRuleRequest {
7
+ }
8
+ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetSipRuleCommand extends $Command<GetSipRuleCommandInput, GetSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetSipRuleCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetSipRuleCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSipRuleCommandInput, GetSipRuleCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorRequest, GetVoiceConnectorResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorCommandInput extends GetVoiceConnectorRequest {
7
+ }
8
+ export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorCommand extends $Command<GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorEmergencyCallingConfigurationRequest, GetVoiceConnectorEmergencyCallingConfigurationResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandInput extends GetVoiceConnectorEmergencyCallingConfigurationRequest {
7
+ }
8
+ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput extends GetVoiceConnectorEmergencyCallingConfigurationResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorGroupRequest, GetVoiceConnectorGroupResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorGroupCommandInput extends GetVoiceConnectorGroupRequest {
7
+ }
8
+ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGroupResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorGroupCommand extends $Command<GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorGroupCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorGroupCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorLoggingConfigurationRequest, GetVoiceConnectorLoggingConfigurationResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorLoggingConfigurationCommandInput extends GetVoiceConnectorLoggingConfigurationRequest {
7
+ }
8
+ export interface GetVoiceConnectorLoggingConfigurationCommandOutput extends GetVoiceConnectorLoggingConfigurationResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorLoggingConfigurationCommand extends $Command<GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorLoggingConfigurationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorLoggingConfigurationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorOriginationRequest, GetVoiceConnectorOriginationResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorOriginationCommandInput extends GetVoiceConnectorOriginationRequest {
7
+ }
8
+ export interface GetVoiceConnectorOriginationCommandOutput extends GetVoiceConnectorOriginationResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorOriginationCommand extends $Command<GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorOriginationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorOriginationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorProxyRequest, GetVoiceConnectorProxyResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorProxyCommandInput extends GetVoiceConnectorProxyRequest {
7
+ }
8
+ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorProxyResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorProxyCommand extends $Command<GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorProxyCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorProxyCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorStreamingConfigurationRequest, GetVoiceConnectorStreamingConfigurationResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorStreamingConfigurationCommandInput extends GetVoiceConnectorStreamingConfigurationRequest {
7
+ }
8
+ export interface GetVoiceConnectorStreamingConfigurationCommandOutput extends GetVoiceConnectorStreamingConfigurationResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorStreamingConfigurationCommand extends $Command<GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorStreamingConfigurationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorStreamingConfigurationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorTerminationRequest, GetVoiceConnectorTerminationResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorTerminationCommandInput extends GetVoiceConnectorTerminationRequest {
7
+ }
8
+ export interface GetVoiceConnectorTerminationCommandOutput extends GetVoiceConnectorTerminationResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorTerminationCommand extends $Command<GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorTerminationCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorTerminationCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { GetVoiceConnectorTerminationHealthRequest, GetVoiceConnectorTerminationHealthResponse } from "../models/models_0";
6
+ export interface GetVoiceConnectorTerminationHealthCommandInput extends GetVoiceConnectorTerminationHealthRequest {
7
+ }
8
+ export interface GetVoiceConnectorTerminationHealthCommandOutput extends GetVoiceConnectorTerminationHealthResponse, __MetadataBearer {
9
+ }
10
+ export declare class GetVoiceConnectorTerminationHealthCommand extends $Command<GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: GetVoiceConnectorTerminationHealthCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: GetVoiceConnectorTerminationHealthCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { ListAvailableVoiceConnectorRegionsResponse } from "../models/models_0";
6
+ export interface ListAvailableVoiceConnectorRegionsCommandInput {
7
+ }
8
+ export interface ListAvailableVoiceConnectorRegionsCommandOutput extends ListAvailableVoiceConnectorRegionsResponse, __MetadataBearer {
9
+ }
10
+ export declare class ListAvailableVoiceConnectorRegionsCommand extends $Command<ListAvailableVoiceConnectorRegionsCommandInput, ListAvailableVoiceConnectorRegionsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: ListAvailableVoiceConnectorRegionsCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: ListAvailableVoiceConnectorRegionsCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableVoiceConnectorRegionsCommandInput, ListAvailableVoiceConnectorRegionsCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
+ import { ListPhoneNumberOrdersRequest, ListPhoneNumberOrdersResponse } from "../models/models_0";
6
+ export interface ListPhoneNumberOrdersCommandInput extends ListPhoneNumberOrdersRequest {
7
+ }
8
+ export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrdersResponse, __MetadataBearer {
9
+ }
10
+ export declare class ListPhoneNumberOrdersCommand extends $Command<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
11
+ readonly input: ListPhoneNumberOrdersCommandInput;
12
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
13
+ constructor(input: ListPhoneNumberOrdersCommandInput);
14
+ /**
15
+ * @internal
16
+ */
17
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput>;
18
+ private serialize;
19
+ private deserialize;
20
+ }