@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,212 @@
|
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
3
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
4
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
5
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
6
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
7
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
8
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
10
|
+
import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
|
|
11
|
+
import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
|
|
12
|
+
import { BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput } from "./commands/BatchDeletePhoneNumberCommand";
|
|
13
|
+
import { BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput } from "./commands/BatchUpdatePhoneNumberCommand";
|
|
14
|
+
import { CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput } from "./commands/CreatePhoneNumberOrderCommand";
|
|
15
|
+
import { CreateProxySessionCommandInput, CreateProxySessionCommandOutput } from "./commands/CreateProxySessionCommand";
|
|
16
|
+
import { CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput } from "./commands/CreateSipMediaApplicationCallCommand";
|
|
17
|
+
import { CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput } from "./commands/CreateSipMediaApplicationCommand";
|
|
18
|
+
import { CreateSipRuleCommandInput, CreateSipRuleCommandOutput } from "./commands/CreateSipRuleCommand";
|
|
19
|
+
import { CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput } from "./commands/CreateVoiceConnectorCommand";
|
|
20
|
+
import { CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput } from "./commands/CreateVoiceConnectorGroupCommand";
|
|
21
|
+
import { DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput } from "./commands/DeletePhoneNumberCommand";
|
|
22
|
+
import { DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput } from "./commands/DeleteProxySessionCommand";
|
|
23
|
+
import { DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput } from "./commands/DeleteSipMediaApplicationCommand";
|
|
24
|
+
import { DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput } from "./commands/DeleteSipRuleCommand";
|
|
25
|
+
import { DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput } from "./commands/DeleteVoiceConnectorCommand";
|
|
26
|
+
import { DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
27
|
+
import { DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput } from "./commands/DeleteVoiceConnectorGroupCommand";
|
|
28
|
+
import { DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput } from "./commands/DeleteVoiceConnectorOriginationCommand";
|
|
29
|
+
import { DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput } from "./commands/DeleteVoiceConnectorProxyCommand";
|
|
30
|
+
import { DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
31
|
+
import { DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCommand";
|
|
32
|
+
import { DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
33
|
+
import { DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
34
|
+
import { DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
35
|
+
import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
|
|
36
|
+
import { GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput } from "./commands/GetPhoneNumberCommand";
|
|
37
|
+
import { GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput } from "./commands/GetPhoneNumberOrderCommand";
|
|
38
|
+
import { GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput } from "./commands/GetPhoneNumberSettingsCommand";
|
|
39
|
+
import { GetProxySessionCommandInput, GetProxySessionCommandOutput } from "./commands/GetProxySessionCommand";
|
|
40
|
+
import { GetSipMediaApplicationAlexaSkillConfigurationCommandInput, GetSipMediaApplicationAlexaSkillConfigurationCommandOutput } from "./commands/GetSipMediaApplicationAlexaSkillConfigurationCommand";
|
|
41
|
+
import { GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput } from "./commands/GetSipMediaApplicationCommand";
|
|
42
|
+
import { GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
|
|
43
|
+
import { GetSipRuleCommandInput, GetSipRuleCommandOutput } from "./commands/GetSipRuleCommand";
|
|
44
|
+
import { GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput } from "./commands/GetVoiceConnectorCommand";
|
|
45
|
+
import { GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
46
|
+
import { GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput } from "./commands/GetVoiceConnectorGroupCommand";
|
|
47
|
+
import { GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
|
|
48
|
+
import { GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput } from "./commands/GetVoiceConnectorOriginationCommand";
|
|
49
|
+
import { GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput } from "./commands/GetVoiceConnectorProxyCommand";
|
|
50
|
+
import { GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
|
|
51
|
+
import { GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput } from "./commands/GetVoiceConnectorTerminationCommand";
|
|
52
|
+
import { GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput } from "./commands/GetVoiceConnectorTerminationHealthCommand";
|
|
53
|
+
import { ListAvailableVoiceConnectorRegionsCommandInput, ListAvailableVoiceConnectorRegionsCommandOutput } from "./commands/ListAvailableVoiceConnectorRegionsCommand";
|
|
54
|
+
import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "./commands/ListPhoneNumberOrdersCommand";
|
|
55
|
+
import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
|
|
56
|
+
import { ListProxySessionsCommandInput, ListProxySessionsCommandOutput } from "./commands/ListProxySessionsCommand";
|
|
57
|
+
import { ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput } from "./commands/ListSipMediaApplicationsCommand";
|
|
58
|
+
import { ListSipRulesCommandInput, ListSipRulesCommandOutput } from "./commands/ListSipRulesCommand";
|
|
59
|
+
import { ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput } from "./commands/ListSupportedPhoneNumberCountriesCommand";
|
|
60
|
+
import { ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput } from "./commands/ListVoiceConnectorGroupsCommand";
|
|
61
|
+
import { ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput } from "./commands/ListVoiceConnectorsCommand";
|
|
62
|
+
import { ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
|
|
63
|
+
import { PutSipMediaApplicationAlexaSkillConfigurationCommandInput, PutSipMediaApplicationAlexaSkillConfigurationCommandOutput } from "./commands/PutSipMediaApplicationAlexaSkillConfigurationCommand";
|
|
64
|
+
import { PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
|
|
65
|
+
import { PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
66
|
+
import { PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
|
|
67
|
+
import { PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput } from "./commands/PutVoiceConnectorOriginationCommand";
|
|
68
|
+
import { PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput } from "./commands/PutVoiceConnectorProxyCommand";
|
|
69
|
+
import { PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
|
|
70
|
+
import { PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput } from "./commands/PutVoiceConnectorTerminationCommand";
|
|
71
|
+
import { PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
|
|
72
|
+
import { RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput } from "./commands/RestorePhoneNumberCommand";
|
|
73
|
+
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
74
|
+
import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
|
|
75
|
+
import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
|
|
76
|
+
import { UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput } from "./commands/UpdatePhoneNumberSettingsCommand";
|
|
77
|
+
import { UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput } from "./commands/UpdateProxySessionCommand";
|
|
78
|
+
import { UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput } from "./commands/UpdateSipMediaApplicationCallCommand";
|
|
79
|
+
import { UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput } from "./commands/UpdateSipMediaApplicationCommand";
|
|
80
|
+
import { UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput } from "./commands/UpdateSipRuleCommand";
|
|
81
|
+
import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } from "./commands/UpdateVoiceConnectorCommand";
|
|
82
|
+
import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "./commands/UpdateVoiceConnectorGroupCommand";
|
|
83
|
+
import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "./commands/ValidateE911AddressCommand";
|
|
84
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
85
|
+
export declare type ServiceInputTypes = AssociatePhoneNumbersWithVoiceConnectorCommandInput | AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput | BatchDeletePhoneNumberCommandInput | BatchUpdatePhoneNumberCommandInput | CreatePhoneNumberOrderCommandInput | CreateProxySessionCommandInput | CreateSipMediaApplicationCallCommandInput | CreateSipMediaApplicationCommandInput | CreateSipRuleCommandInput | CreateVoiceConnectorCommandInput | CreateVoiceConnectorGroupCommandInput | DeletePhoneNumberCommandInput | DeleteProxySessionCommandInput | DeleteSipMediaApplicationCommandInput | DeleteSipRuleCommandInput | DeleteVoiceConnectorCommandInput | DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput | DeleteVoiceConnectorGroupCommandInput | DeleteVoiceConnectorOriginationCommandInput | DeleteVoiceConnectorProxyCommandInput | DeleteVoiceConnectorStreamingConfigurationCommandInput | DeleteVoiceConnectorTerminationCommandInput | DeleteVoiceConnectorTerminationCredentialsCommandInput | DisassociatePhoneNumbersFromVoiceConnectorCommandInput | DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput | GetGlobalSettingsCommandInput | GetPhoneNumberCommandInput | GetPhoneNumberOrderCommandInput | GetPhoneNumberSettingsCommandInput | GetProxySessionCommandInput | GetSipMediaApplicationAlexaSkillConfigurationCommandInput | GetSipMediaApplicationCommandInput | GetSipMediaApplicationLoggingConfigurationCommandInput | GetSipRuleCommandInput | GetVoiceConnectorCommandInput | GetVoiceConnectorEmergencyCallingConfigurationCommandInput | GetVoiceConnectorGroupCommandInput | GetVoiceConnectorLoggingConfigurationCommandInput | GetVoiceConnectorOriginationCommandInput | GetVoiceConnectorProxyCommandInput | GetVoiceConnectorStreamingConfigurationCommandInput | GetVoiceConnectorTerminationCommandInput | GetVoiceConnectorTerminationHealthCommandInput | ListAvailableVoiceConnectorRegionsCommandInput | ListPhoneNumberOrdersCommandInput | ListPhoneNumbersCommandInput | ListProxySessionsCommandInput | ListSipMediaApplicationsCommandInput | ListSipRulesCommandInput | ListSupportedPhoneNumberCountriesCommandInput | ListVoiceConnectorGroupsCommandInput | ListVoiceConnectorTerminationCredentialsCommandInput | ListVoiceConnectorsCommandInput | PutSipMediaApplicationAlexaSkillConfigurationCommandInput | PutSipMediaApplicationLoggingConfigurationCommandInput | PutVoiceConnectorEmergencyCallingConfigurationCommandInput | PutVoiceConnectorLoggingConfigurationCommandInput | PutVoiceConnectorOriginationCommandInput | PutVoiceConnectorProxyCommandInput | PutVoiceConnectorStreamingConfigurationCommandInput | PutVoiceConnectorTerminationCommandInput | PutVoiceConnectorTerminationCredentialsCommandInput | RestorePhoneNumberCommandInput | SearchAvailablePhoneNumbersCommandInput | UpdateGlobalSettingsCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberSettingsCommandInput | UpdateProxySessionCommandInput | UpdateSipMediaApplicationCallCommandInput | UpdateSipMediaApplicationCommandInput | UpdateSipRuleCommandInput | UpdateVoiceConnectorCommandInput | UpdateVoiceConnectorGroupCommandInput | ValidateE911AddressCommandInput;
|
|
86
|
+
export declare type ServiceOutputTypes = AssociatePhoneNumbersWithVoiceConnectorCommandOutput | AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput | BatchDeletePhoneNumberCommandOutput | BatchUpdatePhoneNumberCommandOutput | CreatePhoneNumberOrderCommandOutput | CreateProxySessionCommandOutput | CreateSipMediaApplicationCallCommandOutput | CreateSipMediaApplicationCommandOutput | CreateSipRuleCommandOutput | CreateVoiceConnectorCommandOutput | CreateVoiceConnectorGroupCommandOutput | DeletePhoneNumberCommandOutput | DeleteProxySessionCommandOutput | DeleteSipMediaApplicationCommandOutput | DeleteSipRuleCommandOutput | DeleteVoiceConnectorCommandOutput | DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput | DeleteVoiceConnectorGroupCommandOutput | DeleteVoiceConnectorOriginationCommandOutput | DeleteVoiceConnectorProxyCommandOutput | DeleteVoiceConnectorStreamingConfigurationCommandOutput | DeleteVoiceConnectorTerminationCommandOutput | DeleteVoiceConnectorTerminationCredentialsCommandOutput | DisassociatePhoneNumbersFromVoiceConnectorCommandOutput | DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput | GetGlobalSettingsCommandOutput | GetPhoneNumberCommandOutput | GetPhoneNumberOrderCommandOutput | GetPhoneNumberSettingsCommandOutput | GetProxySessionCommandOutput | GetSipMediaApplicationAlexaSkillConfigurationCommandOutput | GetSipMediaApplicationCommandOutput | GetSipMediaApplicationLoggingConfigurationCommandOutput | GetSipRuleCommandOutput | GetVoiceConnectorCommandOutput | GetVoiceConnectorEmergencyCallingConfigurationCommandOutput | GetVoiceConnectorGroupCommandOutput | GetVoiceConnectorLoggingConfigurationCommandOutput | GetVoiceConnectorOriginationCommandOutput | GetVoiceConnectorProxyCommandOutput | GetVoiceConnectorStreamingConfigurationCommandOutput | GetVoiceConnectorTerminationCommandOutput | GetVoiceConnectorTerminationHealthCommandOutput | ListAvailableVoiceConnectorRegionsCommandOutput | ListPhoneNumberOrdersCommandOutput | ListPhoneNumbersCommandOutput | ListProxySessionsCommandOutput | ListSipMediaApplicationsCommandOutput | ListSipRulesCommandOutput | ListSupportedPhoneNumberCountriesCommandOutput | ListVoiceConnectorGroupsCommandOutput | ListVoiceConnectorTerminationCredentialsCommandOutput | ListVoiceConnectorsCommandOutput | PutSipMediaApplicationAlexaSkillConfigurationCommandOutput | PutSipMediaApplicationLoggingConfigurationCommandOutput | PutVoiceConnectorEmergencyCallingConfigurationCommandOutput | PutVoiceConnectorLoggingConfigurationCommandOutput | PutVoiceConnectorOriginationCommandOutput | PutVoiceConnectorProxyCommandOutput | PutVoiceConnectorStreamingConfigurationCommandOutput | PutVoiceConnectorTerminationCommandOutput | PutVoiceConnectorTerminationCredentialsCommandOutput | RestorePhoneNumberCommandOutput | SearchAvailablePhoneNumbersCommandOutput | UpdateGlobalSettingsCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberSettingsCommandOutput | UpdateProxySessionCommandOutput | UpdateSipMediaApplicationCallCommandOutput | UpdateSipMediaApplicationCommandOutput | UpdateSipRuleCommandOutput | UpdateVoiceConnectorCommandOutput | UpdateVoiceConnectorGroupCommandOutput | ValidateE911AddressCommandOutput;
|
|
87
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
88
|
+
/**
|
|
89
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
90
|
+
*/
|
|
91
|
+
requestHandler?: __HttpHandler;
|
|
92
|
+
/**
|
|
93
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
94
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
sha256?: __HashConstructor;
|
|
98
|
+
/**
|
|
99
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
urlParser?: __UrlParser;
|
|
103
|
+
/**
|
|
104
|
+
* A function that can calculate the length of a request body.
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
107
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
108
|
+
/**
|
|
109
|
+
* A function that converts a stream into an array of bytes.
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
112
|
+
streamCollector?: __StreamCollector;
|
|
113
|
+
/**
|
|
114
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
base64Decoder?: __Decoder;
|
|
118
|
+
/**
|
|
119
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
base64Encoder?: __Encoder;
|
|
123
|
+
/**
|
|
124
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
125
|
+
* @internal
|
|
126
|
+
*/
|
|
127
|
+
utf8Decoder?: __Decoder;
|
|
128
|
+
/**
|
|
129
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
132
|
+
utf8Encoder?: __Encoder;
|
|
133
|
+
/**
|
|
134
|
+
* The runtime environment.
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
137
|
+
runtime?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
140
|
+
* trait of an operation.
|
|
141
|
+
*/
|
|
142
|
+
disableHostPrefix?: boolean;
|
|
143
|
+
/**
|
|
144
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
145
|
+
*/
|
|
146
|
+
maxAttempts?: number | __Provider<number>;
|
|
147
|
+
/**
|
|
148
|
+
* Specifies which retry algorithm to use.
|
|
149
|
+
*/
|
|
150
|
+
retryMode?: string | __Provider<string>;
|
|
151
|
+
/**
|
|
152
|
+
* Optional logger for logging debug/info/warn/error.
|
|
153
|
+
*/
|
|
154
|
+
logger?: __Logger;
|
|
155
|
+
/**
|
|
156
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
157
|
+
*/
|
|
158
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
159
|
+
/**
|
|
160
|
+
* Enables FIPS compatible endpoints.
|
|
161
|
+
*/
|
|
162
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
163
|
+
/**
|
|
164
|
+
* Unique service identifier.
|
|
165
|
+
* @internal
|
|
166
|
+
*/
|
|
167
|
+
serviceId?: string;
|
|
168
|
+
/**
|
|
169
|
+
* The AWS region to which this client will send requests
|
|
170
|
+
*/
|
|
171
|
+
region?: string | __Provider<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Default credentials provider; Not available in browser runtime.
|
|
174
|
+
* @internal
|
|
175
|
+
*/
|
|
176
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
177
|
+
/**
|
|
178
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
179
|
+
* @internal
|
|
180
|
+
*/
|
|
181
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
182
|
+
/**
|
|
183
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
184
|
+
*/
|
|
185
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
186
|
+
}
|
|
187
|
+
declare type ChimeSDKVoiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
188
|
+
/**
|
|
189
|
+
* The configuration interface of ChimeSDKVoiceClient class constructor that set the region, credentials and other options.
|
|
190
|
+
*/
|
|
191
|
+
export interface ChimeSDKVoiceClientConfig extends ChimeSDKVoiceClientConfigType {
|
|
192
|
+
}
|
|
193
|
+
declare type ChimeSDKVoiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
194
|
+
/**
|
|
195
|
+
* The resolved configuration interface of ChimeSDKVoiceClient class. This is resolved and normalized from the {@link ChimeSDKVoiceClientConfig | constructor configuration interface}.
|
|
196
|
+
*/
|
|
197
|
+
export interface ChimeSDKVoiceClientResolvedConfig extends ChimeSDKVoiceClientResolvedConfigType {
|
|
198
|
+
}
|
|
199
|
+
export declare class ChimeSDKVoiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKVoiceClientResolvedConfig> {
|
|
200
|
+
/**
|
|
201
|
+
* The resolved configuration of ChimeSDKVoiceClient class. This is resolved and normalized from the {@link ChimeSDKVoiceClientConfig | constructor configuration interface}.
|
|
202
|
+
*/
|
|
203
|
+
readonly config: ChimeSDKVoiceClientResolvedConfig;
|
|
204
|
+
constructor(configuration: ChimeSDKVoiceClientConfig);
|
|
205
|
+
/**
|
|
206
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
207
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
208
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
209
|
+
*/
|
|
210
|
+
destroy(): void;
|
|
211
|
+
}
|
|
212
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { AssociatePhoneNumbersWithVoiceConnectorRequest, AssociatePhoneNumbersWithVoiceConnectorResponse } from "../models/models_0";
|
|
6
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorCommandInput extends AssociatePhoneNumbersWithVoiceConnectorRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends AssociatePhoneNumbersWithVoiceConnectorResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: AssociatePhoneNumbersWithVoiceConnectorCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { AssociatePhoneNumbersWithVoiceConnectorGroupRequest, AssociatePhoneNumbersWithVoiceConnectorGroupResponse } from "../models/models_0";
|
|
6
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput extends AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput extends AssociatePhoneNumbersWithVoiceConnectorGroupResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0";
|
|
6
|
+
export interface BatchDeletePhoneNumberCommandInput extends BatchDeletePhoneNumberRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNumberResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchDeletePhoneNumberCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: BatchDeletePhoneNumberCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { BatchUpdatePhoneNumberRequest, BatchUpdatePhoneNumberResponse } from "../models/models_0";
|
|
6
|
+
export interface BatchUpdatePhoneNumberCommandInput extends BatchUpdatePhoneNumberRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNumberResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchUpdatePhoneNumberCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: BatchUpdatePhoneNumberCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { CreatePhoneNumberOrderRequest, CreatePhoneNumberOrderResponse } from "../models/models_0";
|
|
6
|
+
export interface CreatePhoneNumberOrderCommandInput extends CreatePhoneNumberOrderRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOrderResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class CreatePhoneNumberOrderCommand extends $Command<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: CreatePhoneNumberOrderCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: CreatePhoneNumberOrderCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { CreateProxySessionRequest, CreateProxySessionResponse } from "../models/models_0";
|
|
6
|
+
export interface CreateProxySessionCommandInput extends CreateProxySessionRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface CreateProxySessionCommandOutput extends CreateProxySessionResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class CreateProxySessionCommand extends $Command<CreateProxySessionCommandInput, CreateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateProxySessionCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: CreateProxySessionCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProxySessionCommandInput, CreateProxySessionCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { CreateSipMediaApplicationCallRequest, CreateSipMediaApplicationCallResponse } from "../models/models_0";
|
|
6
|
+
export interface CreateSipMediaApplicationCallCommandInput extends CreateSipMediaApplicationCallRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface CreateSipMediaApplicationCallCommandOutput extends CreateSipMediaApplicationCallResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class CreateSipMediaApplicationCallCommand extends $Command<CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateSipMediaApplicationCallCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: CreateSipMediaApplicationCallCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { CreateSipMediaApplicationRequest, CreateSipMediaApplicationResponse } from "../models/models_0";
|
|
6
|
+
export interface CreateSipMediaApplicationCommandInput extends CreateSipMediaApplicationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaApplicationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class CreateSipMediaApplicationCommand extends $Command<CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateSipMediaApplicationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: CreateSipMediaApplicationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { CreateSipRuleRequest, CreateSipRuleResponse } from "../models/models_0";
|
|
6
|
+
export interface CreateSipRuleCommandInput extends CreateSipRuleRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class CreateSipRuleCommand extends $Command<CreateSipRuleCommandInput, CreateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateSipRuleCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: CreateSipRuleCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSipRuleCommandInput, CreateSipRuleCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { CreateVoiceConnectorRequest, CreateVoiceConnectorResponse } from "../models/models_0";
|
|
6
|
+
export interface CreateVoiceConnectorCommandInput extends CreateVoiceConnectorRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class CreateVoiceConnectorCommand extends $Command<CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateVoiceConnectorCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: CreateVoiceConnectorCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { CreateVoiceConnectorGroupRequest, CreateVoiceConnectorGroupResponse } from "../models/models_0";
|
|
6
|
+
export interface CreateVoiceConnectorGroupCommandInput extends CreateVoiceConnectorGroupRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConnectorGroupResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class CreateVoiceConnectorGroupCommand extends $Command<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateVoiceConnectorGroupCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: CreateVoiceConnectorGroupCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { DeletePhoneNumberRequest } from "../models/models_0";
|
|
6
|
+
export interface DeletePhoneNumberCommandInput extends DeletePhoneNumberRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class DeletePhoneNumberCommand extends $Command<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: DeletePhoneNumberCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: DeletePhoneNumberCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { DeleteProxySessionRequest } from "../models/models_0";
|
|
6
|
+
export interface DeleteProxySessionCommandInput extends DeleteProxySessionRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class DeleteProxySessionCommand extends $Command<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteProxySessionCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: DeleteProxySessionCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { DeleteSipMediaApplicationRequest } from "../models/models_0";
|
|
6
|
+
export interface DeleteSipMediaApplicationCommandInput extends DeleteSipMediaApplicationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class DeleteSipMediaApplicationCommand extends $Command<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteSipMediaApplicationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: DeleteSipMediaApplicationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { DeleteSipRuleRequest } from "../models/models_0";
|
|
6
|
+
export interface DeleteSipRuleCommandInput extends DeleteSipRuleRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class DeleteSipRuleCommand extends $Command<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteSipRuleCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: DeleteSipRuleCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { DeleteVoiceConnectorRequest } from "../models/models_0";
|
|
6
|
+
export interface DeleteVoiceConnectorCommandInput extends DeleteVoiceConnectorRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class DeleteVoiceConnectorCommand extends $Command<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteVoiceConnectorCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: DeleteVoiceConnectorCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
|
+
import { DeleteVoiceConnectorEmergencyCallingConfigurationRequest } from "../models/models_0";
|
|
6
|
+
export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput extends DeleteVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|