@aws-sdk/client-chime-sdk-voice 3.325.0 → 3.327.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/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +12 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +12 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +12 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +12 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +19 -0
- package/dist-types/commands/CreateProxySessionCommand.d.ts +30 -0
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +8 -0
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +18 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +21 -0
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +15 -0
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateVoiceProfileCommand.d.ts +13 -0
- package/dist-types/commands/CreateVoiceProfileDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceProfileDomainCommand.d.ts +4 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +12 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +12 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +8 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +34 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +19 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +7 -0
- package/dist-types/commands/GetProxySessionCommand.d.ts +30 -0
- package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +18 -0
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/GetSipRuleCommand.d.ts +21 -0
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +27 -0
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +15 -0
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +18 -0
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +17 -0
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +18 -0
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +16 -0
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +9 -0
- package/dist-types/commands/GetVoiceProfileCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceProfileDomainCommand.d.ts +16 -0
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +18 -0
- package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +8 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +22 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +33 -0
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +21 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +24 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +21 -0
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +8 -0
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +18 -0
- package/dist-types/commands/ListVoiceProfileDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListVoiceProfilesCommand.d.ts +16 -0
- package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +17 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +18 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +16 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +4 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +34 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +9 -0
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +27 -0
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +18 -0
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +4 -0
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +34 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +30 -0
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +18 -0
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +21 -0
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +15 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +18 -0
- package/dist-types/commands/UpdateVoiceProfileCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVoiceProfileDomainCommand.d.ts +16 -0
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +30 -0
- package/package.json +7 -7
|
@@ -41,6 +41,17 @@ export interface UpdateVoiceProfileCommandOutput extends UpdateVoiceProfileRespo
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateVoiceProfileCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateVoiceProfileResponse
|
|
45
|
+
* // VoiceProfile: { // VoiceProfile
|
|
46
|
+
* // VoiceProfileId: "STRING_VALUE",
|
|
47
|
+
* // VoiceProfileArn: "STRING_VALUE",
|
|
48
|
+
* // VoiceProfileDomainId: "STRING_VALUE",
|
|
49
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
50
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
51
|
+
* // ExpirationTimestamp: new Date("TIMESTAMP"),
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
44
55
|
* ```
|
|
45
56
|
*
|
|
46
57
|
* @param UpdateVoiceProfileCommandInput - {@link UpdateVoiceProfileCommandInput}
|
|
@@ -79,6 +90,8 @@ export interface UpdateVoiceProfileCommandOutput extends UpdateVoiceProfileRespo
|
|
|
79
90
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
80
91
|
* <p>The client isn't authorized to request a resource.</p>
|
|
81
92
|
*
|
|
93
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
82
95
|
*
|
|
83
96
|
*/
|
|
84
97
|
export declare class UpdateVoiceProfileCommand extends $Command<UpdateVoiceProfileCommandInput, UpdateVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -33,6 +33,20 @@ export interface UpdateVoiceProfileDomainCommandOutput extends UpdateVoiceProfil
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateVoiceProfileDomainCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateVoiceProfileDomainResponse
|
|
37
|
+
* // VoiceProfileDomain: { // VoiceProfileDomain
|
|
38
|
+
* // VoiceProfileDomainId: "STRING_VALUE",
|
|
39
|
+
* // VoiceProfileDomainArn: "STRING_VALUE",
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // Description: "STRING_VALUE",
|
|
42
|
+
* // ServerSideEncryptionConfiguration: { // ServerSideEncryptionConfiguration
|
|
43
|
+
* // KmsKeyArn: "STRING_VALUE", // required
|
|
44
|
+
* // },
|
|
45
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
46
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
36
50
|
* ```
|
|
37
51
|
*
|
|
38
52
|
* @param UpdateVoiceProfileDomainCommandInput - {@link UpdateVoiceProfileDomainCommandInput}
|
|
@@ -65,6 +79,8 @@ export interface UpdateVoiceProfileDomainCommandOutput extends UpdateVoiceProfil
|
|
|
65
79
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
66
80
|
* <p>The client isn't authorized to request a resource.</p>
|
|
67
81
|
*
|
|
82
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
68
84
|
*
|
|
69
85
|
*/
|
|
70
86
|
export declare class UpdateVoiceProfileDomainCommand extends $Command<UpdateVoiceProfileDomainCommandInput, UpdateVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -40,6 +40,34 @@ export interface ValidateE911AddressCommandOutput extends ValidateE911AddressRes
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ValidateE911AddressCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // ValidateE911AddressResponse
|
|
44
|
+
* // ValidationResult: Number("int"),
|
|
45
|
+
* // AddressExternalId: "STRING_VALUE",
|
|
46
|
+
* // Address: { // Address
|
|
47
|
+
* // streetName: "STRING_VALUE",
|
|
48
|
+
* // streetSuffix: "STRING_VALUE",
|
|
49
|
+
* // postDirectional: "STRING_VALUE",
|
|
50
|
+
* // preDirectional: "STRING_VALUE",
|
|
51
|
+
* // streetNumber: "STRING_VALUE",
|
|
52
|
+
* // city: "STRING_VALUE",
|
|
53
|
+
* // state: "STRING_VALUE",
|
|
54
|
+
* // postalCode: "STRING_VALUE",
|
|
55
|
+
* // postalCodePlus4: "STRING_VALUE",
|
|
56
|
+
* // country: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // CandidateAddressList: [ // CandidateAddressList
|
|
59
|
+
* // { // CandidateAddress
|
|
60
|
+
* // streetInfo: "STRING_VALUE",
|
|
61
|
+
* // streetNumber: "STRING_VALUE",
|
|
62
|
+
* // city: "STRING_VALUE",
|
|
63
|
+
* // state: "STRING_VALUE",
|
|
64
|
+
* // postalCode: "STRING_VALUE",
|
|
65
|
+
* // postalCodePlus4: "STRING_VALUE",
|
|
66
|
+
* // country: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
43
71
|
* ```
|
|
44
72
|
*
|
|
45
73
|
* @param ValidateE911AddressCommandInput - {@link ValidateE911AddressCommandInput}
|
|
@@ -69,6 +97,8 @@ export interface ValidateE911AddressCommandOutput extends ValidateE911AddressRes
|
|
|
69
97
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
70
98
|
* <p>The client isn't authorized to request a resource.</p>
|
|
71
99
|
*
|
|
100
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
72
102
|
*
|
|
73
103
|
*/
|
|
74
104
|
export declare class ValidateE911AddressCommand extends $Command<ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-voice",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Voice Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.327.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|