@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.
- package/LICENSE +201 -0
- package/README.md +206 -0
- package/dist-cjs/ChimeSDKVoice.js +1117 -0
- package/dist-cjs/ChimeSDKVoiceClient.js +40 -0
- package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +46 -0
- package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +46 -0
- package/dist-cjs/commands/BatchDeletePhoneNumberCommand.js +46 -0
- package/dist-cjs/commands/BatchUpdatePhoneNumberCommand.js +46 -0
- package/dist-cjs/commands/CreatePhoneNumberOrderCommand.js +46 -0
- package/dist-cjs/commands/CreateProxySessionCommand.js +46 -0
- package/dist-cjs/commands/CreateSipMediaApplicationCallCommand.js +46 -0
- package/dist-cjs/commands/CreateSipMediaApplicationCommand.js +46 -0
- package/dist-cjs/commands/CreateSipRuleCommand.js +46 -0
- package/dist-cjs/commands/CreateVoiceConnectorCommand.js +46 -0
- package/dist-cjs/commands/CreateVoiceConnectorGroupCommand.js +46 -0
- package/dist-cjs/commands/DeletePhoneNumberCommand.js +46 -0
- package/dist-cjs/commands/DeleteProxySessionCommand.js +46 -0
- package/dist-cjs/commands/DeleteSipMediaApplicationCommand.js +46 -0
- package/dist-cjs/commands/DeleteSipRuleCommand.js +46 -0
- package/dist-cjs/commands/DeleteVoiceConnectorCommand.js +46 -0
- package/dist-cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DeleteVoiceConnectorGroupCommand.js +46 -0
- package/dist-cjs/commands/DeleteVoiceConnectorOriginationCommand.js +46 -0
- package/dist-cjs/commands/DeleteVoiceConnectorProxyCommand.js +46 -0
- package/dist-cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DeleteVoiceConnectorTerminationCommand.js +46 -0
- package/dist-cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +46 -0
- package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +46 -0
- package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +46 -0
- package/dist-cjs/commands/GetGlobalSettingsCommand.js +46 -0
- package/dist-cjs/commands/GetPhoneNumberCommand.js +46 -0
- package/dist-cjs/commands/GetPhoneNumberOrderCommand.js +46 -0
- package/dist-cjs/commands/GetPhoneNumberSettingsCommand.js +46 -0
- package/dist-cjs/commands/GetProxySessionCommand.js +46 -0
- package/dist-cjs/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetSipMediaApplicationCommand.js +46 -0
- package/dist-cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetSipRuleCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorGroupCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorOriginationCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorProxyCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorTerminationCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceConnectorTerminationHealthCommand.js +46 -0
- package/dist-cjs/commands/ListAvailableVoiceConnectorRegionsCommand.js +46 -0
- package/dist-cjs/commands/ListPhoneNumberOrdersCommand.js +46 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +46 -0
- package/dist-cjs/commands/ListProxySessionsCommand.js +46 -0
- package/dist-cjs/commands/ListSipMediaApplicationsCommand.js +46 -0
- package/dist-cjs/commands/ListSipRulesCommand.js +46 -0
- package/dist-cjs/commands/ListSupportedPhoneNumberCountriesCommand.js +46 -0
- package/dist-cjs/commands/ListVoiceConnectorGroupsCommand.js +46 -0
- package/dist-cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js +46 -0
- package/dist-cjs/commands/ListVoiceConnectorsCommand.js +46 -0
- package/dist-cjs/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.js +46 -0
- package/dist-cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/PutVoiceConnectorOriginationCommand.js +46 -0
- package/dist-cjs/commands/PutVoiceConnectorProxyCommand.js +46 -0
- package/dist-cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/PutVoiceConnectorTerminationCommand.js +46 -0
- package/dist-cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js +46 -0
- package/dist-cjs/commands/RestorePhoneNumberCommand.js +46 -0
- package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +46 -0
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +46 -0
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js +46 -0
- package/dist-cjs/commands/UpdatePhoneNumberSettingsCommand.js +46 -0
- package/dist-cjs/commands/UpdateProxySessionCommand.js +46 -0
- package/dist-cjs/commands/UpdateSipMediaApplicationCallCommand.js +46 -0
- package/dist-cjs/commands/UpdateSipMediaApplicationCommand.js +46 -0
- package/dist-cjs/commands/UpdateSipRuleCommand.js +46 -0
- package/dist-cjs/commands/UpdateVoiceConnectorCommand.js +46 -0
- package/dist-cjs/commands/UpdateVoiceConnectorGroupCommand.js +46 -0
- package/dist-cjs/commands/ValidateE911AddressCommand.js +46 -0
- package/dist-cjs/commands/index.js +77 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/ChimeSDKVoiceServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1092 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListPhoneNumberOrdersPaginator.js +36 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +36 -0
- package/dist-cjs/pagination/ListProxySessionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSipMediaApplicationsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSipRulesPaginator.js +36 -0
- package/dist-cjs/pagination/ListVoiceConnectorGroupsPaginator.js +36 -0
- package/dist-cjs/pagination/ListVoiceConnectorsPaginator.js +36 -0
- package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_restJson1.js +6595 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/ChimeSDKVoice.js +1113 -0
- package/dist-es/ChimeSDKVoiceClient.js +36 -0
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +42 -0
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +42 -0
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +42 -0
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +42 -0
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +42 -0
- package/dist-es/commands/CreateProxySessionCommand.js +42 -0
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +42 -0
- package/dist-es/commands/CreateSipMediaApplicationCommand.js +42 -0
- package/dist-es/commands/CreateSipRuleCommand.js +42 -0
- package/dist-es/commands/CreateVoiceConnectorCommand.js +42 -0
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +42 -0
- package/dist-es/commands/DeletePhoneNumberCommand.js +42 -0
- package/dist-es/commands/DeleteProxySessionCommand.js +42 -0
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js +42 -0
- package/dist-es/commands/DeleteSipRuleCommand.js +42 -0
- package/dist-es/commands/DeleteVoiceConnectorCommand.js +42 -0
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +42 -0
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +42 -0
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +42 -0
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +42 -0
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +42 -0
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +42 -0
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +42 -0
- package/dist-es/commands/GetGlobalSettingsCommand.js +42 -0
- package/dist-es/commands/GetPhoneNumberCommand.js +42 -0
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +42 -0
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +42 -0
- package/dist-es/commands/GetProxySessionCommand.js +42 -0
- package/dist-es/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.js +42 -0
- package/dist-es/commands/GetSipMediaApplicationCommand.js +42 -0
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +42 -0
- package/dist-es/commands/GetSipRuleCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +42 -0
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +42 -0
- package/dist-es/commands/ListAvailableVoiceConnectorRegionsCommand.js +42 -0
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +42 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +42 -0
- package/dist-es/commands/ListProxySessionsCommand.js +42 -0
- package/dist-es/commands/ListSipMediaApplicationsCommand.js +42 -0
- package/dist-es/commands/ListSipRulesCommand.js +42 -0
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +42 -0
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +42 -0
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +42 -0
- package/dist-es/commands/ListVoiceConnectorsCommand.js +42 -0
- package/dist-es/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.js +42 -0
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +42 -0
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +42 -0
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +42 -0
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +42 -0
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js +42 -0
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +42 -0
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +42 -0
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +42 -0
- package/dist-es/commands/RestorePhoneNumberCommand.js +42 -0
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +42 -0
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +42 -0
- package/dist-es/commands/UpdatePhoneNumberCommand.js +42 -0
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +42 -0
- package/dist-es/commands/UpdateProxySessionCommand.js +42 -0
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +42 -0
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js +42 -0
- package/dist-es/commands/UpdateSipRuleCommand.js +42 -0
- package/dist-es/commands/UpdateVoiceConnectorCommand.js +42 -0
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +42 -0
- package/dist-es/commands/ValidateE911AddressCommand.js +42 -0
- package/dist-es/commands/index.js +74 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/ChimeSDKVoiceServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +911 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListPhoneNumberOrdersPaginator.js +32 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +32 -0
- package/dist-es/pagination/ListProxySessionsPaginator.js +32 -0
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +32 -0
- package/dist-es/pagination/ListSipRulesPaginator.js +32 -0
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +32 -0
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js +32 -0
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +32 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_restJson1.js +6442 -0
- package/dist-es/runtimeConfig.browser.js +37 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/ChimeSDKVoice.d.ts +300 -0
- package/dist-types/ChimeSDKVoiceClient.d.ts +212 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +20 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +20 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +20 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +20 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +20 -0
- package/dist-types/commands/CreateProxySessionCommand.d.ts +20 -0
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +20 -0
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +20 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +20 -0
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +20 -0
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +20 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +20 -0
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +20 -0
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +20 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +20 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +20 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +20 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +20 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +20 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +20 -0
- package/dist-types/commands/GetProxySessionCommand.d.ts +20 -0
- package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +20 -0
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/GetSipRuleCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +20 -0
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +20 -0
- package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +20 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +20 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +20 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +20 -0
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +20 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +20 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +20 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +20 -0
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +20 -0
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +20 -0
- package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +20 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +20 -0
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +20 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +20 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +20 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +20 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +20 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +20 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +20 -0
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +20 -0
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +20 -0
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +20 -0
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +20 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +20 -0
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +20 -0
- package/dist-types/commands/index.d.ts +74 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/ChimeSDKVoiceServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1579 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListPhoneNumberOrdersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProxySessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSipRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +224 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/ChimeSDKVoice.d.ts +1394 -0
- package/dist-types/ts3.4/ChimeSDKVoiceClient.d.ts +556 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +74 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ChimeSDKVoiceServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1380 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +893 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +86 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +86 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +75 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- package/package.json +101 -0
|
@@ -0,0 +1,556 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RegionInputConfig,
|
|
3
|
+
RegionResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
9
|
+
import {
|
|
10
|
+
HostHeaderInputConfig,
|
|
11
|
+
HostHeaderResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-host-header";
|
|
13
|
+
import {
|
|
14
|
+
RetryInputConfig,
|
|
15
|
+
RetryResolvedConfig,
|
|
16
|
+
} from "@aws-sdk/middleware-retry";
|
|
17
|
+
import {
|
|
18
|
+
AwsAuthInputConfig,
|
|
19
|
+
AwsAuthResolvedConfig,
|
|
20
|
+
} from "@aws-sdk/middleware-signing";
|
|
21
|
+
import {
|
|
22
|
+
UserAgentInputConfig,
|
|
23
|
+
UserAgentResolvedConfig,
|
|
24
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
|
+
import {
|
|
27
|
+
Client as __Client,
|
|
28
|
+
DefaultsMode,
|
|
29
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
30
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
31
|
+
} from "@aws-sdk/smithy-client";
|
|
32
|
+
import {
|
|
33
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
Credentials as __Credentials,
|
|
35
|
+
Decoder as __Decoder,
|
|
36
|
+
Encoder as __Encoder,
|
|
37
|
+
HashConstructor as __HashConstructor,
|
|
38
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
39
|
+
Logger as __Logger,
|
|
40
|
+
Provider as __Provider,
|
|
41
|
+
Provider,
|
|
42
|
+
StreamCollector as __StreamCollector,
|
|
43
|
+
UrlParser as __UrlParser,
|
|
44
|
+
UserAgent as __UserAgent,
|
|
45
|
+
} from "@aws-sdk/types";
|
|
46
|
+
import {
|
|
47
|
+
AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
48
|
+
AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
|
|
49
|
+
} from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
|
|
50
|
+
import {
|
|
51
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
52
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
|
|
53
|
+
} from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
|
|
54
|
+
import {
|
|
55
|
+
BatchDeletePhoneNumberCommandInput,
|
|
56
|
+
BatchDeletePhoneNumberCommandOutput,
|
|
57
|
+
} from "./commands/BatchDeletePhoneNumberCommand";
|
|
58
|
+
import {
|
|
59
|
+
BatchUpdatePhoneNumberCommandInput,
|
|
60
|
+
BatchUpdatePhoneNumberCommandOutput,
|
|
61
|
+
} from "./commands/BatchUpdatePhoneNumberCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreatePhoneNumberOrderCommandInput,
|
|
64
|
+
CreatePhoneNumberOrderCommandOutput,
|
|
65
|
+
} from "./commands/CreatePhoneNumberOrderCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateProxySessionCommandInput,
|
|
68
|
+
CreateProxySessionCommandOutput,
|
|
69
|
+
} from "./commands/CreateProxySessionCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateSipMediaApplicationCallCommandInput,
|
|
72
|
+
CreateSipMediaApplicationCallCommandOutput,
|
|
73
|
+
} from "./commands/CreateSipMediaApplicationCallCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateSipMediaApplicationCommandInput,
|
|
76
|
+
CreateSipMediaApplicationCommandOutput,
|
|
77
|
+
} from "./commands/CreateSipMediaApplicationCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateSipRuleCommandInput,
|
|
80
|
+
CreateSipRuleCommandOutput,
|
|
81
|
+
} from "./commands/CreateSipRuleCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateVoiceConnectorCommandInput,
|
|
84
|
+
CreateVoiceConnectorCommandOutput,
|
|
85
|
+
} from "./commands/CreateVoiceConnectorCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateVoiceConnectorGroupCommandInput,
|
|
88
|
+
CreateVoiceConnectorGroupCommandOutput,
|
|
89
|
+
} from "./commands/CreateVoiceConnectorGroupCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeletePhoneNumberCommandInput,
|
|
92
|
+
DeletePhoneNumberCommandOutput,
|
|
93
|
+
} from "./commands/DeletePhoneNumberCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteProxySessionCommandInput,
|
|
96
|
+
DeleteProxySessionCommandOutput,
|
|
97
|
+
} from "./commands/DeleteProxySessionCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteSipMediaApplicationCommandInput,
|
|
100
|
+
DeleteSipMediaApplicationCommandOutput,
|
|
101
|
+
} from "./commands/DeleteSipMediaApplicationCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteSipRuleCommandInput,
|
|
104
|
+
DeleteSipRuleCommandOutput,
|
|
105
|
+
} from "./commands/DeleteSipRuleCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteVoiceConnectorCommandInput,
|
|
108
|
+
DeleteVoiceConnectorCommandOutput,
|
|
109
|
+
} from "./commands/DeleteVoiceConnectorCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
112
|
+
DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
113
|
+
} from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteVoiceConnectorGroupCommandInput,
|
|
116
|
+
DeleteVoiceConnectorGroupCommandOutput,
|
|
117
|
+
} from "./commands/DeleteVoiceConnectorGroupCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteVoiceConnectorOriginationCommandInput,
|
|
120
|
+
DeleteVoiceConnectorOriginationCommandOutput,
|
|
121
|
+
} from "./commands/DeleteVoiceConnectorOriginationCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteVoiceConnectorProxyCommandInput,
|
|
124
|
+
DeleteVoiceConnectorProxyCommandOutput,
|
|
125
|
+
} from "./commands/DeleteVoiceConnectorProxyCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
128
|
+
DeleteVoiceConnectorStreamingConfigurationCommandOutput,
|
|
129
|
+
} from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteVoiceConnectorTerminationCommandInput,
|
|
132
|
+
DeleteVoiceConnectorTerminationCommandOutput,
|
|
133
|
+
} from "./commands/DeleteVoiceConnectorTerminationCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
136
|
+
DeleteVoiceConnectorTerminationCredentialsCommandOutput,
|
|
137
|
+
} from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
138
|
+
import {
|
|
139
|
+
DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
140
|
+
DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
|
|
141
|
+
} from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
142
|
+
import {
|
|
143
|
+
DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
144
|
+
DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
|
|
145
|
+
} from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetGlobalSettingsCommandInput,
|
|
148
|
+
GetGlobalSettingsCommandOutput,
|
|
149
|
+
} from "./commands/GetGlobalSettingsCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetPhoneNumberCommandInput,
|
|
152
|
+
GetPhoneNumberCommandOutput,
|
|
153
|
+
} from "./commands/GetPhoneNumberCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetPhoneNumberOrderCommandInput,
|
|
156
|
+
GetPhoneNumberOrderCommandOutput,
|
|
157
|
+
} from "./commands/GetPhoneNumberOrderCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetPhoneNumberSettingsCommandInput,
|
|
160
|
+
GetPhoneNumberSettingsCommandOutput,
|
|
161
|
+
} from "./commands/GetPhoneNumberSettingsCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetProxySessionCommandInput,
|
|
164
|
+
GetProxySessionCommandOutput,
|
|
165
|
+
} from "./commands/GetProxySessionCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
168
|
+
GetSipMediaApplicationAlexaSkillConfigurationCommandOutput,
|
|
169
|
+
} from "./commands/GetSipMediaApplicationAlexaSkillConfigurationCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetSipMediaApplicationCommandInput,
|
|
172
|
+
GetSipMediaApplicationCommandOutput,
|
|
173
|
+
} from "./commands/GetSipMediaApplicationCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
176
|
+
GetSipMediaApplicationLoggingConfigurationCommandOutput,
|
|
177
|
+
} from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetSipRuleCommandInput,
|
|
180
|
+
GetSipRuleCommandOutput,
|
|
181
|
+
} from "./commands/GetSipRuleCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetVoiceConnectorCommandInput,
|
|
184
|
+
GetVoiceConnectorCommandOutput,
|
|
185
|
+
} from "./commands/GetVoiceConnectorCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
188
|
+
GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
189
|
+
} from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetVoiceConnectorGroupCommandInput,
|
|
192
|
+
GetVoiceConnectorGroupCommandOutput,
|
|
193
|
+
} from "./commands/GetVoiceConnectorGroupCommand";
|
|
194
|
+
import {
|
|
195
|
+
GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
196
|
+
GetVoiceConnectorLoggingConfigurationCommandOutput,
|
|
197
|
+
} from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
|
|
198
|
+
import {
|
|
199
|
+
GetVoiceConnectorOriginationCommandInput,
|
|
200
|
+
GetVoiceConnectorOriginationCommandOutput,
|
|
201
|
+
} from "./commands/GetVoiceConnectorOriginationCommand";
|
|
202
|
+
import {
|
|
203
|
+
GetVoiceConnectorProxyCommandInput,
|
|
204
|
+
GetVoiceConnectorProxyCommandOutput,
|
|
205
|
+
} from "./commands/GetVoiceConnectorProxyCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
208
|
+
GetVoiceConnectorStreamingConfigurationCommandOutput,
|
|
209
|
+
} from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetVoiceConnectorTerminationCommandInput,
|
|
212
|
+
GetVoiceConnectorTerminationCommandOutput,
|
|
213
|
+
} from "./commands/GetVoiceConnectorTerminationCommand";
|
|
214
|
+
import {
|
|
215
|
+
GetVoiceConnectorTerminationHealthCommandInput,
|
|
216
|
+
GetVoiceConnectorTerminationHealthCommandOutput,
|
|
217
|
+
} from "./commands/GetVoiceConnectorTerminationHealthCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListAvailableVoiceConnectorRegionsCommandInput,
|
|
220
|
+
ListAvailableVoiceConnectorRegionsCommandOutput,
|
|
221
|
+
} from "./commands/ListAvailableVoiceConnectorRegionsCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListPhoneNumberOrdersCommandInput,
|
|
224
|
+
ListPhoneNumberOrdersCommandOutput,
|
|
225
|
+
} from "./commands/ListPhoneNumberOrdersCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListPhoneNumbersCommandInput,
|
|
228
|
+
ListPhoneNumbersCommandOutput,
|
|
229
|
+
} from "./commands/ListPhoneNumbersCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListProxySessionsCommandInput,
|
|
232
|
+
ListProxySessionsCommandOutput,
|
|
233
|
+
} from "./commands/ListProxySessionsCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListSipMediaApplicationsCommandInput,
|
|
236
|
+
ListSipMediaApplicationsCommandOutput,
|
|
237
|
+
} from "./commands/ListSipMediaApplicationsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListSipRulesCommandInput,
|
|
240
|
+
ListSipRulesCommandOutput,
|
|
241
|
+
} from "./commands/ListSipRulesCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListSupportedPhoneNumberCountriesCommandInput,
|
|
244
|
+
ListSupportedPhoneNumberCountriesCommandOutput,
|
|
245
|
+
} from "./commands/ListSupportedPhoneNumberCountriesCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListVoiceConnectorGroupsCommandInput,
|
|
248
|
+
ListVoiceConnectorGroupsCommandOutput,
|
|
249
|
+
} from "./commands/ListVoiceConnectorGroupsCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListVoiceConnectorsCommandInput,
|
|
252
|
+
ListVoiceConnectorsCommandOutput,
|
|
253
|
+
} from "./commands/ListVoiceConnectorsCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
256
|
+
ListVoiceConnectorTerminationCredentialsCommandOutput,
|
|
257
|
+
} from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
|
|
258
|
+
import {
|
|
259
|
+
PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
260
|
+
PutSipMediaApplicationAlexaSkillConfigurationCommandOutput,
|
|
261
|
+
} from "./commands/PutSipMediaApplicationAlexaSkillConfigurationCommand";
|
|
262
|
+
import {
|
|
263
|
+
PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
264
|
+
PutSipMediaApplicationLoggingConfigurationCommandOutput,
|
|
265
|
+
} from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
|
|
266
|
+
import {
|
|
267
|
+
PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
268
|
+
PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
269
|
+
} from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
270
|
+
import {
|
|
271
|
+
PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
272
|
+
PutVoiceConnectorLoggingConfigurationCommandOutput,
|
|
273
|
+
} from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
|
|
274
|
+
import {
|
|
275
|
+
PutVoiceConnectorOriginationCommandInput,
|
|
276
|
+
PutVoiceConnectorOriginationCommandOutput,
|
|
277
|
+
} from "./commands/PutVoiceConnectorOriginationCommand";
|
|
278
|
+
import {
|
|
279
|
+
PutVoiceConnectorProxyCommandInput,
|
|
280
|
+
PutVoiceConnectorProxyCommandOutput,
|
|
281
|
+
} from "./commands/PutVoiceConnectorProxyCommand";
|
|
282
|
+
import {
|
|
283
|
+
PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
284
|
+
PutVoiceConnectorStreamingConfigurationCommandOutput,
|
|
285
|
+
} from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
|
|
286
|
+
import {
|
|
287
|
+
PutVoiceConnectorTerminationCommandInput,
|
|
288
|
+
PutVoiceConnectorTerminationCommandOutput,
|
|
289
|
+
} from "./commands/PutVoiceConnectorTerminationCommand";
|
|
290
|
+
import {
|
|
291
|
+
PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
292
|
+
PutVoiceConnectorTerminationCredentialsCommandOutput,
|
|
293
|
+
} from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
|
|
294
|
+
import {
|
|
295
|
+
RestorePhoneNumberCommandInput,
|
|
296
|
+
RestorePhoneNumberCommandOutput,
|
|
297
|
+
} from "./commands/RestorePhoneNumberCommand";
|
|
298
|
+
import {
|
|
299
|
+
SearchAvailablePhoneNumbersCommandInput,
|
|
300
|
+
SearchAvailablePhoneNumbersCommandOutput,
|
|
301
|
+
} from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
302
|
+
import {
|
|
303
|
+
UpdateGlobalSettingsCommandInput,
|
|
304
|
+
UpdateGlobalSettingsCommandOutput,
|
|
305
|
+
} from "./commands/UpdateGlobalSettingsCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdatePhoneNumberCommandInput,
|
|
308
|
+
UpdatePhoneNumberCommandOutput,
|
|
309
|
+
} from "./commands/UpdatePhoneNumberCommand";
|
|
310
|
+
import {
|
|
311
|
+
UpdatePhoneNumberSettingsCommandInput,
|
|
312
|
+
UpdatePhoneNumberSettingsCommandOutput,
|
|
313
|
+
} from "./commands/UpdatePhoneNumberSettingsCommand";
|
|
314
|
+
import {
|
|
315
|
+
UpdateProxySessionCommandInput,
|
|
316
|
+
UpdateProxySessionCommandOutput,
|
|
317
|
+
} from "./commands/UpdateProxySessionCommand";
|
|
318
|
+
import {
|
|
319
|
+
UpdateSipMediaApplicationCallCommandInput,
|
|
320
|
+
UpdateSipMediaApplicationCallCommandOutput,
|
|
321
|
+
} from "./commands/UpdateSipMediaApplicationCallCommand";
|
|
322
|
+
import {
|
|
323
|
+
UpdateSipMediaApplicationCommandInput,
|
|
324
|
+
UpdateSipMediaApplicationCommandOutput,
|
|
325
|
+
} from "./commands/UpdateSipMediaApplicationCommand";
|
|
326
|
+
import {
|
|
327
|
+
UpdateSipRuleCommandInput,
|
|
328
|
+
UpdateSipRuleCommandOutput,
|
|
329
|
+
} from "./commands/UpdateSipRuleCommand";
|
|
330
|
+
import {
|
|
331
|
+
UpdateVoiceConnectorCommandInput,
|
|
332
|
+
UpdateVoiceConnectorCommandOutput,
|
|
333
|
+
} from "./commands/UpdateVoiceConnectorCommand";
|
|
334
|
+
import {
|
|
335
|
+
UpdateVoiceConnectorGroupCommandInput,
|
|
336
|
+
UpdateVoiceConnectorGroupCommandOutput,
|
|
337
|
+
} from "./commands/UpdateVoiceConnectorGroupCommand";
|
|
338
|
+
import {
|
|
339
|
+
ValidateE911AddressCommandInput,
|
|
340
|
+
ValidateE911AddressCommandOutput,
|
|
341
|
+
} from "./commands/ValidateE911AddressCommand";
|
|
342
|
+
import {
|
|
343
|
+
ClientInputEndpointParameters,
|
|
344
|
+
ClientResolvedEndpointParameters,
|
|
345
|
+
EndpointParameters,
|
|
346
|
+
} from "./endpoint/EndpointParameters";
|
|
347
|
+
export declare type ServiceInputTypes =
|
|
348
|
+
| AssociatePhoneNumbersWithVoiceConnectorCommandInput
|
|
349
|
+
| AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput
|
|
350
|
+
| BatchDeletePhoneNumberCommandInput
|
|
351
|
+
| BatchUpdatePhoneNumberCommandInput
|
|
352
|
+
| CreatePhoneNumberOrderCommandInput
|
|
353
|
+
| CreateProxySessionCommandInput
|
|
354
|
+
| CreateSipMediaApplicationCallCommandInput
|
|
355
|
+
| CreateSipMediaApplicationCommandInput
|
|
356
|
+
| CreateSipRuleCommandInput
|
|
357
|
+
| CreateVoiceConnectorCommandInput
|
|
358
|
+
| CreateVoiceConnectorGroupCommandInput
|
|
359
|
+
| DeletePhoneNumberCommandInput
|
|
360
|
+
| DeleteProxySessionCommandInput
|
|
361
|
+
| DeleteSipMediaApplicationCommandInput
|
|
362
|
+
| DeleteSipRuleCommandInput
|
|
363
|
+
| DeleteVoiceConnectorCommandInput
|
|
364
|
+
| DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
365
|
+
| DeleteVoiceConnectorGroupCommandInput
|
|
366
|
+
| DeleteVoiceConnectorOriginationCommandInput
|
|
367
|
+
| DeleteVoiceConnectorProxyCommandInput
|
|
368
|
+
| DeleteVoiceConnectorStreamingConfigurationCommandInput
|
|
369
|
+
| DeleteVoiceConnectorTerminationCommandInput
|
|
370
|
+
| DeleteVoiceConnectorTerminationCredentialsCommandInput
|
|
371
|
+
| DisassociatePhoneNumbersFromVoiceConnectorCommandInput
|
|
372
|
+
| DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput
|
|
373
|
+
| GetGlobalSettingsCommandInput
|
|
374
|
+
| GetPhoneNumberCommandInput
|
|
375
|
+
| GetPhoneNumberOrderCommandInput
|
|
376
|
+
| GetPhoneNumberSettingsCommandInput
|
|
377
|
+
| GetProxySessionCommandInput
|
|
378
|
+
| GetSipMediaApplicationAlexaSkillConfigurationCommandInput
|
|
379
|
+
| GetSipMediaApplicationCommandInput
|
|
380
|
+
| GetSipMediaApplicationLoggingConfigurationCommandInput
|
|
381
|
+
| GetSipRuleCommandInput
|
|
382
|
+
| GetVoiceConnectorCommandInput
|
|
383
|
+
| GetVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
384
|
+
| GetVoiceConnectorGroupCommandInput
|
|
385
|
+
| GetVoiceConnectorLoggingConfigurationCommandInput
|
|
386
|
+
| GetVoiceConnectorOriginationCommandInput
|
|
387
|
+
| GetVoiceConnectorProxyCommandInput
|
|
388
|
+
| GetVoiceConnectorStreamingConfigurationCommandInput
|
|
389
|
+
| GetVoiceConnectorTerminationCommandInput
|
|
390
|
+
| GetVoiceConnectorTerminationHealthCommandInput
|
|
391
|
+
| ListAvailableVoiceConnectorRegionsCommandInput
|
|
392
|
+
| ListPhoneNumberOrdersCommandInput
|
|
393
|
+
| ListPhoneNumbersCommandInput
|
|
394
|
+
| ListProxySessionsCommandInput
|
|
395
|
+
| ListSipMediaApplicationsCommandInput
|
|
396
|
+
| ListSipRulesCommandInput
|
|
397
|
+
| ListSupportedPhoneNumberCountriesCommandInput
|
|
398
|
+
| ListVoiceConnectorGroupsCommandInput
|
|
399
|
+
| ListVoiceConnectorTerminationCredentialsCommandInput
|
|
400
|
+
| ListVoiceConnectorsCommandInput
|
|
401
|
+
| PutSipMediaApplicationAlexaSkillConfigurationCommandInput
|
|
402
|
+
| PutSipMediaApplicationLoggingConfigurationCommandInput
|
|
403
|
+
| PutVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
404
|
+
| PutVoiceConnectorLoggingConfigurationCommandInput
|
|
405
|
+
| PutVoiceConnectorOriginationCommandInput
|
|
406
|
+
| PutVoiceConnectorProxyCommandInput
|
|
407
|
+
| PutVoiceConnectorStreamingConfigurationCommandInput
|
|
408
|
+
| PutVoiceConnectorTerminationCommandInput
|
|
409
|
+
| PutVoiceConnectorTerminationCredentialsCommandInput
|
|
410
|
+
| RestorePhoneNumberCommandInput
|
|
411
|
+
| SearchAvailablePhoneNumbersCommandInput
|
|
412
|
+
| UpdateGlobalSettingsCommandInput
|
|
413
|
+
| UpdatePhoneNumberCommandInput
|
|
414
|
+
| UpdatePhoneNumberSettingsCommandInput
|
|
415
|
+
| UpdateProxySessionCommandInput
|
|
416
|
+
| UpdateSipMediaApplicationCallCommandInput
|
|
417
|
+
| UpdateSipMediaApplicationCommandInput
|
|
418
|
+
| UpdateSipRuleCommandInput
|
|
419
|
+
| UpdateVoiceConnectorCommandInput
|
|
420
|
+
| UpdateVoiceConnectorGroupCommandInput
|
|
421
|
+
| ValidateE911AddressCommandInput;
|
|
422
|
+
export declare type ServiceOutputTypes =
|
|
423
|
+
| AssociatePhoneNumbersWithVoiceConnectorCommandOutput
|
|
424
|
+
| AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
|
|
425
|
+
| BatchDeletePhoneNumberCommandOutput
|
|
426
|
+
| BatchUpdatePhoneNumberCommandOutput
|
|
427
|
+
| CreatePhoneNumberOrderCommandOutput
|
|
428
|
+
| CreateProxySessionCommandOutput
|
|
429
|
+
| CreateSipMediaApplicationCallCommandOutput
|
|
430
|
+
| CreateSipMediaApplicationCommandOutput
|
|
431
|
+
| CreateSipRuleCommandOutput
|
|
432
|
+
| CreateVoiceConnectorCommandOutput
|
|
433
|
+
| CreateVoiceConnectorGroupCommandOutput
|
|
434
|
+
| DeletePhoneNumberCommandOutput
|
|
435
|
+
| DeleteProxySessionCommandOutput
|
|
436
|
+
| DeleteSipMediaApplicationCommandOutput
|
|
437
|
+
| DeleteSipRuleCommandOutput
|
|
438
|
+
| DeleteVoiceConnectorCommandOutput
|
|
439
|
+
| DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
440
|
+
| DeleteVoiceConnectorGroupCommandOutput
|
|
441
|
+
| DeleteVoiceConnectorOriginationCommandOutput
|
|
442
|
+
| DeleteVoiceConnectorProxyCommandOutput
|
|
443
|
+
| DeleteVoiceConnectorStreamingConfigurationCommandOutput
|
|
444
|
+
| DeleteVoiceConnectorTerminationCommandOutput
|
|
445
|
+
| DeleteVoiceConnectorTerminationCredentialsCommandOutput
|
|
446
|
+
| DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
|
|
447
|
+
| DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
|
|
448
|
+
| GetGlobalSettingsCommandOutput
|
|
449
|
+
| GetPhoneNumberCommandOutput
|
|
450
|
+
| GetPhoneNumberOrderCommandOutput
|
|
451
|
+
| GetPhoneNumberSettingsCommandOutput
|
|
452
|
+
| GetProxySessionCommandOutput
|
|
453
|
+
| GetSipMediaApplicationAlexaSkillConfigurationCommandOutput
|
|
454
|
+
| GetSipMediaApplicationCommandOutput
|
|
455
|
+
| GetSipMediaApplicationLoggingConfigurationCommandOutput
|
|
456
|
+
| GetSipRuleCommandOutput
|
|
457
|
+
| GetVoiceConnectorCommandOutput
|
|
458
|
+
| GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
459
|
+
| GetVoiceConnectorGroupCommandOutput
|
|
460
|
+
| GetVoiceConnectorLoggingConfigurationCommandOutput
|
|
461
|
+
| GetVoiceConnectorOriginationCommandOutput
|
|
462
|
+
| GetVoiceConnectorProxyCommandOutput
|
|
463
|
+
| GetVoiceConnectorStreamingConfigurationCommandOutput
|
|
464
|
+
| GetVoiceConnectorTerminationCommandOutput
|
|
465
|
+
| GetVoiceConnectorTerminationHealthCommandOutput
|
|
466
|
+
| ListAvailableVoiceConnectorRegionsCommandOutput
|
|
467
|
+
| ListPhoneNumberOrdersCommandOutput
|
|
468
|
+
| ListPhoneNumbersCommandOutput
|
|
469
|
+
| ListProxySessionsCommandOutput
|
|
470
|
+
| ListSipMediaApplicationsCommandOutput
|
|
471
|
+
| ListSipRulesCommandOutput
|
|
472
|
+
| ListSupportedPhoneNumberCountriesCommandOutput
|
|
473
|
+
| ListVoiceConnectorGroupsCommandOutput
|
|
474
|
+
| ListVoiceConnectorTerminationCredentialsCommandOutput
|
|
475
|
+
| ListVoiceConnectorsCommandOutput
|
|
476
|
+
| PutSipMediaApplicationAlexaSkillConfigurationCommandOutput
|
|
477
|
+
| PutSipMediaApplicationLoggingConfigurationCommandOutput
|
|
478
|
+
| PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
479
|
+
| PutVoiceConnectorLoggingConfigurationCommandOutput
|
|
480
|
+
| PutVoiceConnectorOriginationCommandOutput
|
|
481
|
+
| PutVoiceConnectorProxyCommandOutput
|
|
482
|
+
| PutVoiceConnectorStreamingConfigurationCommandOutput
|
|
483
|
+
| PutVoiceConnectorTerminationCommandOutput
|
|
484
|
+
| PutVoiceConnectorTerminationCredentialsCommandOutput
|
|
485
|
+
| RestorePhoneNumberCommandOutput
|
|
486
|
+
| SearchAvailablePhoneNumbersCommandOutput
|
|
487
|
+
| UpdateGlobalSettingsCommandOutput
|
|
488
|
+
| UpdatePhoneNumberCommandOutput
|
|
489
|
+
| UpdatePhoneNumberSettingsCommandOutput
|
|
490
|
+
| UpdateProxySessionCommandOutput
|
|
491
|
+
| UpdateSipMediaApplicationCallCommandOutput
|
|
492
|
+
| UpdateSipMediaApplicationCommandOutput
|
|
493
|
+
| UpdateSipRuleCommandOutput
|
|
494
|
+
| UpdateVoiceConnectorCommandOutput
|
|
495
|
+
| UpdateVoiceConnectorGroupCommandOutput
|
|
496
|
+
| ValidateE911AddressCommandOutput;
|
|
497
|
+
export interface ClientDefaults
|
|
498
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
499
|
+
requestHandler?: __HttpHandler;
|
|
500
|
+
sha256?: __HashConstructor;
|
|
501
|
+
urlParser?: __UrlParser;
|
|
502
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
503
|
+
streamCollector?: __StreamCollector;
|
|
504
|
+
base64Decoder?: __Decoder;
|
|
505
|
+
base64Encoder?: __Encoder;
|
|
506
|
+
utf8Decoder?: __Decoder;
|
|
507
|
+
utf8Encoder?: __Encoder;
|
|
508
|
+
runtime?: string;
|
|
509
|
+
disableHostPrefix?: boolean;
|
|
510
|
+
maxAttempts?: number | __Provider<number>;
|
|
511
|
+
retryMode?: string | __Provider<string>;
|
|
512
|
+
logger?: __Logger;
|
|
513
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
514
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
515
|
+
serviceId?: string;
|
|
516
|
+
region?: string | __Provider<string>;
|
|
517
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
518
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
519
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
520
|
+
}
|
|
521
|
+
declare type ChimeSDKVoiceClientConfigType = Partial<
|
|
522
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
523
|
+
> &
|
|
524
|
+
ClientDefaults &
|
|
525
|
+
RegionInputConfig &
|
|
526
|
+
EndpointInputConfig<EndpointParameters> &
|
|
527
|
+
RetryInputConfig &
|
|
528
|
+
HostHeaderInputConfig &
|
|
529
|
+
AwsAuthInputConfig &
|
|
530
|
+
UserAgentInputConfig &
|
|
531
|
+
ClientInputEndpointParameters;
|
|
532
|
+
export interface ChimeSDKVoiceClientConfig
|
|
533
|
+
extends ChimeSDKVoiceClientConfigType {}
|
|
534
|
+
declare type ChimeSDKVoiceClientResolvedConfigType =
|
|
535
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
536
|
+
Required<ClientDefaults> &
|
|
537
|
+
RegionResolvedConfig &
|
|
538
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
539
|
+
RetryResolvedConfig &
|
|
540
|
+
HostHeaderResolvedConfig &
|
|
541
|
+
AwsAuthResolvedConfig &
|
|
542
|
+
UserAgentResolvedConfig &
|
|
543
|
+
ClientResolvedEndpointParameters;
|
|
544
|
+
export interface ChimeSDKVoiceClientResolvedConfig
|
|
545
|
+
extends ChimeSDKVoiceClientResolvedConfigType {}
|
|
546
|
+
export declare class ChimeSDKVoiceClient extends __Client<
|
|
547
|
+
__HttpHandlerOptions,
|
|
548
|
+
ServiceInputTypes,
|
|
549
|
+
ServiceOutputTypes,
|
|
550
|
+
ChimeSDKVoiceClientResolvedConfig
|
|
551
|
+
> {
|
|
552
|
+
readonly config: ChimeSDKVoiceClientResolvedConfig;
|
|
553
|
+
constructor(configuration: ChimeSDKVoiceClientConfig);
|
|
554
|
+
destroy(): void;
|
|
555
|
+
}
|
|
556
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKVoiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKVoiceClient";
|
|
14
|
+
import {
|
|
15
|
+
AssociatePhoneNumbersWithVoiceConnectorRequest,
|
|
16
|
+
AssociatePhoneNumbersWithVoiceConnectorResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorCommandInput
|
|
19
|
+
extends AssociatePhoneNumbersWithVoiceConnectorRequest {}
|
|
20
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput
|
|
21
|
+
extends AssociatePhoneNumbersWithVoiceConnectorResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<
|
|
24
|
+
AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
25
|
+
AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
|
|
26
|
+
ChimeSDKVoiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: AssociatePhoneNumbersWithVoiceConnectorCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKVoiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
37
|
+
AssociatePhoneNumbersWithVoiceConnectorCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKVoiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKVoiceClient";
|
|
14
|
+
import {
|
|
15
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupRequest,
|
|
16
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput
|
|
19
|
+
extends AssociatePhoneNumbersWithVoiceConnectorGroupRequest {}
|
|
20
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
|
|
21
|
+
extends AssociatePhoneNumbersWithVoiceConnectorGroupResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<
|
|
24
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
25
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
|
|
26
|
+
ChimeSDKVoiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKVoiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
37
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKVoiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKVoiceClient";
|
|
14
|
+
import {
|
|
15
|
+
BatchDeletePhoneNumberRequest,
|
|
16
|
+
BatchDeletePhoneNumberResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface BatchDeletePhoneNumberCommandInput
|
|
19
|
+
extends BatchDeletePhoneNumberRequest {}
|
|
20
|
+
export interface BatchDeletePhoneNumberCommandOutput
|
|
21
|
+
extends BatchDeletePhoneNumberResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchDeletePhoneNumberCommand extends $Command<
|
|
24
|
+
BatchDeletePhoneNumberCommandInput,
|
|
25
|
+
BatchDeletePhoneNumberCommandOutput,
|
|
26
|
+
ChimeSDKVoiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDeletePhoneNumberCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchDeletePhoneNumberCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKVoiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDeletePhoneNumberCommandInput,
|
|
37
|
+
BatchDeletePhoneNumberCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|