@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,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 { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_0";
|
|
6
|
+
export interface ListPhoneNumbersCommandInput extends ListPhoneNumbersRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class ListPhoneNumbersCommand extends $Command<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: ListPhoneNumbersCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: ListPhoneNumbersCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput>;
|
|
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 { ListProxySessionsRequest, ListProxySessionsResponse } from "../models/models_0";
|
|
6
|
+
export interface ListProxySessionsCommandInput extends ListProxySessionsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ListProxySessionsCommandOutput extends ListProxySessionsResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class ListProxySessionsCommand extends $Command<ListProxySessionsCommandInput, ListProxySessionsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: ListProxySessionsCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: ListProxySessionsCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProxySessionsCommandInput, ListProxySessionsCommandOutput>;
|
|
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 { ListSipMediaApplicationsRequest, ListSipMediaApplicationsResponse } from "../models/models_0";
|
|
6
|
+
export interface ListSipMediaApplicationsCommandInput extends ListSipMediaApplicationsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaApplicationsResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class ListSipMediaApplicationsCommand extends $Command<ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: ListSipMediaApplicationsCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: ListSipMediaApplicationsCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput>;
|
|
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 { ListSipRulesRequest, ListSipRulesResponse } from "../models/models_0";
|
|
6
|
+
export interface ListSipRulesCommandInput extends ListSipRulesRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class ListSipRulesCommand extends $Command<ListSipRulesCommandInput, ListSipRulesCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: ListSipRulesCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: ListSipRulesCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSipRulesCommandInput, ListSipRulesCommandOutput>;
|
|
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 { ListSupportedPhoneNumberCountriesRequest, ListSupportedPhoneNumberCountriesResponse } from "../models/models_0";
|
|
6
|
+
export interface ListSupportedPhoneNumberCountriesCommandInput extends ListSupportedPhoneNumberCountriesRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupportedPhoneNumberCountriesResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class ListSupportedPhoneNumberCountriesCommand extends $Command<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: ListSupportedPhoneNumberCountriesCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: ListSupportedPhoneNumberCountriesCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput>;
|
|
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 { ListVoiceConnectorGroupsRequest, ListVoiceConnectorGroupsResponse } from "../models/models_0";
|
|
6
|
+
export interface ListVoiceConnectorGroupsCommandInput extends ListVoiceConnectorGroupsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnectorGroupsResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class ListVoiceConnectorGroupsCommand extends $Command<ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: ListVoiceConnectorGroupsCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: ListVoiceConnectorGroupsCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput>;
|
|
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 { ListVoiceConnectorTerminationCredentialsRequest, ListVoiceConnectorTerminationCredentialsResponse } from "../models/models_0";
|
|
6
|
+
export interface ListVoiceConnectorTerminationCredentialsCommandInput extends ListVoiceConnectorTerminationCredentialsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ListVoiceConnectorTerminationCredentialsCommandOutput extends ListVoiceConnectorTerminationCredentialsResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class ListVoiceConnectorTerminationCredentialsCommand extends $Command<ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: ListVoiceConnectorTerminationCredentialsCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: ListVoiceConnectorTerminationCredentialsCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
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 { ListVoiceConnectorsRequest, ListVoiceConnectorsResponse } from "../models/models_0";
|
|
6
|
+
export interface ListVoiceConnectorsCommandInput extends ListVoiceConnectorsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class ListVoiceConnectorsCommand extends $Command<ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: ListVoiceConnectorsCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: ListVoiceConnectorsCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput>;
|
|
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 { PutSipMediaApplicationAlexaSkillConfigurationRequest, PutSipMediaApplicationAlexaSkillConfigurationResponse } from "../models/models_0";
|
|
6
|
+
export interface PutSipMediaApplicationAlexaSkillConfigurationCommandInput extends PutSipMediaApplicationAlexaSkillConfigurationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutSipMediaApplicationAlexaSkillConfigurationCommandOutput extends PutSipMediaApplicationAlexaSkillConfigurationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutSipMediaApplicationAlexaSkillConfigurationCommand extends $Command<PutSipMediaApplicationAlexaSkillConfigurationCommandInput, PutSipMediaApplicationAlexaSkillConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSipMediaApplicationAlexaSkillConfigurationCommandInput, PutSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
|
|
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 { PutSipMediaApplicationLoggingConfigurationRequest, PutSipMediaApplicationLoggingConfigurationResponse } from "../models/models_0";
|
|
6
|
+
export interface PutSipMediaApplicationLoggingConfigurationCommandInput extends PutSipMediaApplicationLoggingConfigurationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutSipMediaApplicationLoggingConfigurationCommandOutput extends PutSipMediaApplicationLoggingConfigurationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutSipMediaApplicationLoggingConfigurationCommand extends $Command<PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutSipMediaApplicationLoggingConfigurationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutSipMediaApplicationLoggingConfigurationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput>;
|
|
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 { PutVoiceConnectorEmergencyCallingConfigurationRequest, PutVoiceConnectorEmergencyCallingConfigurationResponse } from "../models/models_0";
|
|
6
|
+
export interface PutVoiceConnectorEmergencyCallingConfigurationCommandInput extends PutVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput extends PutVoiceConnectorEmergencyCallingConfigurationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
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 { PutVoiceConnectorLoggingConfigurationRequest, PutVoiceConnectorLoggingConfigurationResponse } from "../models/models_0";
|
|
6
|
+
export interface PutVoiceConnectorLoggingConfigurationCommandInput extends PutVoiceConnectorLoggingConfigurationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutVoiceConnectorLoggingConfigurationCommandOutput extends PutVoiceConnectorLoggingConfigurationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutVoiceConnectorLoggingConfigurationCommand extends $Command<PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutVoiceConnectorLoggingConfigurationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutVoiceConnectorLoggingConfigurationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput>;
|
|
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 { PutVoiceConnectorOriginationRequest, PutVoiceConnectorOriginationResponse } from "../models/models_0";
|
|
6
|
+
export interface PutVoiceConnectorOriginationCommandInput extends PutVoiceConnectorOriginationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConnectorOriginationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutVoiceConnectorOriginationCommand extends $Command<PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutVoiceConnectorOriginationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutVoiceConnectorOriginationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput>;
|
|
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 { PutVoiceConnectorProxyRequest, PutVoiceConnectorProxyResponse } from "../models/models_0";
|
|
6
|
+
export interface PutVoiceConnectorProxyCommandInput extends PutVoiceConnectorProxyRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorProxyResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutVoiceConnectorProxyCommand extends $Command<PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutVoiceConnectorProxyCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutVoiceConnectorProxyCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput>;
|
|
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 { PutVoiceConnectorStreamingConfigurationRequest, PutVoiceConnectorStreamingConfigurationResponse } from "../models/models_0";
|
|
6
|
+
export interface PutVoiceConnectorStreamingConfigurationCommandInput extends PutVoiceConnectorStreamingConfigurationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutVoiceConnectorStreamingConfigurationCommandOutput extends PutVoiceConnectorStreamingConfigurationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutVoiceConnectorStreamingConfigurationCommand extends $Command<PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutVoiceConnectorStreamingConfigurationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutVoiceConnectorStreamingConfigurationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
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 { PutVoiceConnectorTerminationRequest, PutVoiceConnectorTerminationResponse } from "../models/models_0";
|
|
6
|
+
export interface PutVoiceConnectorTerminationCommandInput extends PutVoiceConnectorTerminationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutVoiceConnectorTerminationCommandOutput extends PutVoiceConnectorTerminationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutVoiceConnectorTerminationCommand extends $Command<PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutVoiceConnectorTerminationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutVoiceConnectorTerminationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput>;
|
|
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 { PutVoiceConnectorTerminationCredentialsRequest } from "../models/models_0";
|
|
6
|
+
export interface PutVoiceConnectorTerminationCredentialsCommandInput extends PutVoiceConnectorTerminationCredentialsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class PutVoiceConnectorTerminationCredentialsCommand extends $Command<PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: PutVoiceConnectorTerminationCredentialsCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: PutVoiceConnectorTerminationCredentialsCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
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 { RestorePhoneNumberRequest, RestorePhoneNumberResponse } from "../models/models_0";
|
|
6
|
+
export interface RestorePhoneNumberCommandInput extends RestorePhoneNumberRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class RestorePhoneNumberCommand extends $Command<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: RestorePhoneNumberCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: RestorePhoneNumberCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput>;
|
|
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 { SearchAvailablePhoneNumbersRequest, SearchAvailablePhoneNumbersResponse } from "../models/models_0";
|
|
6
|
+
export interface SearchAvailablePhoneNumbersCommandInput extends SearchAvailablePhoneNumbersRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailablePhoneNumbersResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class SearchAvailablePhoneNumbersCommand extends $Command<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: SearchAvailablePhoneNumbersCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: SearchAvailablePhoneNumbersCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput>;
|
|
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 { UpdateGlobalSettingsRequest } from "../models/models_0";
|
|
6
|
+
export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateGlobalSettingsCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdateGlobalSettingsCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput>;
|
|
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 { UpdatePhoneNumberRequest, UpdatePhoneNumberResponse } from "../models/models_0";
|
|
6
|
+
export interface UpdatePhoneNumberCommandInput extends UpdatePhoneNumberRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdatePhoneNumberCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdatePhoneNumberCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput>;
|
|
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 { UpdatePhoneNumberSettingsRequest } from "../models/models_0";
|
|
6
|
+
export interface UpdatePhoneNumberSettingsCommandInput extends UpdatePhoneNumberSettingsRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdatePhoneNumberSettingsCommand extends $Command<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdatePhoneNumberSettingsCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdatePhoneNumberSettingsCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput>;
|
|
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 { UpdateProxySessionRequest, UpdateProxySessionResponse } from "../models/models_0";
|
|
6
|
+
export interface UpdateProxySessionCommandInput extends UpdateProxySessionRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateProxySessionCommandOutput extends UpdateProxySessionResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdateProxySessionCommand extends $Command<UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateProxySessionCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdateProxySessionCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput>;
|
|
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 { UpdateSipMediaApplicationCallRequest, UpdateSipMediaApplicationCallResponse } from "../models/models_0";
|
|
6
|
+
export interface UpdateSipMediaApplicationCallCommandInput extends UpdateSipMediaApplicationCallRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMediaApplicationCallResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdateSipMediaApplicationCallCommand extends $Command<UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateSipMediaApplicationCallCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdateSipMediaApplicationCallCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput>;
|
|
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 { UpdateSipMediaApplicationRequest, UpdateSipMediaApplicationResponse } from "../models/models_0";
|
|
6
|
+
export interface UpdateSipMediaApplicationCommandInput extends UpdateSipMediaApplicationRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaApplicationResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdateSipMediaApplicationCommand extends $Command<UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateSipMediaApplicationCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdateSipMediaApplicationCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput>;
|
|
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 { UpdateSipRuleRequest, UpdateSipRuleResponse } from "../models/models_0";
|
|
6
|
+
export interface UpdateSipRuleCommandInput extends UpdateSipRuleRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdateSipRuleCommand extends $Command<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateSipRuleCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdateSipRuleCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput>;
|
|
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 { UpdateVoiceConnectorRequest, UpdateVoiceConnectorResponse } from "../models/models_0";
|
|
6
|
+
export interface UpdateVoiceConnectorCommandInput extends UpdateVoiceConnectorRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdateVoiceConnectorCommand extends $Command<UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateVoiceConnectorCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdateVoiceConnectorCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput>;
|
|
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 { UpdateVoiceConnectorGroupRequest, UpdateVoiceConnectorGroupResponse } from "../models/models_0";
|
|
6
|
+
export interface UpdateVoiceConnectorGroupCommandInput extends UpdateVoiceConnectorGroupRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConnectorGroupResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdateVoiceConnectorGroupCommand extends $Command<UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateVoiceConnectorGroupCommandInput;
|
|
12
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
13
|
+
constructor(input: UpdateVoiceConnectorGroupCommandInput);
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput>;
|
|
18
|
+
private serialize;
|
|
19
|
+
private deserialize;
|
|
20
|
+
}
|