@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,893 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
8
|
+
AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
|
|
9
|
+
} from "../commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
12
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
|
|
13
|
+
} from "../commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchDeletePhoneNumberCommandInput,
|
|
16
|
+
BatchDeletePhoneNumberCommandOutput,
|
|
17
|
+
} from "../commands/BatchDeletePhoneNumberCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchUpdatePhoneNumberCommandInput,
|
|
20
|
+
BatchUpdatePhoneNumberCommandOutput,
|
|
21
|
+
} from "../commands/BatchUpdatePhoneNumberCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreatePhoneNumberOrderCommandInput,
|
|
24
|
+
CreatePhoneNumberOrderCommandOutput,
|
|
25
|
+
} from "../commands/CreatePhoneNumberOrderCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateProxySessionCommandInput,
|
|
28
|
+
CreateProxySessionCommandOutput,
|
|
29
|
+
} from "../commands/CreateProxySessionCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateSipMediaApplicationCallCommandInput,
|
|
32
|
+
CreateSipMediaApplicationCallCommandOutput,
|
|
33
|
+
} from "../commands/CreateSipMediaApplicationCallCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateSipMediaApplicationCommandInput,
|
|
36
|
+
CreateSipMediaApplicationCommandOutput,
|
|
37
|
+
} from "../commands/CreateSipMediaApplicationCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateSipRuleCommandInput,
|
|
40
|
+
CreateSipRuleCommandOutput,
|
|
41
|
+
} from "../commands/CreateSipRuleCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateVoiceConnectorCommandInput,
|
|
44
|
+
CreateVoiceConnectorCommandOutput,
|
|
45
|
+
} from "../commands/CreateVoiceConnectorCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateVoiceConnectorGroupCommandInput,
|
|
48
|
+
CreateVoiceConnectorGroupCommandOutput,
|
|
49
|
+
} from "../commands/CreateVoiceConnectorGroupCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeletePhoneNumberCommandInput,
|
|
52
|
+
DeletePhoneNumberCommandOutput,
|
|
53
|
+
} from "../commands/DeletePhoneNumberCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteProxySessionCommandInput,
|
|
56
|
+
DeleteProxySessionCommandOutput,
|
|
57
|
+
} from "../commands/DeleteProxySessionCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteSipMediaApplicationCommandInput,
|
|
60
|
+
DeleteSipMediaApplicationCommandOutput,
|
|
61
|
+
} from "../commands/DeleteSipMediaApplicationCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteSipRuleCommandInput,
|
|
64
|
+
DeleteSipRuleCommandOutput,
|
|
65
|
+
} from "../commands/DeleteSipRuleCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteVoiceConnectorCommandInput,
|
|
68
|
+
DeleteVoiceConnectorCommandOutput,
|
|
69
|
+
} from "../commands/DeleteVoiceConnectorCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
72
|
+
DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
73
|
+
} from "../commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteVoiceConnectorGroupCommandInput,
|
|
76
|
+
DeleteVoiceConnectorGroupCommandOutput,
|
|
77
|
+
} from "../commands/DeleteVoiceConnectorGroupCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteVoiceConnectorOriginationCommandInput,
|
|
80
|
+
DeleteVoiceConnectorOriginationCommandOutput,
|
|
81
|
+
} from "../commands/DeleteVoiceConnectorOriginationCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteVoiceConnectorProxyCommandInput,
|
|
84
|
+
DeleteVoiceConnectorProxyCommandOutput,
|
|
85
|
+
} from "../commands/DeleteVoiceConnectorProxyCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
88
|
+
DeleteVoiceConnectorStreamingConfigurationCommandOutput,
|
|
89
|
+
} from "../commands/DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteVoiceConnectorTerminationCommandInput,
|
|
92
|
+
DeleteVoiceConnectorTerminationCommandOutput,
|
|
93
|
+
} from "../commands/DeleteVoiceConnectorTerminationCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
96
|
+
DeleteVoiceConnectorTerminationCredentialsCommandOutput,
|
|
97
|
+
} from "../commands/DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
98
|
+
import {
|
|
99
|
+
DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
100
|
+
DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
|
|
101
|
+
} from "../commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
102
|
+
import {
|
|
103
|
+
DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
104
|
+
DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
|
|
105
|
+
} from "../commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetGlobalSettingsCommandInput,
|
|
108
|
+
GetGlobalSettingsCommandOutput,
|
|
109
|
+
} from "../commands/GetGlobalSettingsCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetPhoneNumberCommandInput,
|
|
112
|
+
GetPhoneNumberCommandOutput,
|
|
113
|
+
} from "../commands/GetPhoneNumberCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetPhoneNumberOrderCommandInput,
|
|
116
|
+
GetPhoneNumberOrderCommandOutput,
|
|
117
|
+
} from "../commands/GetPhoneNumberOrderCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetPhoneNumberSettingsCommandInput,
|
|
120
|
+
GetPhoneNumberSettingsCommandOutput,
|
|
121
|
+
} from "../commands/GetPhoneNumberSettingsCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetProxySessionCommandInput,
|
|
124
|
+
GetProxySessionCommandOutput,
|
|
125
|
+
} from "../commands/GetProxySessionCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
128
|
+
GetSipMediaApplicationAlexaSkillConfigurationCommandOutput,
|
|
129
|
+
} from "../commands/GetSipMediaApplicationAlexaSkillConfigurationCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetSipMediaApplicationCommandInput,
|
|
132
|
+
GetSipMediaApplicationCommandOutput,
|
|
133
|
+
} from "../commands/GetSipMediaApplicationCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
136
|
+
GetSipMediaApplicationLoggingConfigurationCommandOutput,
|
|
137
|
+
} from "../commands/GetSipMediaApplicationLoggingConfigurationCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetSipRuleCommandInput,
|
|
140
|
+
GetSipRuleCommandOutput,
|
|
141
|
+
} from "../commands/GetSipRuleCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetVoiceConnectorCommandInput,
|
|
144
|
+
GetVoiceConnectorCommandOutput,
|
|
145
|
+
} from "../commands/GetVoiceConnectorCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
148
|
+
GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
149
|
+
} from "../commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetVoiceConnectorGroupCommandInput,
|
|
152
|
+
GetVoiceConnectorGroupCommandOutput,
|
|
153
|
+
} from "../commands/GetVoiceConnectorGroupCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
156
|
+
GetVoiceConnectorLoggingConfigurationCommandOutput,
|
|
157
|
+
} from "../commands/GetVoiceConnectorLoggingConfigurationCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetVoiceConnectorOriginationCommandInput,
|
|
160
|
+
GetVoiceConnectorOriginationCommandOutput,
|
|
161
|
+
} from "../commands/GetVoiceConnectorOriginationCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetVoiceConnectorProxyCommandInput,
|
|
164
|
+
GetVoiceConnectorProxyCommandOutput,
|
|
165
|
+
} from "../commands/GetVoiceConnectorProxyCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
168
|
+
GetVoiceConnectorStreamingConfigurationCommandOutput,
|
|
169
|
+
} from "../commands/GetVoiceConnectorStreamingConfigurationCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetVoiceConnectorTerminationCommandInput,
|
|
172
|
+
GetVoiceConnectorTerminationCommandOutput,
|
|
173
|
+
} from "../commands/GetVoiceConnectorTerminationCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetVoiceConnectorTerminationHealthCommandInput,
|
|
176
|
+
GetVoiceConnectorTerminationHealthCommandOutput,
|
|
177
|
+
} from "../commands/GetVoiceConnectorTerminationHealthCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListAvailableVoiceConnectorRegionsCommandInput,
|
|
180
|
+
ListAvailableVoiceConnectorRegionsCommandOutput,
|
|
181
|
+
} from "../commands/ListAvailableVoiceConnectorRegionsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListPhoneNumberOrdersCommandInput,
|
|
184
|
+
ListPhoneNumberOrdersCommandOutput,
|
|
185
|
+
} from "../commands/ListPhoneNumberOrdersCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListPhoneNumbersCommandInput,
|
|
188
|
+
ListPhoneNumbersCommandOutput,
|
|
189
|
+
} from "../commands/ListPhoneNumbersCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListProxySessionsCommandInput,
|
|
192
|
+
ListProxySessionsCommandOutput,
|
|
193
|
+
} from "../commands/ListProxySessionsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListSipMediaApplicationsCommandInput,
|
|
196
|
+
ListSipMediaApplicationsCommandOutput,
|
|
197
|
+
} from "../commands/ListSipMediaApplicationsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListSipRulesCommandInput,
|
|
200
|
+
ListSipRulesCommandOutput,
|
|
201
|
+
} from "../commands/ListSipRulesCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListSupportedPhoneNumberCountriesCommandInput,
|
|
204
|
+
ListSupportedPhoneNumberCountriesCommandOutput,
|
|
205
|
+
} from "../commands/ListSupportedPhoneNumberCountriesCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListVoiceConnectorGroupsCommandInput,
|
|
208
|
+
ListVoiceConnectorGroupsCommandOutput,
|
|
209
|
+
} from "../commands/ListVoiceConnectorGroupsCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListVoiceConnectorsCommandInput,
|
|
212
|
+
ListVoiceConnectorsCommandOutput,
|
|
213
|
+
} from "../commands/ListVoiceConnectorsCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
216
|
+
ListVoiceConnectorTerminationCredentialsCommandOutput,
|
|
217
|
+
} from "../commands/ListVoiceConnectorTerminationCredentialsCommand";
|
|
218
|
+
import {
|
|
219
|
+
PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
220
|
+
PutSipMediaApplicationAlexaSkillConfigurationCommandOutput,
|
|
221
|
+
} from "../commands/PutSipMediaApplicationAlexaSkillConfigurationCommand";
|
|
222
|
+
import {
|
|
223
|
+
PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
224
|
+
PutSipMediaApplicationLoggingConfigurationCommandOutput,
|
|
225
|
+
} from "../commands/PutSipMediaApplicationLoggingConfigurationCommand";
|
|
226
|
+
import {
|
|
227
|
+
PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
228
|
+
PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
229
|
+
} from "../commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
230
|
+
import {
|
|
231
|
+
PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
232
|
+
PutVoiceConnectorLoggingConfigurationCommandOutput,
|
|
233
|
+
} from "../commands/PutVoiceConnectorLoggingConfigurationCommand";
|
|
234
|
+
import {
|
|
235
|
+
PutVoiceConnectorOriginationCommandInput,
|
|
236
|
+
PutVoiceConnectorOriginationCommandOutput,
|
|
237
|
+
} from "../commands/PutVoiceConnectorOriginationCommand";
|
|
238
|
+
import {
|
|
239
|
+
PutVoiceConnectorProxyCommandInput,
|
|
240
|
+
PutVoiceConnectorProxyCommandOutput,
|
|
241
|
+
} from "../commands/PutVoiceConnectorProxyCommand";
|
|
242
|
+
import {
|
|
243
|
+
PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
244
|
+
PutVoiceConnectorStreamingConfigurationCommandOutput,
|
|
245
|
+
} from "../commands/PutVoiceConnectorStreamingConfigurationCommand";
|
|
246
|
+
import {
|
|
247
|
+
PutVoiceConnectorTerminationCommandInput,
|
|
248
|
+
PutVoiceConnectorTerminationCommandOutput,
|
|
249
|
+
} from "../commands/PutVoiceConnectorTerminationCommand";
|
|
250
|
+
import {
|
|
251
|
+
PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
252
|
+
PutVoiceConnectorTerminationCredentialsCommandOutput,
|
|
253
|
+
} from "../commands/PutVoiceConnectorTerminationCredentialsCommand";
|
|
254
|
+
import {
|
|
255
|
+
RestorePhoneNumberCommandInput,
|
|
256
|
+
RestorePhoneNumberCommandOutput,
|
|
257
|
+
} from "../commands/RestorePhoneNumberCommand";
|
|
258
|
+
import {
|
|
259
|
+
SearchAvailablePhoneNumbersCommandInput,
|
|
260
|
+
SearchAvailablePhoneNumbersCommandOutput,
|
|
261
|
+
} from "../commands/SearchAvailablePhoneNumbersCommand";
|
|
262
|
+
import {
|
|
263
|
+
UpdateGlobalSettingsCommandInput,
|
|
264
|
+
UpdateGlobalSettingsCommandOutput,
|
|
265
|
+
} from "../commands/UpdateGlobalSettingsCommand";
|
|
266
|
+
import {
|
|
267
|
+
UpdatePhoneNumberCommandInput,
|
|
268
|
+
UpdatePhoneNumberCommandOutput,
|
|
269
|
+
} from "../commands/UpdatePhoneNumberCommand";
|
|
270
|
+
import {
|
|
271
|
+
UpdatePhoneNumberSettingsCommandInput,
|
|
272
|
+
UpdatePhoneNumberSettingsCommandOutput,
|
|
273
|
+
} from "../commands/UpdatePhoneNumberSettingsCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateProxySessionCommandInput,
|
|
276
|
+
UpdateProxySessionCommandOutput,
|
|
277
|
+
} from "../commands/UpdateProxySessionCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateSipMediaApplicationCallCommandInput,
|
|
280
|
+
UpdateSipMediaApplicationCallCommandOutput,
|
|
281
|
+
} from "../commands/UpdateSipMediaApplicationCallCommand";
|
|
282
|
+
import {
|
|
283
|
+
UpdateSipMediaApplicationCommandInput,
|
|
284
|
+
UpdateSipMediaApplicationCommandOutput,
|
|
285
|
+
} from "../commands/UpdateSipMediaApplicationCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateSipRuleCommandInput,
|
|
288
|
+
UpdateSipRuleCommandOutput,
|
|
289
|
+
} from "../commands/UpdateSipRuleCommand";
|
|
290
|
+
import {
|
|
291
|
+
UpdateVoiceConnectorCommandInput,
|
|
292
|
+
UpdateVoiceConnectorCommandOutput,
|
|
293
|
+
} from "../commands/UpdateVoiceConnectorCommand";
|
|
294
|
+
import {
|
|
295
|
+
UpdateVoiceConnectorGroupCommandInput,
|
|
296
|
+
UpdateVoiceConnectorGroupCommandOutput,
|
|
297
|
+
} from "../commands/UpdateVoiceConnectorGroupCommand";
|
|
298
|
+
import {
|
|
299
|
+
ValidateE911AddressCommandInput,
|
|
300
|
+
ValidateE911AddressCommandOutput,
|
|
301
|
+
} from "../commands/ValidateE911AddressCommand";
|
|
302
|
+
export declare const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand: (
|
|
303
|
+
input: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (
|
|
307
|
+
input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1BatchDeletePhoneNumberCommand: (
|
|
311
|
+
input: BatchDeletePhoneNumberCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1BatchUpdatePhoneNumberCommand: (
|
|
315
|
+
input: BatchUpdatePhoneNumberCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1CreatePhoneNumberOrderCommand: (
|
|
319
|
+
input: CreatePhoneNumberOrderCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1CreateProxySessionCommand: (
|
|
323
|
+
input: CreateProxySessionCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1CreateSipMediaApplicationCommand: (
|
|
327
|
+
input: CreateSipMediaApplicationCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1CreateSipMediaApplicationCallCommand: (
|
|
331
|
+
input: CreateSipMediaApplicationCallCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1CreateSipRuleCommand: (
|
|
335
|
+
input: CreateSipRuleCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1CreateVoiceConnectorCommand: (
|
|
339
|
+
input: CreateVoiceConnectorCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1CreateVoiceConnectorGroupCommand: (
|
|
343
|
+
input: CreateVoiceConnectorGroupCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1DeletePhoneNumberCommand: (
|
|
347
|
+
input: DeletePhoneNumberCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1DeleteProxySessionCommand: (
|
|
351
|
+
input: DeleteProxySessionCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1DeleteSipMediaApplicationCommand: (
|
|
355
|
+
input: DeleteSipMediaApplicationCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1DeleteSipRuleCommand: (
|
|
359
|
+
input: DeleteSipRuleCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1DeleteVoiceConnectorCommand: (
|
|
363
|
+
input: DeleteVoiceConnectorCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (
|
|
367
|
+
input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1DeleteVoiceConnectorGroupCommand: (
|
|
371
|
+
input: DeleteVoiceConnectorGroupCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1DeleteVoiceConnectorOriginationCommand: (
|
|
375
|
+
input: DeleteVoiceConnectorOriginationCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1DeleteVoiceConnectorProxyCommand: (
|
|
379
|
+
input: DeleteVoiceConnectorProxyCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand: (
|
|
383
|
+
input: DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restJson1DeleteVoiceConnectorTerminationCommand: (
|
|
387
|
+
input: DeleteVoiceConnectorTerminationCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand: (
|
|
391
|
+
input: DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand: (
|
|
395
|
+
input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (
|
|
399
|
+
input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restJson1GetGlobalSettingsCommand: (
|
|
403
|
+
input: GetGlobalSettingsCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restJson1GetPhoneNumberCommand: (
|
|
407
|
+
input: GetPhoneNumberCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restJson1GetPhoneNumberOrderCommand: (
|
|
411
|
+
input: GetPhoneNumberOrderCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restJson1GetPhoneNumberSettingsCommand: (
|
|
415
|
+
input: GetPhoneNumberSettingsCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_restJson1GetProxySessionCommand: (
|
|
419
|
+
input: GetProxySessionCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_restJson1GetSipMediaApplicationCommand: (
|
|
423
|
+
input: GetSipMediaApplicationCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_restJson1GetSipMediaApplicationAlexaSkillConfigurationCommand: (
|
|
427
|
+
input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand: (
|
|
431
|
+
input: GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_restJson1GetSipRuleCommand: (
|
|
435
|
+
input: GetSipRuleCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_restJson1GetVoiceConnectorCommand: (
|
|
439
|
+
input: GetVoiceConnectorCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand: (
|
|
443
|
+
input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_restJson1GetVoiceConnectorGroupCommand: (
|
|
447
|
+
input: GetVoiceConnectorGroupCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand: (
|
|
451
|
+
input: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_restJson1GetVoiceConnectorOriginationCommand: (
|
|
455
|
+
input: GetVoiceConnectorOriginationCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_restJson1GetVoiceConnectorProxyCommand: (
|
|
459
|
+
input: GetVoiceConnectorProxyCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand: (
|
|
463
|
+
input: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_restJson1GetVoiceConnectorTerminationCommand: (
|
|
467
|
+
input: GetVoiceConnectorTerminationCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_restJson1GetVoiceConnectorTerminationHealthCommand: (
|
|
471
|
+
input: GetVoiceConnectorTerminationHealthCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_restJson1ListAvailableVoiceConnectorRegionsCommand: (
|
|
475
|
+
input: ListAvailableVoiceConnectorRegionsCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_restJson1ListPhoneNumberOrdersCommand: (
|
|
479
|
+
input: ListPhoneNumberOrdersCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_restJson1ListPhoneNumbersCommand: (
|
|
483
|
+
input: ListPhoneNumbersCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_restJson1ListProxySessionsCommand: (
|
|
487
|
+
input: ListProxySessionsCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_restJson1ListSipMediaApplicationsCommand: (
|
|
491
|
+
input: ListSipMediaApplicationsCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_restJson1ListSipRulesCommand: (
|
|
495
|
+
input: ListSipRulesCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_restJson1ListSupportedPhoneNumberCountriesCommand: (
|
|
499
|
+
input: ListSupportedPhoneNumberCountriesCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_restJson1ListVoiceConnectorGroupsCommand: (
|
|
503
|
+
input: ListVoiceConnectorGroupsCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_restJson1ListVoiceConnectorsCommand: (
|
|
507
|
+
input: ListVoiceConnectorsCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand: (
|
|
511
|
+
input: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_restJson1PutSipMediaApplicationAlexaSkillConfigurationCommand: (
|
|
515
|
+
input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand: (
|
|
519
|
+
input: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand: (
|
|
523
|
+
input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand: (
|
|
527
|
+
input: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_restJson1PutVoiceConnectorOriginationCommand: (
|
|
531
|
+
input: PutVoiceConnectorOriginationCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const serializeAws_restJson1PutVoiceConnectorProxyCommand: (
|
|
535
|
+
input: PutVoiceConnectorProxyCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const serializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand: (
|
|
539
|
+
input: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const serializeAws_restJson1PutVoiceConnectorTerminationCommand: (
|
|
543
|
+
input: PutVoiceConnectorTerminationCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand: (
|
|
547
|
+
input: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_restJson1RestorePhoneNumberCommand: (
|
|
551
|
+
input: RestorePhoneNumberCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (
|
|
555
|
+
input: SearchAvailablePhoneNumbersCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_restJson1UpdateGlobalSettingsCommand: (
|
|
559
|
+
input: UpdateGlobalSettingsCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_restJson1UpdatePhoneNumberCommand: (
|
|
563
|
+
input: UpdatePhoneNumberCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const serializeAws_restJson1UpdatePhoneNumberSettingsCommand: (
|
|
567
|
+
input: UpdatePhoneNumberSettingsCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const serializeAws_restJson1UpdateProxySessionCommand: (
|
|
571
|
+
input: UpdateProxySessionCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const serializeAws_restJson1UpdateSipMediaApplicationCommand: (
|
|
575
|
+
input: UpdateSipMediaApplicationCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const serializeAws_restJson1UpdateSipMediaApplicationCallCommand: (
|
|
579
|
+
input: UpdateSipMediaApplicationCallCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const serializeAws_restJson1UpdateSipRuleCommand: (
|
|
583
|
+
input: UpdateSipRuleCommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const serializeAws_restJson1UpdateVoiceConnectorCommand: (
|
|
587
|
+
input: UpdateVoiceConnectorCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const serializeAws_restJson1UpdateVoiceConnectorGroupCommand: (
|
|
591
|
+
input: UpdateVoiceConnectorGroupCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const serializeAws_restJson1ValidateE911AddressCommand: (
|
|
595
|
+
input: ValidateE911AddressCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_restJson1BatchDeletePhoneNumberCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<BatchDeletePhoneNumberCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_restJson1BatchUpdatePhoneNumberCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<BatchUpdatePhoneNumberCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_restJson1CreatePhoneNumberOrderCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<CreatePhoneNumberOrderCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_restJson1CreateProxySessionCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<CreateProxySessionCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_restJson1CreateSipMediaApplicationCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<CreateSipMediaApplicationCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_restJson1CreateSipMediaApplicationCallCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<CreateSipMediaApplicationCallCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_restJson1CreateSipRuleCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<CreateSipRuleCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_restJson1CreateVoiceConnectorCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<CreateVoiceConnectorCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_restJson1CreateVoiceConnectorGroupCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<CreateVoiceConnectorGroupCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_restJson1DeletePhoneNumberCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<DeletePhoneNumberCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_restJson1DeleteProxySessionCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<DeleteProxySessionCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_restJson1DeleteSipMediaApplicationCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<DeleteSipMediaApplicationCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_restJson1DeleteSipRuleCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<DeleteSipRuleCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_restJson1DeleteVoiceConnectorCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<DeleteVoiceConnectorCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_restJson1DeleteVoiceConnectorGroupCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<DeleteVoiceConnectorGroupCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_restJson1DeleteVoiceConnectorOriginationCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<DeleteVoiceConnectorOriginationCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_restJson1DeleteVoiceConnectorProxyCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<DeleteVoiceConnectorProxyCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_restJson1DeleteVoiceConnectorTerminationCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<DeleteVoiceConnectorTerminationCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_restJson1GetGlobalSettingsCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<GetGlobalSettingsCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_restJson1GetPhoneNumberCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<GetPhoneNumberCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_restJson1GetPhoneNumberOrderCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<GetPhoneNumberOrderCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_restJson1GetPhoneNumberSettingsCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<GetPhoneNumberSettingsCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_restJson1GetProxySessionCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<GetProxySessionCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_restJson1GetSipMediaApplicationCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<GetSipMediaApplicationCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_restJson1GetSipMediaApplicationAlexaSkillConfigurationCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<GetSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_restJson1GetSipRuleCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<GetSipRuleCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<GetVoiceConnectorCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorGroupCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<GetVoiceConnectorGroupCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorOriginationCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<GetVoiceConnectorOriginationCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorProxyCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<GetVoiceConnectorProxyCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
762
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorTerminationCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<GetVoiceConnectorTerminationCommandOutput>;
|
|
766
|
+
export declare const deserializeAws_restJson1GetVoiceConnectorTerminationHealthCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
|
|
770
|
+
export declare const deserializeAws_restJson1ListAvailableVoiceConnectorRegionsCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<ListAvailableVoiceConnectorRegionsCommandOutput>;
|
|
774
|
+
export declare const deserializeAws_restJson1ListPhoneNumberOrdersCommand: (
|
|
775
|
+
output: __HttpResponse,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<ListPhoneNumberOrdersCommandOutput>;
|
|
778
|
+
export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (
|
|
779
|
+
output: __HttpResponse,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<ListPhoneNumbersCommandOutput>;
|
|
782
|
+
export declare const deserializeAws_restJson1ListProxySessionsCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<ListProxySessionsCommandOutput>;
|
|
786
|
+
export declare const deserializeAws_restJson1ListSipMediaApplicationsCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<ListSipMediaApplicationsCommandOutput>;
|
|
790
|
+
export declare const deserializeAws_restJson1ListSipRulesCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<ListSipRulesCommandOutput>;
|
|
794
|
+
export declare const deserializeAws_restJson1ListSupportedPhoneNumberCountriesCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
|
|
798
|
+
export declare const deserializeAws_restJson1ListVoiceConnectorGroupsCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<ListVoiceConnectorGroupsCommandOutput>;
|
|
802
|
+
export declare const deserializeAws_restJson1ListVoiceConnectorsCommand: (
|
|
803
|
+
output: __HttpResponse,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<ListVoiceConnectorsCommandOutput>;
|
|
806
|
+
export declare const deserializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand: (
|
|
807
|
+
output: __HttpResponse,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
810
|
+
export declare const deserializeAws_restJson1PutSipMediaApplicationAlexaSkillConfigurationCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<PutSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
|
|
814
|
+
export declare const deserializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
|
|
818
|
+
export declare const deserializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
822
|
+
export declare const deserializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
|
|
826
|
+
export declare const deserializeAws_restJson1PutVoiceConnectorOriginationCommand: (
|
|
827
|
+
output: __HttpResponse,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<PutVoiceConnectorOriginationCommandOutput>;
|
|
830
|
+
export declare const deserializeAws_restJson1PutVoiceConnectorProxyCommand: (
|
|
831
|
+
output: __HttpResponse,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<PutVoiceConnectorProxyCommandOutput>;
|
|
834
|
+
export declare const deserializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
838
|
+
export declare const deserializeAws_restJson1PutVoiceConnectorTerminationCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<PutVoiceConnectorTerminationCommandOutput>;
|
|
842
|
+
export declare const deserializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
846
|
+
export declare const deserializeAws_restJson1RestorePhoneNumberCommand: (
|
|
847
|
+
output: __HttpResponse,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<RestorePhoneNumberCommandOutput>;
|
|
850
|
+
export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
854
|
+
export declare const deserializeAws_restJson1UpdateGlobalSettingsCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<UpdateGlobalSettingsCommandOutput>;
|
|
858
|
+
export declare const deserializeAws_restJson1UpdatePhoneNumberCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<UpdatePhoneNumberCommandOutput>;
|
|
862
|
+
export declare const deserializeAws_restJson1UpdatePhoneNumberSettingsCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<UpdatePhoneNumberSettingsCommandOutput>;
|
|
866
|
+
export declare const deserializeAws_restJson1UpdateProxySessionCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<UpdateProxySessionCommandOutput>;
|
|
870
|
+
export declare const deserializeAws_restJson1UpdateSipMediaApplicationCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<UpdateSipMediaApplicationCommandOutput>;
|
|
874
|
+
export declare const deserializeAws_restJson1UpdateSipMediaApplicationCallCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<UpdateSipMediaApplicationCallCommandOutput>;
|
|
878
|
+
export declare const deserializeAws_restJson1UpdateSipRuleCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<UpdateSipRuleCommandOutput>;
|
|
882
|
+
export declare const deserializeAws_restJson1UpdateVoiceConnectorCommand: (
|
|
883
|
+
output: __HttpResponse,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<UpdateVoiceConnectorCommandOutput>;
|
|
886
|
+
export declare const deserializeAws_restJson1UpdateVoiceConnectorGroupCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<UpdateVoiceConnectorGroupCommandOutput>;
|
|
890
|
+
export declare const deserializeAws_restJson1ValidateE911AddressCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<ValidateE911AddressCommandOutput>;
|