@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,1579 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ChimeSDKVoiceServiceException as __BaseException } from "./ChimeSDKVoiceServiceException";
3
+ export declare enum ErrorCode {
4
+ AccessDenied = "AccessDenied",
5
+ BadRequest = "BadRequest",
6
+ Conflict = "Conflict",
7
+ Forbidden = "Forbidden",
8
+ Gone = "Gone",
9
+ NotFound = "NotFound",
10
+ PhoneNumberAssociationsExist = "PhoneNumberAssociationsExist",
11
+ PreconditionFailed = "PreconditionFailed",
12
+ ResourceLimitExceeded = "ResourceLimitExceeded",
13
+ ServiceFailure = "ServiceFailure",
14
+ ServiceUnavailable = "ServiceUnavailable",
15
+ Throttled = "Throttled",
16
+ Throttling = "Throttling",
17
+ Unauthorized = "Unauthorized",
18
+ Unprocessable = "Unprocessable",
19
+ VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist"
20
+ }
21
+ export declare class AccessDeniedException extends __BaseException {
22
+ readonly name: "AccessDeniedException";
23
+ readonly $fault: "client";
24
+ Code?: ErrorCode | string;
25
+ Message?: string;
26
+ /**
27
+ * @internal
28
+ */
29
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
30
+ }
31
+ export interface Address {
32
+ streetName?: string;
33
+ streetSuffix?: string;
34
+ postDirectional?: string;
35
+ preDirectional?: string;
36
+ streetNumber?: string;
37
+ city?: string;
38
+ state?: string;
39
+ postalCode?: string;
40
+ postalCodePlus4?: string;
41
+ country?: string;
42
+ }
43
+ export declare enum AlexaSkillStatus {
44
+ ACTIVE = "ACTIVE",
45
+ INACTIVE = "INACTIVE"
46
+ }
47
+ export interface AssociatePhoneNumbersWithVoiceConnectorRequest {
48
+ VoiceConnectorId: string | undefined;
49
+ E164PhoneNumbers: string[] | undefined;
50
+ ForceAssociate?: boolean;
51
+ }
52
+ export interface PhoneNumberError {
53
+ PhoneNumberId?: string;
54
+ ErrorCode?: ErrorCode | string;
55
+ ErrorMessage?: string;
56
+ }
57
+ export interface AssociatePhoneNumbersWithVoiceConnectorResponse {
58
+ PhoneNumberErrors?: PhoneNumberError[];
59
+ }
60
+ export declare class BadRequestException extends __BaseException {
61
+ readonly name: "BadRequestException";
62
+ readonly $fault: "client";
63
+ Code?: ErrorCode | string;
64
+ Message?: string;
65
+ /**
66
+ * @internal
67
+ */
68
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
69
+ }
70
+ export declare class ForbiddenException extends __BaseException {
71
+ readonly name: "ForbiddenException";
72
+ readonly $fault: "client";
73
+ Code?: ErrorCode | string;
74
+ Message?: string;
75
+ /**
76
+ * @internal
77
+ */
78
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
79
+ }
80
+ export declare class NotFoundException extends __BaseException {
81
+ readonly name: "NotFoundException";
82
+ readonly $fault: "client";
83
+ Code?: ErrorCode | string;
84
+ Message?: string;
85
+ /**
86
+ * @internal
87
+ */
88
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
89
+ }
90
+ export declare class ServiceFailureException extends __BaseException {
91
+ readonly name: "ServiceFailureException";
92
+ readonly $fault: "server";
93
+ Code?: ErrorCode | string;
94
+ Message?: string;
95
+ /**
96
+ * @internal
97
+ */
98
+ constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
99
+ }
100
+ export declare class ServiceUnavailableException extends __BaseException {
101
+ readonly name: "ServiceUnavailableException";
102
+ readonly $fault: "server";
103
+ Code?: ErrorCode | string;
104
+ Message?: string;
105
+ /**
106
+ * @internal
107
+ */
108
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
109
+ }
110
+ export declare class ThrottledClientException extends __BaseException {
111
+ readonly name: "ThrottledClientException";
112
+ readonly $fault: "client";
113
+ Code?: ErrorCode | string;
114
+ Message?: string;
115
+ /**
116
+ * @internal
117
+ */
118
+ constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
119
+ }
120
+ export declare class UnauthorizedClientException extends __BaseException {
121
+ readonly name: "UnauthorizedClientException";
122
+ readonly $fault: "client";
123
+ Code?: ErrorCode | string;
124
+ Message?: string;
125
+ /**
126
+ * @internal
127
+ */
128
+ constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
129
+ }
130
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
131
+ VoiceConnectorGroupId: string | undefined;
132
+ E164PhoneNumbers: string[] | undefined;
133
+ ForceAssociate?: boolean;
134
+ }
135
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupResponse {
136
+ PhoneNumberErrors?: PhoneNumberError[];
137
+ }
138
+ export interface BatchDeletePhoneNumberRequest {
139
+ PhoneNumberIds: string[] | undefined;
140
+ }
141
+ export interface BatchDeletePhoneNumberResponse {
142
+ PhoneNumberErrors?: PhoneNumberError[];
143
+ }
144
+ export declare enum PhoneNumberProductType {
145
+ SipMediaApplicationDialIn = "SipMediaApplicationDialIn",
146
+ VoiceConnector = "VoiceConnector"
147
+ }
148
+ export interface UpdatePhoneNumberRequestItem {
149
+ PhoneNumberId: string | undefined;
150
+ ProductType?: PhoneNumberProductType | string;
151
+ CallingName?: string;
152
+ }
153
+ export interface BatchUpdatePhoneNumberRequest {
154
+ UpdatePhoneNumberRequestItems: UpdatePhoneNumberRequestItem[] | undefined;
155
+ }
156
+ export interface BatchUpdatePhoneNumberResponse {
157
+ PhoneNumberErrors?: PhoneNumberError[];
158
+ }
159
+ export declare enum CallingNameStatus {
160
+ Unassigned = "Unassigned",
161
+ UpdateFailed = "UpdateFailed",
162
+ UpdateInProgress = "UpdateInProgress",
163
+ UpdateSucceeded = "UpdateSucceeded"
164
+ }
165
+ export interface CandidateAddress {
166
+ streetInfo?: string;
167
+ streetNumber?: string;
168
+ city?: string;
169
+ state?: string;
170
+ postalCode?: string;
171
+ postalCodePlus4?: string;
172
+ country?: string;
173
+ }
174
+ export declare enum Capability {
175
+ SMS = "SMS",
176
+ Voice = "Voice"
177
+ }
178
+ export interface CreatePhoneNumberOrderRequest {
179
+ ProductType: PhoneNumberProductType | string | undefined;
180
+ E164PhoneNumbers: string[] | undefined;
181
+ }
182
+ export declare enum OrderedPhoneNumberStatus {
183
+ Acquired = "Acquired",
184
+ Failed = "Failed",
185
+ Processing = "Processing"
186
+ }
187
+ export interface OrderedPhoneNumber {
188
+ E164PhoneNumber?: string;
189
+ Status?: OrderedPhoneNumberStatus | string;
190
+ }
191
+ export declare enum PhoneNumberOrderType {
192
+ New = "New",
193
+ Porting = "Porting"
194
+ }
195
+ export declare enum PhoneNumberOrderStatus {
196
+ CancelRequested = "CancelRequested",
197
+ Cancelled = "Cancelled",
198
+ ChangeRequested = "ChangeRequested",
199
+ Exception = "Exception",
200
+ FOC = "FOC",
201
+ Failed = "Failed",
202
+ Partial = "Partial",
203
+ PendingDocuments = "PendingDocuments",
204
+ Processing = "Processing",
205
+ Submitted = "Submitted",
206
+ Successful = "Successful"
207
+ }
208
+ export interface PhoneNumberOrder {
209
+ PhoneNumberOrderId?: string;
210
+ ProductType?: PhoneNumberProductType | string;
211
+ Status?: PhoneNumberOrderStatus | string;
212
+ OrderType?: PhoneNumberOrderType | string;
213
+ OrderedPhoneNumbers?: OrderedPhoneNumber[];
214
+ CreatedTimestamp?: Date;
215
+ UpdatedTimestamp?: Date;
216
+ }
217
+ export interface CreatePhoneNumberOrderResponse {
218
+ PhoneNumberOrder?: PhoneNumberOrder;
219
+ }
220
+ export declare class ResourceLimitExceededException extends __BaseException {
221
+ readonly name: "ResourceLimitExceededException";
222
+ readonly $fault: "client";
223
+ Code?: ErrorCode | string;
224
+ Message?: string;
225
+ /**
226
+ * @internal
227
+ */
228
+ constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
229
+ }
230
+ export declare enum GeoMatchLevel {
231
+ AreaCode = "AreaCode",
232
+ Country = "Country"
233
+ }
234
+ export interface GeoMatchParams {
235
+ Country: string | undefined;
236
+ AreaCode: string | undefined;
237
+ }
238
+ export declare enum NumberSelectionBehavior {
239
+ AvoidSticky = "AvoidSticky",
240
+ PreferSticky = "PreferSticky"
241
+ }
242
+ export interface CreateProxySessionRequest {
243
+ VoiceConnectorId: string | undefined;
244
+ ParticipantPhoneNumbers: string[] | undefined;
245
+ Name?: string;
246
+ ExpiryMinutes?: number;
247
+ Capabilities: (Capability | string)[] | undefined;
248
+ NumberSelectionBehavior?: NumberSelectionBehavior | string;
249
+ GeoMatchLevel?: GeoMatchLevel | string;
250
+ GeoMatchParams?: GeoMatchParams;
251
+ }
252
+ export interface Participant {
253
+ PhoneNumber?: string;
254
+ ProxyPhoneNumber?: string;
255
+ }
256
+ export declare enum ProxySessionStatus {
257
+ Closed = "Closed",
258
+ InProgress = "InProgress",
259
+ Open = "Open"
260
+ }
261
+ export interface ProxySession {
262
+ VoiceConnectorId?: string;
263
+ ProxySessionId?: string;
264
+ Name?: string;
265
+ Status?: ProxySessionStatus | string;
266
+ ExpiryMinutes?: number;
267
+ Capabilities?: (Capability | string)[];
268
+ CreatedTimestamp?: Date;
269
+ UpdatedTimestamp?: Date;
270
+ EndedTimestamp?: Date;
271
+ Participants?: Participant[];
272
+ NumberSelectionBehavior?: NumberSelectionBehavior | string;
273
+ GeoMatchLevel?: GeoMatchLevel | string;
274
+ GeoMatchParams?: GeoMatchParams;
275
+ }
276
+ export interface CreateProxySessionResponse {
277
+ ProxySession?: ProxySession;
278
+ }
279
+ export declare class ConflictException extends __BaseException {
280
+ readonly name: "ConflictException";
281
+ readonly $fault: "client";
282
+ Code?: ErrorCode | string;
283
+ Message?: string;
284
+ /**
285
+ * @internal
286
+ */
287
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
288
+ }
289
+ export interface SipMediaApplicationEndpoint {
290
+ LambdaArn?: string;
291
+ }
292
+ export interface CreateSipMediaApplicationRequest {
293
+ AwsRegion: string | undefined;
294
+ Name: string | undefined;
295
+ Endpoints: SipMediaApplicationEndpoint[] | undefined;
296
+ }
297
+ export interface SipMediaApplication {
298
+ SipMediaApplicationId?: string;
299
+ AwsRegion?: string;
300
+ Name?: string;
301
+ Endpoints?: SipMediaApplicationEndpoint[];
302
+ CreatedTimestamp?: Date;
303
+ UpdatedTimestamp?: Date;
304
+ }
305
+ export interface CreateSipMediaApplicationResponse {
306
+ SipMediaApplication?: SipMediaApplication;
307
+ }
308
+ export interface CreateSipMediaApplicationCallRequest {
309
+ FromPhoneNumber: string | undefined;
310
+ ToPhoneNumber: string | undefined;
311
+ SipMediaApplicationId: string | undefined;
312
+ SipHeaders?: Record<string, string>;
313
+ ArgumentsMap?: Record<string, string>;
314
+ }
315
+ export interface SipMediaApplicationCall {
316
+ TransactionId?: string;
317
+ }
318
+ export interface CreateSipMediaApplicationCallResponse {
319
+ SipMediaApplicationCall?: SipMediaApplicationCall;
320
+ }
321
+ export interface SipRuleTargetApplication {
322
+ SipMediaApplicationId?: string;
323
+ Priority?: number;
324
+ AwsRegion?: string;
325
+ }
326
+ export declare enum SipRuleTriggerType {
327
+ RequestUriHostname = "RequestUriHostname",
328
+ ToPhoneNumber = "ToPhoneNumber"
329
+ }
330
+ export interface CreateSipRuleRequest {
331
+ Name: string | undefined;
332
+ TriggerType: SipRuleTriggerType | string | undefined;
333
+ TriggerValue: string | undefined;
334
+ Disabled?: boolean;
335
+ TargetApplications?: SipRuleTargetApplication[];
336
+ }
337
+ export interface SipRule {
338
+ SipRuleId?: string;
339
+ Name?: string;
340
+ Disabled?: boolean;
341
+ TriggerType?: SipRuleTriggerType | string;
342
+ TriggerValue?: string;
343
+ TargetApplications?: SipRuleTargetApplication[];
344
+ CreatedTimestamp?: Date;
345
+ UpdatedTimestamp?: Date;
346
+ }
347
+ export interface CreateSipRuleResponse {
348
+ SipRule?: SipRule;
349
+ }
350
+ export declare enum VoiceConnectorAwsRegion {
351
+ AP_NORTHEAST_1 = "ap-northeast-1",
352
+ AP_NORTHEAST_2 = "ap-northeast-2",
353
+ AP_SOUTHEAST_1 = "ap-southeast-1",
354
+ AP_SOUTHEAST_2 = "ap-southeast-2",
355
+ CA_CENTRAL_1 = "ca-central-1",
356
+ EU_CENTRAL_1 = "eu-central-1",
357
+ EU_WEST_1 = "eu-west-1",
358
+ EU_WEST_2 = "eu-west-2",
359
+ US_EAST_1 = "us-east-1",
360
+ US_WEST_2 = "us-west-2"
361
+ }
362
+ export interface CreateVoiceConnectorRequest {
363
+ Name: string | undefined;
364
+ AwsRegion?: VoiceConnectorAwsRegion | string;
365
+ RequireEncryption: boolean | undefined;
366
+ }
367
+ export interface VoiceConnector {
368
+ VoiceConnectorId?: string;
369
+ AwsRegion?: VoiceConnectorAwsRegion | string;
370
+ Name?: string;
371
+ OutboundHostName?: string;
372
+ RequireEncryption?: boolean;
373
+ CreatedTimestamp?: Date;
374
+ UpdatedTimestamp?: Date;
375
+ VoiceConnectorArn?: string;
376
+ }
377
+ export interface CreateVoiceConnectorResponse {
378
+ VoiceConnector?: VoiceConnector;
379
+ }
380
+ export interface VoiceConnectorItem {
381
+ VoiceConnectorId: string | undefined;
382
+ Priority: number | undefined;
383
+ }
384
+ export interface CreateVoiceConnectorGroupRequest {
385
+ Name: string | undefined;
386
+ VoiceConnectorItems?: VoiceConnectorItem[];
387
+ }
388
+ export interface VoiceConnectorGroup {
389
+ VoiceConnectorGroupId?: string;
390
+ Name?: string;
391
+ VoiceConnectorItems?: VoiceConnectorItem[];
392
+ CreatedTimestamp?: Date;
393
+ UpdatedTimestamp?: Date;
394
+ VoiceConnectorGroupArn?: string;
395
+ }
396
+ export interface CreateVoiceConnectorGroupResponse {
397
+ VoiceConnectorGroup?: VoiceConnectorGroup;
398
+ }
399
+ export interface DeletePhoneNumberRequest {
400
+ PhoneNumberId: string | undefined;
401
+ }
402
+ export interface DeleteProxySessionRequest {
403
+ VoiceConnectorId: string | undefined;
404
+ ProxySessionId: string | undefined;
405
+ }
406
+ export interface DeleteSipMediaApplicationRequest {
407
+ SipMediaApplicationId: string | undefined;
408
+ }
409
+ export interface DeleteSipRuleRequest {
410
+ SipRuleId: string | undefined;
411
+ }
412
+ export interface DeleteVoiceConnectorRequest {
413
+ VoiceConnectorId: string | undefined;
414
+ }
415
+ export interface DeleteVoiceConnectorEmergencyCallingConfigurationRequest {
416
+ VoiceConnectorId: string | undefined;
417
+ }
418
+ export interface DeleteVoiceConnectorGroupRequest {
419
+ VoiceConnectorGroupId: string | undefined;
420
+ }
421
+ export interface DeleteVoiceConnectorOriginationRequest {
422
+ VoiceConnectorId: string | undefined;
423
+ }
424
+ export interface DeleteVoiceConnectorProxyRequest {
425
+ VoiceConnectorId: string | undefined;
426
+ }
427
+ export interface DeleteVoiceConnectorStreamingConfigurationRequest {
428
+ VoiceConnectorId: string | undefined;
429
+ }
430
+ export interface DeleteVoiceConnectorTerminationRequest {
431
+ VoiceConnectorId: string | undefined;
432
+ }
433
+ export interface DeleteVoiceConnectorTerminationCredentialsRequest {
434
+ VoiceConnectorId: string | undefined;
435
+ Usernames: string[] | undefined;
436
+ }
437
+ export interface DisassociatePhoneNumbersFromVoiceConnectorRequest {
438
+ VoiceConnectorId: string | undefined;
439
+ E164PhoneNumbers: string[] | undefined;
440
+ }
441
+ export interface DisassociatePhoneNumbersFromVoiceConnectorResponse {
442
+ PhoneNumberErrors?: PhoneNumberError[];
443
+ }
444
+ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
445
+ VoiceConnectorGroupId: string | undefined;
446
+ E164PhoneNumbers: string[] | undefined;
447
+ }
448
+ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupResponse {
449
+ PhoneNumberErrors?: PhoneNumberError[];
450
+ }
451
+ export interface VoiceConnectorSettings {
452
+ CdrBucket?: string;
453
+ }
454
+ export interface GetGlobalSettingsResponse {
455
+ VoiceConnector?: VoiceConnectorSettings;
456
+ }
457
+ export interface GetPhoneNumberRequest {
458
+ PhoneNumberId: string | undefined;
459
+ }
460
+ export declare enum PhoneNumberAssociationName {
461
+ SipRuleId = "SipRuleId",
462
+ VoiceConnectorGroupId = "VoiceConnectorGroupId",
463
+ VoiceConnectorId = "VoiceConnectorId"
464
+ }
465
+ export interface PhoneNumberAssociation {
466
+ Value?: string;
467
+ Name?: PhoneNumberAssociationName | string;
468
+ AssociatedTimestamp?: Date;
469
+ }
470
+ export interface PhoneNumberCapabilities {
471
+ InboundCall?: boolean;
472
+ OutboundCall?: boolean;
473
+ InboundSMS?: boolean;
474
+ OutboundSMS?: boolean;
475
+ InboundMMS?: boolean;
476
+ OutboundMMS?: boolean;
477
+ }
478
+ export declare enum PhoneNumberStatus {
479
+ AcquireFailed = "AcquireFailed",
480
+ AcquireInProgress = "AcquireInProgress",
481
+ Assigned = "Assigned",
482
+ Cancelled = "Cancelled",
483
+ DeleteFailed = "DeleteFailed",
484
+ DeleteInProgress = "DeleteInProgress",
485
+ PortinCancelRequested = "PortinCancelRequested",
486
+ PortinInProgress = "PortinInProgress",
487
+ ReleaseFailed = "ReleaseFailed",
488
+ ReleaseInProgress = "ReleaseInProgress",
489
+ Unassigned = "Unassigned"
490
+ }
491
+ export declare enum PhoneNumberType {
492
+ Local = "Local",
493
+ TollFree = "TollFree"
494
+ }
495
+ export interface PhoneNumber {
496
+ PhoneNumberId?: string;
497
+ E164PhoneNumber?: string;
498
+ Country?: string;
499
+ Type?: PhoneNumberType | string;
500
+ ProductType?: PhoneNumberProductType | string;
501
+ Status?: PhoneNumberStatus | string;
502
+ Capabilities?: PhoneNumberCapabilities;
503
+ Associations?: PhoneNumberAssociation[];
504
+ CallingName?: string;
505
+ CallingNameStatus?: CallingNameStatus | string;
506
+ CreatedTimestamp?: Date;
507
+ UpdatedTimestamp?: Date;
508
+ DeletionTimestamp?: Date;
509
+ OrderId?: string;
510
+ }
511
+ export interface GetPhoneNumberResponse {
512
+ PhoneNumber?: PhoneNumber;
513
+ }
514
+ export interface GetPhoneNumberOrderRequest {
515
+ PhoneNumberOrderId: string | undefined;
516
+ }
517
+ export interface GetPhoneNumberOrderResponse {
518
+ PhoneNumberOrder?: PhoneNumberOrder;
519
+ }
520
+ export interface GetPhoneNumberSettingsResponse {
521
+ CallingName?: string;
522
+ CallingNameUpdatedTimestamp?: Date;
523
+ }
524
+ export interface GetProxySessionRequest {
525
+ VoiceConnectorId: string | undefined;
526
+ ProxySessionId: string | undefined;
527
+ }
528
+ export interface GetProxySessionResponse {
529
+ ProxySession?: ProxySession;
530
+ }
531
+ export interface GetSipMediaApplicationRequest {
532
+ SipMediaApplicationId: string | undefined;
533
+ }
534
+ export interface GetSipMediaApplicationResponse {
535
+ SipMediaApplication?: SipMediaApplication;
536
+ }
537
+ export interface GetSipMediaApplicationAlexaSkillConfigurationRequest {
538
+ SipMediaApplicationId: string | undefined;
539
+ }
540
+ export interface SipMediaApplicationAlexaSkillConfiguration {
541
+ AlexaSkillStatus: AlexaSkillStatus | string | undefined;
542
+ AlexaSkillIds: string[] | undefined;
543
+ }
544
+ export interface GetSipMediaApplicationAlexaSkillConfigurationResponse {
545
+ SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
546
+ }
547
+ export interface GetSipMediaApplicationLoggingConfigurationRequest {
548
+ SipMediaApplicationId: string | undefined;
549
+ }
550
+ export interface SipMediaApplicationLoggingConfiguration {
551
+ EnableSipMediaApplicationMessageLogs?: boolean;
552
+ }
553
+ export interface GetSipMediaApplicationLoggingConfigurationResponse {
554
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
555
+ }
556
+ export interface GetSipRuleRequest {
557
+ SipRuleId: string | undefined;
558
+ }
559
+ export interface GetSipRuleResponse {
560
+ SipRule?: SipRule;
561
+ }
562
+ export interface GetVoiceConnectorRequest {
563
+ VoiceConnectorId: string | undefined;
564
+ }
565
+ export interface GetVoiceConnectorResponse {
566
+ VoiceConnector?: VoiceConnector;
567
+ }
568
+ export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
569
+ VoiceConnectorId: string | undefined;
570
+ }
571
+ export interface DNISEmergencyCallingConfiguration {
572
+ EmergencyPhoneNumber: string | undefined;
573
+ TestPhoneNumber?: string;
574
+ CallingCountry: string | undefined;
575
+ }
576
+ export interface EmergencyCallingConfiguration {
577
+ DNIS?: DNISEmergencyCallingConfiguration[];
578
+ }
579
+ export interface GetVoiceConnectorEmergencyCallingConfigurationResponse {
580
+ EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
581
+ }
582
+ export interface GetVoiceConnectorGroupRequest {
583
+ VoiceConnectorGroupId: string | undefined;
584
+ }
585
+ export interface GetVoiceConnectorGroupResponse {
586
+ VoiceConnectorGroup?: VoiceConnectorGroup;
587
+ }
588
+ export interface GetVoiceConnectorLoggingConfigurationRequest {
589
+ VoiceConnectorId: string | undefined;
590
+ }
591
+ export interface LoggingConfiguration {
592
+ EnableSIPLogs?: boolean;
593
+ }
594
+ export interface GetVoiceConnectorLoggingConfigurationResponse {
595
+ LoggingConfiguration?: LoggingConfiguration;
596
+ }
597
+ export interface GetVoiceConnectorOriginationRequest {
598
+ VoiceConnectorId: string | undefined;
599
+ }
600
+ export declare enum OriginationRouteProtocol {
601
+ TCP = "TCP",
602
+ UDP = "UDP"
603
+ }
604
+ export interface OriginationRoute {
605
+ Host?: string;
606
+ Port?: number;
607
+ Protocol?: OriginationRouteProtocol | string;
608
+ Priority?: number;
609
+ Weight?: number;
610
+ }
611
+ export interface Origination {
612
+ Routes?: OriginationRoute[];
613
+ Disabled?: boolean;
614
+ }
615
+ export interface GetVoiceConnectorOriginationResponse {
616
+ Origination?: Origination;
617
+ }
618
+ export interface GetVoiceConnectorProxyRequest {
619
+ VoiceConnectorId: string | undefined;
620
+ }
621
+ export interface Proxy {
622
+ DefaultSessionExpiryMinutes?: number;
623
+ Disabled?: boolean;
624
+ FallBackPhoneNumber?: string;
625
+ PhoneNumberCountries?: string[];
626
+ }
627
+ export interface GetVoiceConnectorProxyResponse {
628
+ Proxy?: Proxy;
629
+ }
630
+ export interface GetVoiceConnectorStreamingConfigurationRequest {
631
+ VoiceConnectorId: string | undefined;
632
+ }
633
+ export declare enum NotificationTarget {
634
+ EventBridge = "EventBridge",
635
+ SNS = "SNS",
636
+ SQS = "SQS"
637
+ }
638
+ export interface StreamingNotificationTarget {
639
+ NotificationTarget?: NotificationTarget | string;
640
+ }
641
+ export interface StreamingConfiguration {
642
+ DataRetentionInHours: number | undefined;
643
+ Disabled: boolean | undefined;
644
+ StreamingNotificationTargets?: StreamingNotificationTarget[];
645
+ }
646
+ export interface GetVoiceConnectorStreamingConfigurationResponse {
647
+ StreamingConfiguration?: StreamingConfiguration;
648
+ }
649
+ export interface GetVoiceConnectorTerminationRequest {
650
+ VoiceConnectorId: string | undefined;
651
+ }
652
+ export interface Termination {
653
+ CpsLimit?: number;
654
+ DefaultPhoneNumber?: string;
655
+ CallingRegions?: string[];
656
+ CidrAllowedList?: string[];
657
+ Disabled?: boolean;
658
+ }
659
+ export interface GetVoiceConnectorTerminationResponse {
660
+ Termination?: Termination;
661
+ }
662
+ export interface GetVoiceConnectorTerminationHealthRequest {
663
+ VoiceConnectorId: string | undefined;
664
+ }
665
+ export interface TerminationHealth {
666
+ Timestamp?: Date;
667
+ Source?: string;
668
+ }
669
+ export interface GetVoiceConnectorTerminationHealthResponse {
670
+ TerminationHealth?: TerminationHealth;
671
+ }
672
+ export interface ListAvailableVoiceConnectorRegionsResponse {
673
+ VoiceConnectorRegions?: (VoiceConnectorAwsRegion | string)[];
674
+ }
675
+ export interface ListPhoneNumberOrdersRequest {
676
+ NextToken?: string;
677
+ MaxResults?: number;
678
+ }
679
+ export interface ListPhoneNumberOrdersResponse {
680
+ PhoneNumberOrders?: PhoneNumberOrder[];
681
+ NextToken?: string;
682
+ }
683
+ export interface ListPhoneNumbersRequest {
684
+ Status?: string;
685
+ ProductType?: PhoneNumberProductType | string;
686
+ FilterName?: PhoneNumberAssociationName | string;
687
+ FilterValue?: string;
688
+ MaxResults?: number;
689
+ NextToken?: string;
690
+ }
691
+ export interface ListPhoneNumbersResponse {
692
+ PhoneNumbers?: PhoneNumber[];
693
+ NextToken?: string;
694
+ }
695
+ export interface ListProxySessionsRequest {
696
+ VoiceConnectorId: string | undefined;
697
+ Status?: ProxySessionStatus | string;
698
+ NextToken?: string;
699
+ MaxResults?: number;
700
+ }
701
+ export interface ListProxySessionsResponse {
702
+ ProxySessions?: ProxySession[];
703
+ NextToken?: string;
704
+ }
705
+ export interface ListSipMediaApplicationsRequest {
706
+ MaxResults?: number;
707
+ NextToken?: string;
708
+ }
709
+ export interface ListSipMediaApplicationsResponse {
710
+ SipMediaApplications?: SipMediaApplication[];
711
+ NextToken?: string;
712
+ }
713
+ export interface ListSipRulesRequest {
714
+ SipMediaApplicationId?: string;
715
+ MaxResults?: number;
716
+ NextToken?: string;
717
+ }
718
+ export interface ListSipRulesResponse {
719
+ SipRules?: SipRule[];
720
+ NextToken?: string;
721
+ }
722
+ export interface ListSupportedPhoneNumberCountriesRequest {
723
+ ProductType: PhoneNumberProductType | string | undefined;
724
+ }
725
+ export interface PhoneNumberCountry {
726
+ CountryCode?: string;
727
+ SupportedPhoneNumberTypes?: (PhoneNumberType | string)[];
728
+ }
729
+ export interface ListSupportedPhoneNumberCountriesResponse {
730
+ PhoneNumberCountries?: PhoneNumberCountry[];
731
+ }
732
+ export interface ListVoiceConnectorGroupsRequest {
733
+ NextToken?: string;
734
+ MaxResults?: number;
735
+ }
736
+ export interface ListVoiceConnectorGroupsResponse {
737
+ VoiceConnectorGroups?: VoiceConnectorGroup[];
738
+ NextToken?: string;
739
+ }
740
+ export interface ListVoiceConnectorsRequest {
741
+ NextToken?: string;
742
+ MaxResults?: number;
743
+ }
744
+ export interface ListVoiceConnectorsResponse {
745
+ VoiceConnectors?: VoiceConnector[];
746
+ NextToken?: string;
747
+ }
748
+ export interface ListVoiceConnectorTerminationCredentialsRequest {
749
+ VoiceConnectorId: string | undefined;
750
+ }
751
+ export interface ListVoiceConnectorTerminationCredentialsResponse {
752
+ Usernames?: string[];
753
+ }
754
+ export interface PutSipMediaApplicationAlexaSkillConfigurationRequest {
755
+ SipMediaApplicationId: string | undefined;
756
+ SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
757
+ }
758
+ export interface PutSipMediaApplicationAlexaSkillConfigurationResponse {
759
+ SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
760
+ }
761
+ export interface PutSipMediaApplicationLoggingConfigurationRequest {
762
+ SipMediaApplicationId: string | undefined;
763
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
764
+ }
765
+ export interface PutSipMediaApplicationLoggingConfigurationResponse {
766
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
767
+ }
768
+ export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
769
+ VoiceConnectorId: string | undefined;
770
+ EmergencyCallingConfiguration: EmergencyCallingConfiguration | undefined;
771
+ }
772
+ export interface PutVoiceConnectorEmergencyCallingConfigurationResponse {
773
+ EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
774
+ }
775
+ export interface PutVoiceConnectorLoggingConfigurationRequest {
776
+ VoiceConnectorId: string | undefined;
777
+ LoggingConfiguration: LoggingConfiguration | undefined;
778
+ }
779
+ export interface PutVoiceConnectorLoggingConfigurationResponse {
780
+ LoggingConfiguration?: LoggingConfiguration;
781
+ }
782
+ export interface PutVoiceConnectorOriginationRequest {
783
+ VoiceConnectorId: string | undefined;
784
+ Origination: Origination | undefined;
785
+ }
786
+ export interface PutVoiceConnectorOriginationResponse {
787
+ Origination?: Origination;
788
+ }
789
+ export interface PutVoiceConnectorProxyRequest {
790
+ VoiceConnectorId: string | undefined;
791
+ DefaultSessionExpiryMinutes: number | undefined;
792
+ PhoneNumberPoolCountries: string[] | undefined;
793
+ FallBackPhoneNumber?: string;
794
+ Disabled?: boolean;
795
+ }
796
+ export interface PutVoiceConnectorProxyResponse {
797
+ Proxy?: Proxy;
798
+ }
799
+ export interface PutVoiceConnectorStreamingConfigurationRequest {
800
+ VoiceConnectorId: string | undefined;
801
+ StreamingConfiguration: StreamingConfiguration | undefined;
802
+ }
803
+ export interface PutVoiceConnectorStreamingConfigurationResponse {
804
+ StreamingConfiguration?: StreamingConfiguration;
805
+ }
806
+ export interface PutVoiceConnectorTerminationRequest {
807
+ VoiceConnectorId: string | undefined;
808
+ Termination: Termination | undefined;
809
+ }
810
+ export interface PutVoiceConnectorTerminationResponse {
811
+ Termination?: Termination;
812
+ }
813
+ export interface Credential {
814
+ Username?: string;
815
+ Password?: string;
816
+ }
817
+ export interface PutVoiceConnectorTerminationCredentialsRequest {
818
+ VoiceConnectorId: string | undefined;
819
+ Credentials?: Credential[];
820
+ }
821
+ export interface RestorePhoneNumberRequest {
822
+ PhoneNumberId: string | undefined;
823
+ }
824
+ export interface RestorePhoneNumberResponse {
825
+ PhoneNumber?: PhoneNumber;
826
+ }
827
+ export interface SearchAvailablePhoneNumbersRequest {
828
+ AreaCode?: string;
829
+ City?: string;
830
+ Country?: string;
831
+ State?: string;
832
+ TollFreePrefix?: string;
833
+ PhoneNumberType?: PhoneNumberType | string;
834
+ MaxResults?: number;
835
+ NextToken?: string;
836
+ }
837
+ export interface SearchAvailablePhoneNumbersResponse {
838
+ E164PhoneNumbers?: string[];
839
+ NextToken?: string;
840
+ }
841
+ export interface UpdateGlobalSettingsRequest {
842
+ VoiceConnector?: VoiceConnectorSettings;
843
+ }
844
+ export interface UpdatePhoneNumberRequest {
845
+ PhoneNumberId: string | undefined;
846
+ ProductType?: PhoneNumberProductType | string;
847
+ CallingName?: string;
848
+ }
849
+ export interface UpdatePhoneNumberResponse {
850
+ PhoneNumber?: PhoneNumber;
851
+ }
852
+ export interface UpdatePhoneNumberSettingsRequest {
853
+ CallingName: string | undefined;
854
+ }
855
+ export interface UpdateProxySessionRequest {
856
+ VoiceConnectorId: string | undefined;
857
+ ProxySessionId: string | undefined;
858
+ Capabilities: (Capability | string)[] | undefined;
859
+ ExpiryMinutes?: number;
860
+ }
861
+ export interface UpdateProxySessionResponse {
862
+ ProxySession?: ProxySession;
863
+ }
864
+ export interface UpdateSipMediaApplicationRequest {
865
+ SipMediaApplicationId: string | undefined;
866
+ Name?: string;
867
+ Endpoints?: SipMediaApplicationEndpoint[];
868
+ }
869
+ export interface UpdateSipMediaApplicationResponse {
870
+ SipMediaApplication?: SipMediaApplication;
871
+ }
872
+ export interface UpdateSipMediaApplicationCallRequest {
873
+ SipMediaApplicationId: string | undefined;
874
+ TransactionId: string | undefined;
875
+ Arguments: Record<string, string> | undefined;
876
+ }
877
+ export interface UpdateSipMediaApplicationCallResponse {
878
+ SipMediaApplicationCall?: SipMediaApplicationCall;
879
+ }
880
+ export interface UpdateSipRuleRequest {
881
+ SipRuleId: string | undefined;
882
+ Name: string | undefined;
883
+ Disabled?: boolean;
884
+ TargetApplications?: SipRuleTargetApplication[];
885
+ }
886
+ export interface UpdateSipRuleResponse {
887
+ SipRule?: SipRule;
888
+ }
889
+ export interface UpdateVoiceConnectorRequest {
890
+ VoiceConnectorId: string | undefined;
891
+ Name: string | undefined;
892
+ RequireEncryption: boolean | undefined;
893
+ }
894
+ export interface UpdateVoiceConnectorResponse {
895
+ VoiceConnector?: VoiceConnector;
896
+ }
897
+ export interface UpdateVoiceConnectorGroupRequest {
898
+ VoiceConnectorGroupId: string | undefined;
899
+ Name: string | undefined;
900
+ VoiceConnectorItems: VoiceConnectorItem[] | undefined;
901
+ }
902
+ export interface UpdateVoiceConnectorGroupResponse {
903
+ VoiceConnectorGroup?: VoiceConnectorGroup;
904
+ }
905
+ export interface ValidateE911AddressRequest {
906
+ AwsAccountId: string | undefined;
907
+ StreetNumber: string | undefined;
908
+ StreetInfo: string | undefined;
909
+ City: string | undefined;
910
+ State: string | undefined;
911
+ Country: string | undefined;
912
+ PostalCode: string | undefined;
913
+ }
914
+ export interface ValidateE911AddressResponse {
915
+ ValidationResult?: number;
916
+ AddressExternalId?: string;
917
+ Address?: Address;
918
+ CandidateAddressList?: CandidateAddress[];
919
+ }
920
+ /**
921
+ * @internal
922
+ */
923
+ export declare const AddressFilterSensitiveLog: (obj: Address) => any;
924
+ /**
925
+ * @internal
926
+ */
927
+ export declare const AssociatePhoneNumbersWithVoiceConnectorRequestFilterSensitiveLog: (obj: AssociatePhoneNumbersWithVoiceConnectorRequest) => any;
928
+ /**
929
+ * @internal
930
+ */
931
+ export declare const PhoneNumberErrorFilterSensitiveLog: (obj: PhoneNumberError) => any;
932
+ /**
933
+ * @internal
934
+ */
935
+ export declare const AssociatePhoneNumbersWithVoiceConnectorResponseFilterSensitiveLog: (obj: AssociatePhoneNumbersWithVoiceConnectorResponse) => any;
936
+ /**
937
+ * @internal
938
+ */
939
+ export declare const AssociatePhoneNumbersWithVoiceConnectorGroupRequestFilterSensitiveLog: (obj: AssociatePhoneNumbersWithVoiceConnectorGroupRequest) => any;
940
+ /**
941
+ * @internal
942
+ */
943
+ export declare const AssociatePhoneNumbersWithVoiceConnectorGroupResponseFilterSensitiveLog: (obj: AssociatePhoneNumbersWithVoiceConnectorGroupResponse) => any;
944
+ /**
945
+ * @internal
946
+ */
947
+ export declare const BatchDeletePhoneNumberRequestFilterSensitiveLog: (obj: BatchDeletePhoneNumberRequest) => any;
948
+ /**
949
+ * @internal
950
+ */
951
+ export declare const BatchDeletePhoneNumberResponseFilterSensitiveLog: (obj: BatchDeletePhoneNumberResponse) => any;
952
+ /**
953
+ * @internal
954
+ */
955
+ export declare const UpdatePhoneNumberRequestItemFilterSensitiveLog: (obj: UpdatePhoneNumberRequestItem) => any;
956
+ /**
957
+ * @internal
958
+ */
959
+ export declare const BatchUpdatePhoneNumberRequestFilterSensitiveLog: (obj: BatchUpdatePhoneNumberRequest) => any;
960
+ /**
961
+ * @internal
962
+ */
963
+ export declare const BatchUpdatePhoneNumberResponseFilterSensitiveLog: (obj: BatchUpdatePhoneNumberResponse) => any;
964
+ /**
965
+ * @internal
966
+ */
967
+ export declare const CandidateAddressFilterSensitiveLog: (obj: CandidateAddress) => any;
968
+ /**
969
+ * @internal
970
+ */
971
+ export declare const CreatePhoneNumberOrderRequestFilterSensitiveLog: (obj: CreatePhoneNumberOrderRequest) => any;
972
+ /**
973
+ * @internal
974
+ */
975
+ export declare const OrderedPhoneNumberFilterSensitiveLog: (obj: OrderedPhoneNumber) => any;
976
+ /**
977
+ * @internal
978
+ */
979
+ export declare const PhoneNumberOrderFilterSensitiveLog: (obj: PhoneNumberOrder) => any;
980
+ /**
981
+ * @internal
982
+ */
983
+ export declare const CreatePhoneNumberOrderResponseFilterSensitiveLog: (obj: CreatePhoneNumberOrderResponse) => any;
984
+ /**
985
+ * @internal
986
+ */
987
+ export declare const GeoMatchParamsFilterSensitiveLog: (obj: GeoMatchParams) => any;
988
+ /**
989
+ * @internal
990
+ */
991
+ export declare const CreateProxySessionRequestFilterSensitiveLog: (obj: CreateProxySessionRequest) => any;
992
+ /**
993
+ * @internal
994
+ */
995
+ export declare const ParticipantFilterSensitiveLog: (obj: Participant) => any;
996
+ /**
997
+ * @internal
998
+ */
999
+ export declare const ProxySessionFilterSensitiveLog: (obj: ProxySession) => any;
1000
+ /**
1001
+ * @internal
1002
+ */
1003
+ export declare const CreateProxySessionResponseFilterSensitiveLog: (obj: CreateProxySessionResponse) => any;
1004
+ /**
1005
+ * @internal
1006
+ */
1007
+ export declare const SipMediaApplicationEndpointFilterSensitiveLog: (obj: SipMediaApplicationEndpoint) => any;
1008
+ /**
1009
+ * @internal
1010
+ */
1011
+ export declare const CreateSipMediaApplicationRequestFilterSensitiveLog: (obj: CreateSipMediaApplicationRequest) => any;
1012
+ /**
1013
+ * @internal
1014
+ */
1015
+ export declare const SipMediaApplicationFilterSensitiveLog: (obj: SipMediaApplication) => any;
1016
+ /**
1017
+ * @internal
1018
+ */
1019
+ export declare const CreateSipMediaApplicationResponseFilterSensitiveLog: (obj: CreateSipMediaApplicationResponse) => any;
1020
+ /**
1021
+ * @internal
1022
+ */
1023
+ export declare const CreateSipMediaApplicationCallRequestFilterSensitiveLog: (obj: CreateSipMediaApplicationCallRequest) => any;
1024
+ /**
1025
+ * @internal
1026
+ */
1027
+ export declare const SipMediaApplicationCallFilterSensitiveLog: (obj: SipMediaApplicationCall) => any;
1028
+ /**
1029
+ * @internal
1030
+ */
1031
+ export declare const CreateSipMediaApplicationCallResponseFilterSensitiveLog: (obj: CreateSipMediaApplicationCallResponse) => any;
1032
+ /**
1033
+ * @internal
1034
+ */
1035
+ export declare const SipRuleTargetApplicationFilterSensitiveLog: (obj: SipRuleTargetApplication) => any;
1036
+ /**
1037
+ * @internal
1038
+ */
1039
+ export declare const CreateSipRuleRequestFilterSensitiveLog: (obj: CreateSipRuleRequest) => any;
1040
+ /**
1041
+ * @internal
1042
+ */
1043
+ export declare const SipRuleFilterSensitiveLog: (obj: SipRule) => any;
1044
+ /**
1045
+ * @internal
1046
+ */
1047
+ export declare const CreateSipRuleResponseFilterSensitiveLog: (obj: CreateSipRuleResponse) => any;
1048
+ /**
1049
+ * @internal
1050
+ */
1051
+ export declare const CreateVoiceConnectorRequestFilterSensitiveLog: (obj: CreateVoiceConnectorRequest) => any;
1052
+ /**
1053
+ * @internal
1054
+ */
1055
+ export declare const VoiceConnectorFilterSensitiveLog: (obj: VoiceConnector) => any;
1056
+ /**
1057
+ * @internal
1058
+ */
1059
+ export declare const CreateVoiceConnectorResponseFilterSensitiveLog: (obj: CreateVoiceConnectorResponse) => any;
1060
+ /**
1061
+ * @internal
1062
+ */
1063
+ export declare const VoiceConnectorItemFilterSensitiveLog: (obj: VoiceConnectorItem) => any;
1064
+ /**
1065
+ * @internal
1066
+ */
1067
+ export declare const CreateVoiceConnectorGroupRequestFilterSensitiveLog: (obj: CreateVoiceConnectorGroupRequest) => any;
1068
+ /**
1069
+ * @internal
1070
+ */
1071
+ export declare const VoiceConnectorGroupFilterSensitiveLog: (obj: VoiceConnectorGroup) => any;
1072
+ /**
1073
+ * @internal
1074
+ */
1075
+ export declare const CreateVoiceConnectorGroupResponseFilterSensitiveLog: (obj: CreateVoiceConnectorGroupResponse) => any;
1076
+ /**
1077
+ * @internal
1078
+ */
1079
+ export declare const DeletePhoneNumberRequestFilterSensitiveLog: (obj: DeletePhoneNumberRequest) => any;
1080
+ /**
1081
+ * @internal
1082
+ */
1083
+ export declare const DeleteProxySessionRequestFilterSensitiveLog: (obj: DeleteProxySessionRequest) => any;
1084
+ /**
1085
+ * @internal
1086
+ */
1087
+ export declare const DeleteSipMediaApplicationRequestFilterSensitiveLog: (obj: DeleteSipMediaApplicationRequest) => any;
1088
+ /**
1089
+ * @internal
1090
+ */
1091
+ export declare const DeleteSipRuleRequestFilterSensitiveLog: (obj: DeleteSipRuleRequest) => any;
1092
+ /**
1093
+ * @internal
1094
+ */
1095
+ export declare const DeleteVoiceConnectorRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorRequest) => any;
1096
+ /**
1097
+ * @internal
1098
+ */
1099
+ export declare const DeleteVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorEmergencyCallingConfigurationRequest) => any;
1100
+ /**
1101
+ * @internal
1102
+ */
1103
+ export declare const DeleteVoiceConnectorGroupRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorGroupRequest) => any;
1104
+ /**
1105
+ * @internal
1106
+ */
1107
+ export declare const DeleteVoiceConnectorOriginationRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorOriginationRequest) => any;
1108
+ /**
1109
+ * @internal
1110
+ */
1111
+ export declare const DeleteVoiceConnectorProxyRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorProxyRequest) => any;
1112
+ /**
1113
+ * @internal
1114
+ */
1115
+ export declare const DeleteVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorStreamingConfigurationRequest) => any;
1116
+ /**
1117
+ * @internal
1118
+ */
1119
+ export declare const DeleteVoiceConnectorTerminationRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorTerminationRequest) => any;
1120
+ /**
1121
+ * @internal
1122
+ */
1123
+ export declare const DeleteVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorTerminationCredentialsRequest) => any;
1124
+ /**
1125
+ * @internal
1126
+ */
1127
+ export declare const DisassociatePhoneNumbersFromVoiceConnectorRequestFilterSensitiveLog: (obj: DisassociatePhoneNumbersFromVoiceConnectorRequest) => any;
1128
+ /**
1129
+ * @internal
1130
+ */
1131
+ export declare const DisassociatePhoneNumbersFromVoiceConnectorResponseFilterSensitiveLog: (obj: DisassociatePhoneNumbersFromVoiceConnectorResponse) => any;
1132
+ /**
1133
+ * @internal
1134
+ */
1135
+ export declare const DisassociatePhoneNumbersFromVoiceConnectorGroupRequestFilterSensitiveLog: (obj: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest) => any;
1136
+ /**
1137
+ * @internal
1138
+ */
1139
+ export declare const DisassociatePhoneNumbersFromVoiceConnectorGroupResponseFilterSensitiveLog: (obj: DisassociatePhoneNumbersFromVoiceConnectorGroupResponse) => any;
1140
+ /**
1141
+ * @internal
1142
+ */
1143
+ export declare const VoiceConnectorSettingsFilterSensitiveLog: (obj: VoiceConnectorSettings) => any;
1144
+ /**
1145
+ * @internal
1146
+ */
1147
+ export declare const GetGlobalSettingsResponseFilterSensitiveLog: (obj: GetGlobalSettingsResponse) => any;
1148
+ /**
1149
+ * @internal
1150
+ */
1151
+ export declare const GetPhoneNumberRequestFilterSensitiveLog: (obj: GetPhoneNumberRequest) => any;
1152
+ /**
1153
+ * @internal
1154
+ */
1155
+ export declare const PhoneNumberAssociationFilterSensitiveLog: (obj: PhoneNumberAssociation) => any;
1156
+ /**
1157
+ * @internal
1158
+ */
1159
+ export declare const PhoneNumberCapabilitiesFilterSensitiveLog: (obj: PhoneNumberCapabilities) => any;
1160
+ /**
1161
+ * @internal
1162
+ */
1163
+ export declare const PhoneNumberFilterSensitiveLog: (obj: PhoneNumber) => any;
1164
+ /**
1165
+ * @internal
1166
+ */
1167
+ export declare const GetPhoneNumberResponseFilterSensitiveLog: (obj: GetPhoneNumberResponse) => any;
1168
+ /**
1169
+ * @internal
1170
+ */
1171
+ export declare const GetPhoneNumberOrderRequestFilterSensitiveLog: (obj: GetPhoneNumberOrderRequest) => any;
1172
+ /**
1173
+ * @internal
1174
+ */
1175
+ export declare const GetPhoneNumberOrderResponseFilterSensitiveLog: (obj: GetPhoneNumberOrderResponse) => any;
1176
+ /**
1177
+ * @internal
1178
+ */
1179
+ export declare const GetPhoneNumberSettingsResponseFilterSensitiveLog: (obj: GetPhoneNumberSettingsResponse) => any;
1180
+ /**
1181
+ * @internal
1182
+ */
1183
+ export declare const GetProxySessionRequestFilterSensitiveLog: (obj: GetProxySessionRequest) => any;
1184
+ /**
1185
+ * @internal
1186
+ */
1187
+ export declare const GetProxySessionResponseFilterSensitiveLog: (obj: GetProxySessionResponse) => any;
1188
+ /**
1189
+ * @internal
1190
+ */
1191
+ export declare const GetSipMediaApplicationRequestFilterSensitiveLog: (obj: GetSipMediaApplicationRequest) => any;
1192
+ /**
1193
+ * @internal
1194
+ */
1195
+ export declare const GetSipMediaApplicationResponseFilterSensitiveLog: (obj: GetSipMediaApplicationResponse) => any;
1196
+ /**
1197
+ * @internal
1198
+ */
1199
+ export declare const GetSipMediaApplicationAlexaSkillConfigurationRequestFilterSensitiveLog: (obj: GetSipMediaApplicationAlexaSkillConfigurationRequest) => any;
1200
+ /**
1201
+ * @internal
1202
+ */
1203
+ export declare const SipMediaApplicationAlexaSkillConfigurationFilterSensitiveLog: (obj: SipMediaApplicationAlexaSkillConfiguration) => any;
1204
+ /**
1205
+ * @internal
1206
+ */
1207
+ export declare const GetSipMediaApplicationAlexaSkillConfigurationResponseFilterSensitiveLog: (obj: GetSipMediaApplicationAlexaSkillConfigurationResponse) => any;
1208
+ /**
1209
+ * @internal
1210
+ */
1211
+ export declare const GetSipMediaApplicationLoggingConfigurationRequestFilterSensitiveLog: (obj: GetSipMediaApplicationLoggingConfigurationRequest) => any;
1212
+ /**
1213
+ * @internal
1214
+ */
1215
+ export declare const SipMediaApplicationLoggingConfigurationFilterSensitiveLog: (obj: SipMediaApplicationLoggingConfiguration) => any;
1216
+ /**
1217
+ * @internal
1218
+ */
1219
+ export declare const GetSipMediaApplicationLoggingConfigurationResponseFilterSensitiveLog: (obj: GetSipMediaApplicationLoggingConfigurationResponse) => any;
1220
+ /**
1221
+ * @internal
1222
+ */
1223
+ export declare const GetSipRuleRequestFilterSensitiveLog: (obj: GetSipRuleRequest) => any;
1224
+ /**
1225
+ * @internal
1226
+ */
1227
+ export declare const GetSipRuleResponseFilterSensitiveLog: (obj: GetSipRuleResponse) => any;
1228
+ /**
1229
+ * @internal
1230
+ */
1231
+ export declare const GetVoiceConnectorRequestFilterSensitiveLog: (obj: GetVoiceConnectorRequest) => any;
1232
+ /**
1233
+ * @internal
1234
+ */
1235
+ export declare const GetVoiceConnectorResponseFilterSensitiveLog: (obj: GetVoiceConnectorResponse) => any;
1236
+ /**
1237
+ * @internal
1238
+ */
1239
+ export declare const GetVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (obj: GetVoiceConnectorEmergencyCallingConfigurationRequest) => any;
1240
+ /**
1241
+ * @internal
1242
+ */
1243
+ export declare const DNISEmergencyCallingConfigurationFilterSensitiveLog: (obj: DNISEmergencyCallingConfiguration) => any;
1244
+ /**
1245
+ * @internal
1246
+ */
1247
+ export declare const EmergencyCallingConfigurationFilterSensitiveLog: (obj: EmergencyCallingConfiguration) => any;
1248
+ /**
1249
+ * @internal
1250
+ */
1251
+ export declare const GetVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog: (obj: GetVoiceConnectorEmergencyCallingConfigurationResponse) => any;
1252
+ /**
1253
+ * @internal
1254
+ */
1255
+ export declare const GetVoiceConnectorGroupRequestFilterSensitiveLog: (obj: GetVoiceConnectorGroupRequest) => any;
1256
+ /**
1257
+ * @internal
1258
+ */
1259
+ export declare const GetVoiceConnectorGroupResponseFilterSensitiveLog: (obj: GetVoiceConnectorGroupResponse) => any;
1260
+ /**
1261
+ * @internal
1262
+ */
1263
+ export declare const GetVoiceConnectorLoggingConfigurationRequestFilterSensitiveLog: (obj: GetVoiceConnectorLoggingConfigurationRequest) => any;
1264
+ /**
1265
+ * @internal
1266
+ */
1267
+ export declare const LoggingConfigurationFilterSensitiveLog: (obj: LoggingConfiguration) => any;
1268
+ /**
1269
+ * @internal
1270
+ */
1271
+ export declare const GetVoiceConnectorLoggingConfigurationResponseFilterSensitiveLog: (obj: GetVoiceConnectorLoggingConfigurationResponse) => any;
1272
+ /**
1273
+ * @internal
1274
+ */
1275
+ export declare const GetVoiceConnectorOriginationRequestFilterSensitiveLog: (obj: GetVoiceConnectorOriginationRequest) => any;
1276
+ /**
1277
+ * @internal
1278
+ */
1279
+ export declare const OriginationRouteFilterSensitiveLog: (obj: OriginationRoute) => any;
1280
+ /**
1281
+ * @internal
1282
+ */
1283
+ export declare const OriginationFilterSensitiveLog: (obj: Origination) => any;
1284
+ /**
1285
+ * @internal
1286
+ */
1287
+ export declare const GetVoiceConnectorOriginationResponseFilterSensitiveLog: (obj: GetVoiceConnectorOriginationResponse) => any;
1288
+ /**
1289
+ * @internal
1290
+ */
1291
+ export declare const GetVoiceConnectorProxyRequestFilterSensitiveLog: (obj: GetVoiceConnectorProxyRequest) => any;
1292
+ /**
1293
+ * @internal
1294
+ */
1295
+ export declare const ProxyFilterSensitiveLog: (obj: Proxy) => any;
1296
+ /**
1297
+ * @internal
1298
+ */
1299
+ export declare const GetVoiceConnectorProxyResponseFilterSensitiveLog: (obj: GetVoiceConnectorProxyResponse) => any;
1300
+ /**
1301
+ * @internal
1302
+ */
1303
+ export declare const GetVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (obj: GetVoiceConnectorStreamingConfigurationRequest) => any;
1304
+ /**
1305
+ * @internal
1306
+ */
1307
+ export declare const StreamingNotificationTargetFilterSensitiveLog: (obj: StreamingNotificationTarget) => any;
1308
+ /**
1309
+ * @internal
1310
+ */
1311
+ export declare const StreamingConfigurationFilterSensitiveLog: (obj: StreamingConfiguration) => any;
1312
+ /**
1313
+ * @internal
1314
+ */
1315
+ export declare const GetVoiceConnectorStreamingConfigurationResponseFilterSensitiveLog: (obj: GetVoiceConnectorStreamingConfigurationResponse) => any;
1316
+ /**
1317
+ * @internal
1318
+ */
1319
+ export declare const GetVoiceConnectorTerminationRequestFilterSensitiveLog: (obj: GetVoiceConnectorTerminationRequest) => any;
1320
+ /**
1321
+ * @internal
1322
+ */
1323
+ export declare const TerminationFilterSensitiveLog: (obj: Termination) => any;
1324
+ /**
1325
+ * @internal
1326
+ */
1327
+ export declare const GetVoiceConnectorTerminationResponseFilterSensitiveLog: (obj: GetVoiceConnectorTerminationResponse) => any;
1328
+ /**
1329
+ * @internal
1330
+ */
1331
+ export declare const GetVoiceConnectorTerminationHealthRequestFilterSensitiveLog: (obj: GetVoiceConnectorTerminationHealthRequest) => any;
1332
+ /**
1333
+ * @internal
1334
+ */
1335
+ export declare const TerminationHealthFilterSensitiveLog: (obj: TerminationHealth) => any;
1336
+ /**
1337
+ * @internal
1338
+ */
1339
+ export declare const GetVoiceConnectorTerminationHealthResponseFilterSensitiveLog: (obj: GetVoiceConnectorTerminationHealthResponse) => any;
1340
+ /**
1341
+ * @internal
1342
+ */
1343
+ export declare const ListAvailableVoiceConnectorRegionsResponseFilterSensitiveLog: (obj: ListAvailableVoiceConnectorRegionsResponse) => any;
1344
+ /**
1345
+ * @internal
1346
+ */
1347
+ export declare const ListPhoneNumberOrdersRequestFilterSensitiveLog: (obj: ListPhoneNumberOrdersRequest) => any;
1348
+ /**
1349
+ * @internal
1350
+ */
1351
+ export declare const ListPhoneNumberOrdersResponseFilterSensitiveLog: (obj: ListPhoneNumberOrdersResponse) => any;
1352
+ /**
1353
+ * @internal
1354
+ */
1355
+ export declare const ListPhoneNumbersRequestFilterSensitiveLog: (obj: ListPhoneNumbersRequest) => any;
1356
+ /**
1357
+ * @internal
1358
+ */
1359
+ export declare const ListPhoneNumbersResponseFilterSensitiveLog: (obj: ListPhoneNumbersResponse) => any;
1360
+ /**
1361
+ * @internal
1362
+ */
1363
+ export declare const ListProxySessionsRequestFilterSensitiveLog: (obj: ListProxySessionsRequest) => any;
1364
+ /**
1365
+ * @internal
1366
+ */
1367
+ export declare const ListProxySessionsResponseFilterSensitiveLog: (obj: ListProxySessionsResponse) => any;
1368
+ /**
1369
+ * @internal
1370
+ */
1371
+ export declare const ListSipMediaApplicationsRequestFilterSensitiveLog: (obj: ListSipMediaApplicationsRequest) => any;
1372
+ /**
1373
+ * @internal
1374
+ */
1375
+ export declare const ListSipMediaApplicationsResponseFilterSensitiveLog: (obj: ListSipMediaApplicationsResponse) => any;
1376
+ /**
1377
+ * @internal
1378
+ */
1379
+ export declare const ListSipRulesRequestFilterSensitiveLog: (obj: ListSipRulesRequest) => any;
1380
+ /**
1381
+ * @internal
1382
+ */
1383
+ export declare const ListSipRulesResponseFilterSensitiveLog: (obj: ListSipRulesResponse) => any;
1384
+ /**
1385
+ * @internal
1386
+ */
1387
+ export declare const ListSupportedPhoneNumberCountriesRequestFilterSensitiveLog: (obj: ListSupportedPhoneNumberCountriesRequest) => any;
1388
+ /**
1389
+ * @internal
1390
+ */
1391
+ export declare const PhoneNumberCountryFilterSensitiveLog: (obj: PhoneNumberCountry) => any;
1392
+ /**
1393
+ * @internal
1394
+ */
1395
+ export declare const ListSupportedPhoneNumberCountriesResponseFilterSensitiveLog: (obj: ListSupportedPhoneNumberCountriesResponse) => any;
1396
+ /**
1397
+ * @internal
1398
+ */
1399
+ export declare const ListVoiceConnectorGroupsRequestFilterSensitiveLog: (obj: ListVoiceConnectorGroupsRequest) => any;
1400
+ /**
1401
+ * @internal
1402
+ */
1403
+ export declare const ListVoiceConnectorGroupsResponseFilterSensitiveLog: (obj: ListVoiceConnectorGroupsResponse) => any;
1404
+ /**
1405
+ * @internal
1406
+ */
1407
+ export declare const ListVoiceConnectorsRequestFilterSensitiveLog: (obj: ListVoiceConnectorsRequest) => any;
1408
+ /**
1409
+ * @internal
1410
+ */
1411
+ export declare const ListVoiceConnectorsResponseFilterSensitiveLog: (obj: ListVoiceConnectorsResponse) => any;
1412
+ /**
1413
+ * @internal
1414
+ */
1415
+ export declare const ListVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (obj: ListVoiceConnectorTerminationCredentialsRequest) => any;
1416
+ /**
1417
+ * @internal
1418
+ */
1419
+ export declare const ListVoiceConnectorTerminationCredentialsResponseFilterSensitiveLog: (obj: ListVoiceConnectorTerminationCredentialsResponse) => any;
1420
+ /**
1421
+ * @internal
1422
+ */
1423
+ export declare const PutSipMediaApplicationAlexaSkillConfigurationRequestFilterSensitiveLog: (obj: PutSipMediaApplicationAlexaSkillConfigurationRequest) => any;
1424
+ /**
1425
+ * @internal
1426
+ */
1427
+ export declare const PutSipMediaApplicationAlexaSkillConfigurationResponseFilterSensitiveLog: (obj: PutSipMediaApplicationAlexaSkillConfigurationResponse) => any;
1428
+ /**
1429
+ * @internal
1430
+ */
1431
+ export declare const PutSipMediaApplicationLoggingConfigurationRequestFilterSensitiveLog: (obj: PutSipMediaApplicationLoggingConfigurationRequest) => any;
1432
+ /**
1433
+ * @internal
1434
+ */
1435
+ export declare const PutSipMediaApplicationLoggingConfigurationResponseFilterSensitiveLog: (obj: PutSipMediaApplicationLoggingConfigurationResponse) => any;
1436
+ /**
1437
+ * @internal
1438
+ */
1439
+ export declare const PutVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (obj: PutVoiceConnectorEmergencyCallingConfigurationRequest) => any;
1440
+ /**
1441
+ * @internal
1442
+ */
1443
+ export declare const PutVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog: (obj: PutVoiceConnectorEmergencyCallingConfigurationResponse) => any;
1444
+ /**
1445
+ * @internal
1446
+ */
1447
+ export declare const PutVoiceConnectorLoggingConfigurationRequestFilterSensitiveLog: (obj: PutVoiceConnectorLoggingConfigurationRequest) => any;
1448
+ /**
1449
+ * @internal
1450
+ */
1451
+ export declare const PutVoiceConnectorLoggingConfigurationResponseFilterSensitiveLog: (obj: PutVoiceConnectorLoggingConfigurationResponse) => any;
1452
+ /**
1453
+ * @internal
1454
+ */
1455
+ export declare const PutVoiceConnectorOriginationRequestFilterSensitiveLog: (obj: PutVoiceConnectorOriginationRequest) => any;
1456
+ /**
1457
+ * @internal
1458
+ */
1459
+ export declare const PutVoiceConnectorOriginationResponseFilterSensitiveLog: (obj: PutVoiceConnectorOriginationResponse) => any;
1460
+ /**
1461
+ * @internal
1462
+ */
1463
+ export declare const PutVoiceConnectorProxyRequestFilterSensitiveLog: (obj: PutVoiceConnectorProxyRequest) => any;
1464
+ /**
1465
+ * @internal
1466
+ */
1467
+ export declare const PutVoiceConnectorProxyResponseFilterSensitiveLog: (obj: PutVoiceConnectorProxyResponse) => any;
1468
+ /**
1469
+ * @internal
1470
+ */
1471
+ export declare const PutVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (obj: PutVoiceConnectorStreamingConfigurationRequest) => any;
1472
+ /**
1473
+ * @internal
1474
+ */
1475
+ export declare const PutVoiceConnectorStreamingConfigurationResponseFilterSensitiveLog: (obj: PutVoiceConnectorStreamingConfigurationResponse) => any;
1476
+ /**
1477
+ * @internal
1478
+ */
1479
+ export declare const PutVoiceConnectorTerminationRequestFilterSensitiveLog: (obj: PutVoiceConnectorTerminationRequest) => any;
1480
+ /**
1481
+ * @internal
1482
+ */
1483
+ export declare const PutVoiceConnectorTerminationResponseFilterSensitiveLog: (obj: PutVoiceConnectorTerminationResponse) => any;
1484
+ /**
1485
+ * @internal
1486
+ */
1487
+ export declare const CredentialFilterSensitiveLog: (obj: Credential) => any;
1488
+ /**
1489
+ * @internal
1490
+ */
1491
+ export declare const PutVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (obj: PutVoiceConnectorTerminationCredentialsRequest) => any;
1492
+ /**
1493
+ * @internal
1494
+ */
1495
+ export declare const RestorePhoneNumberRequestFilterSensitiveLog: (obj: RestorePhoneNumberRequest) => any;
1496
+ /**
1497
+ * @internal
1498
+ */
1499
+ export declare const RestorePhoneNumberResponseFilterSensitiveLog: (obj: RestorePhoneNumberResponse) => any;
1500
+ /**
1501
+ * @internal
1502
+ */
1503
+ export declare const SearchAvailablePhoneNumbersRequestFilterSensitiveLog: (obj: SearchAvailablePhoneNumbersRequest) => any;
1504
+ /**
1505
+ * @internal
1506
+ */
1507
+ export declare const SearchAvailablePhoneNumbersResponseFilterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
1508
+ /**
1509
+ * @internal
1510
+ */
1511
+ export declare const UpdateGlobalSettingsRequestFilterSensitiveLog: (obj: UpdateGlobalSettingsRequest) => any;
1512
+ /**
1513
+ * @internal
1514
+ */
1515
+ export declare const UpdatePhoneNumberRequestFilterSensitiveLog: (obj: UpdatePhoneNumberRequest) => any;
1516
+ /**
1517
+ * @internal
1518
+ */
1519
+ export declare const UpdatePhoneNumberResponseFilterSensitiveLog: (obj: UpdatePhoneNumberResponse) => any;
1520
+ /**
1521
+ * @internal
1522
+ */
1523
+ export declare const UpdatePhoneNumberSettingsRequestFilterSensitiveLog: (obj: UpdatePhoneNumberSettingsRequest) => any;
1524
+ /**
1525
+ * @internal
1526
+ */
1527
+ export declare const UpdateProxySessionRequestFilterSensitiveLog: (obj: UpdateProxySessionRequest) => any;
1528
+ /**
1529
+ * @internal
1530
+ */
1531
+ export declare const UpdateProxySessionResponseFilterSensitiveLog: (obj: UpdateProxySessionResponse) => any;
1532
+ /**
1533
+ * @internal
1534
+ */
1535
+ export declare const UpdateSipMediaApplicationRequestFilterSensitiveLog: (obj: UpdateSipMediaApplicationRequest) => any;
1536
+ /**
1537
+ * @internal
1538
+ */
1539
+ export declare const UpdateSipMediaApplicationResponseFilterSensitiveLog: (obj: UpdateSipMediaApplicationResponse) => any;
1540
+ /**
1541
+ * @internal
1542
+ */
1543
+ export declare const UpdateSipMediaApplicationCallRequestFilterSensitiveLog: (obj: UpdateSipMediaApplicationCallRequest) => any;
1544
+ /**
1545
+ * @internal
1546
+ */
1547
+ export declare const UpdateSipMediaApplicationCallResponseFilterSensitiveLog: (obj: UpdateSipMediaApplicationCallResponse) => any;
1548
+ /**
1549
+ * @internal
1550
+ */
1551
+ export declare const UpdateSipRuleRequestFilterSensitiveLog: (obj: UpdateSipRuleRequest) => any;
1552
+ /**
1553
+ * @internal
1554
+ */
1555
+ export declare const UpdateSipRuleResponseFilterSensitiveLog: (obj: UpdateSipRuleResponse) => any;
1556
+ /**
1557
+ * @internal
1558
+ */
1559
+ export declare const UpdateVoiceConnectorRequestFilterSensitiveLog: (obj: UpdateVoiceConnectorRequest) => any;
1560
+ /**
1561
+ * @internal
1562
+ */
1563
+ export declare const UpdateVoiceConnectorResponseFilterSensitiveLog: (obj: UpdateVoiceConnectorResponse) => any;
1564
+ /**
1565
+ * @internal
1566
+ */
1567
+ export declare const UpdateVoiceConnectorGroupRequestFilterSensitiveLog: (obj: UpdateVoiceConnectorGroupRequest) => any;
1568
+ /**
1569
+ * @internal
1570
+ */
1571
+ export declare const UpdateVoiceConnectorGroupResponseFilterSensitiveLog: (obj: UpdateVoiceConnectorGroupResponse) => any;
1572
+ /**
1573
+ * @internal
1574
+ */
1575
+ export declare const ValidateE911AddressRequestFilterSensitiveLog: (obj: ValidateE911AddressRequest) => any;
1576
+ /**
1577
+ * @internal
1578
+ */
1579
+ export declare const ValidateE911AddressResponseFilterSensitiveLog: (obj: ValidateE911AddressResponse) => any;