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