@aws-sdk/client-chime-sdk-voice 3.299.0 → 3.301.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/README.md +3 -0
- package/dist-types/ChimeSDKVoice.d.ts +203 -0
- package/dist-types/ChimeSDKVoiceClient.d.ts +2 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +52 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +52 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +54 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +51 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +51 -0
- package/dist-types/commands/CreateProxySessionCommand.d.ts +60 -0
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +58 -0
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +58 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +62 -0
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +53 -0
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +59 -0
- package/dist-types/commands/CreateVoiceProfileCommand.d.ts +63 -0
- package/dist-types/commands/CreateVoiceProfileDomainCommand.d.ts +68 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +51 -0
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +47 -0
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +48 -0
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +48 -0
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +50 -0
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +46 -0
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +50 -0
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +49 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +45 -0
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +45 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +49 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +49 -0
- package/dist-types/commands/DeleteVoiceProfileCommand.d.ts +51 -0
- package/dist-types/commands/DeleteVoiceProfileDomainCommand.d.ts +51 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +49 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +49 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +40 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +46 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +47 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +41 -0
- package/dist-types/commands/GetProxySessionCommand.d.ts +46 -0
- package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +45 -0
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +46 -0
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +45 -0
- package/dist-types/commands/GetSipRuleCommand.d.ts +46 -0
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +52 -0
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +46 -0
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +45 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +46 -0
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +46 -0
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +45 -0
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +46 -0
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +47 -0
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +45 -0
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +47 -0
- package/dist-types/commands/GetVoiceProfileCommand.d.ts +48 -0
- package/dist-types/commands/GetVoiceProfileDomainCommand.d.ts +48 -0
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +53 -0
- package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +40 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +43 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +52 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +48 -0
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +43 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +44 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +42 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +44 -0
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +45 -0
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +44 -0
- package/dist-types/commands/ListVoiceProfileDomainsCommand.d.ts +47 -0
- package/dist-types/commands/ListVoiceProfilesCommand.d.ts +47 -0
- package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +51 -0
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +48 -0
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +54 -0
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +49 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +57 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +54 -0
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +58 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +59 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +51 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +48 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +52 -0
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +67 -0
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +69 -0
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +55 -0
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +55 -0
- package/dist-types/commands/TagResourceCommand.d.ts +51 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +45 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +44 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +57 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +45 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +50 -0
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +54 -0
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +54 -0
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +60 -0
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +47 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +55 -0
- package/dist-types/commands/UpdateVoiceProfileCommand.d.ts +64 -0
- package/dist-types/commands/UpdateVoiceProfileDomainCommand.d.ts +50 -0
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +54 -0
- package/dist-types/models/models_0.d.ts +1583 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
AWS SDK for JavaScript ChimeSDKVoice Client for Node.js, Browser and React Native.
|
|
11
11
|
|
|
12
|
+
<p>The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. Developers can
|
|
13
|
+
also order and manage phone numbers, create and manage Voice Connectors and SIP media applications, and run voice analytics.</p>
|
|
14
|
+
|
|
12
15
|
## Installing
|
|
13
16
|
|
|
14
17
|
To install the this package, simply type add or install @aws-sdk/client-chime-sdk-voice
|