@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
|
@@ -43,6 +43,21 @@ export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConne
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new PutVoiceConnectorOriginationCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // PutVoiceConnectorOriginationResponse
|
|
47
|
+
* // Origination: { // Origination
|
|
48
|
+
* // Routes: [ // OriginationRouteList
|
|
49
|
+
* // { // OriginationRoute
|
|
50
|
+
* // Host: "STRING_VALUE",
|
|
51
|
+
* // Port: Number("int"),
|
|
52
|
+
* // Protocol: "TCP" || "UDP",
|
|
53
|
+
* // Priority: Number("int"),
|
|
54
|
+
* // Weight: Number("int"),
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // Disabled: true || false,
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
46
61
|
* ```
|
|
47
62
|
*
|
|
48
63
|
* @param PutVoiceConnectorOriginationCommandInput - {@link PutVoiceConnectorOriginationCommandInput}
|
|
@@ -72,6 +87,8 @@ export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConne
|
|
|
72
87
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
73
88
|
* <p>The client isn't authorized to request a resource.</p>
|
|
74
89
|
*
|
|
90
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
75
92
|
*
|
|
76
93
|
*/
|
|
77
94
|
export declare class PutVoiceConnectorOriginationCommand extends $Command<PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -37,6 +37,17 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new PutVoiceConnectorProxyCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // PutVoiceConnectorProxyResponse
|
|
41
|
+
* // Proxy: { // Proxy
|
|
42
|
+
* // DefaultSessionExpiryMinutes: Number("int"),
|
|
43
|
+
* // Disabled: true || false,
|
|
44
|
+
* // FallBackPhoneNumber: "STRING_VALUE",
|
|
45
|
+
* // PhoneNumberCountries: [ // StringList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
40
51
|
* ```
|
|
41
52
|
*
|
|
42
53
|
* @param PutVoiceConnectorProxyCommandInput - {@link PutVoiceConnectorProxyCommandInput}
|
|
@@ -69,6 +80,8 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr
|
|
|
69
80
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
70
81
|
* <p>The client isn't authorized to request a resource.</p>
|
|
71
82
|
*
|
|
83
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
72
85
|
*
|
|
73
86
|
*/
|
|
74
87
|
export declare class PutVoiceConnectorProxyCommand extends $Command<PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -44,6 +44,22 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput extends Pu
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new PutVoiceConnectorStreamingConfigurationCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // PutVoiceConnectorStreamingConfigurationResponse
|
|
48
|
+
* // StreamingConfiguration: { // StreamingConfiguration
|
|
49
|
+
* // DataRetentionInHours: Number("int"), // required
|
|
50
|
+
* // Disabled: true || false, // required
|
|
51
|
+
* // StreamingNotificationTargets: [ // StreamingNotificationTargetList
|
|
52
|
+
* // { // StreamingNotificationTarget
|
|
53
|
+
* // NotificationTarget: "EventBridge" || "SNS" || "SQS",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // MediaInsightsConfiguration: { // MediaInsightsConfiguration
|
|
57
|
+
* // Disabled: true || false,
|
|
58
|
+
* // ConfigurationArn: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
47
63
|
* ```
|
|
48
64
|
*
|
|
49
65
|
* @param PutVoiceConnectorStreamingConfigurationCommandInput - {@link PutVoiceConnectorStreamingConfigurationCommandInput}
|
|
@@ -73,6 +89,8 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput extends Pu
|
|
|
73
89
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
74
90
|
* <p>The client isn't authorized to request a resource.</p>
|
|
75
91
|
*
|
|
92
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
76
94
|
*
|
|
77
95
|
*/
|
|
78
96
|
export declare class PutVoiceConnectorStreamingConfigurationCommand extends $Command<PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -42,6 +42,20 @@ export interface PutVoiceConnectorTerminationCommandOutput extends PutVoiceConne
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new PutVoiceConnectorTerminationCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // PutVoiceConnectorTerminationResponse
|
|
46
|
+
* // Termination: { // Termination
|
|
47
|
+
* // CpsLimit: Number("int"),
|
|
48
|
+
* // DefaultPhoneNumber: "STRING_VALUE",
|
|
49
|
+
* // CallingRegions: [ // CallingRegionList
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // CidrAllowedList: [ // StringList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // Disabled: true || false,
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
45
59
|
* ```
|
|
46
60
|
*
|
|
47
61
|
* @param PutVoiceConnectorTerminationCommandInput - {@link PutVoiceConnectorTerminationCommandInput}
|
|
@@ -74,6 +88,8 @@ export interface PutVoiceConnectorTerminationCommandOutput extends PutVoiceConne
|
|
|
74
88
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
75
89
|
* <p>The client isn't authorized to request a resource.</p>
|
|
76
90
|
*
|
|
91
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
77
93
|
*
|
|
78
94
|
*/
|
|
79
95
|
export declare class PutVoiceConnectorTerminationCommand extends $Command<PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new PutVoiceConnectorTerminationCredentialsCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param PutVoiceConnectorTerminationCredentialsCommandInput - {@link PutVoiceConnectorTerminationCredentialsCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __
|
|
|
66
68
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
67
69
|
* <p>The client isn't authorized to request a resource.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class PutVoiceConnectorTerminationCredentialsCommand extends $Command<PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -31,6 +31,38 @@ export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new RestorePhoneNumberCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // RestorePhoneNumberResponse
|
|
35
|
+
* // PhoneNumber: { // PhoneNumber
|
|
36
|
+
* // PhoneNumberId: "STRING_VALUE",
|
|
37
|
+
* // E164PhoneNumber: "STRING_VALUE",
|
|
38
|
+
* // Country: "STRING_VALUE",
|
|
39
|
+
* // Type: "Local" || "TollFree",
|
|
40
|
+
* // ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
|
|
41
|
+
* // Status: "Cancelled" || "PortinCancelRequested" || "PortinInProgress" || "AcquireInProgress" || "AcquireFailed" || "Unassigned" || "Assigned" || "ReleaseInProgress" || "DeleteInProgress" || "ReleaseFailed" || "DeleteFailed",
|
|
42
|
+
* // Capabilities: { // PhoneNumberCapabilities
|
|
43
|
+
* // InboundCall: true || false,
|
|
44
|
+
* // OutboundCall: true || false,
|
|
45
|
+
* // InboundSMS: true || false,
|
|
46
|
+
* // OutboundSMS: true || false,
|
|
47
|
+
* // InboundMMS: true || false,
|
|
48
|
+
* // OutboundMMS: true || false,
|
|
49
|
+
* // },
|
|
50
|
+
* // Associations: [ // PhoneNumberAssociationList
|
|
51
|
+
* // { // PhoneNumberAssociation
|
|
52
|
+
* // Value: "STRING_VALUE",
|
|
53
|
+
* // Name: "VoiceConnectorId" || "VoiceConnectorGroupId" || "SipRuleId",
|
|
54
|
+
* // AssociatedTimestamp: new Date("TIMESTAMP"),
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // CallingName: "STRING_VALUE",
|
|
58
|
+
* // CallingNameStatus: "Unassigned" || "UpdateInProgress" || "UpdateSucceeded" || "UpdateFailed",
|
|
59
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
60
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
61
|
+
* // DeletionTimestamp: new Date("TIMESTAMP"),
|
|
62
|
+
* // OrderId: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
34
66
|
* ```
|
|
35
67
|
*
|
|
36
68
|
* @param RestorePhoneNumberCommandInput - {@link RestorePhoneNumberCommandInput}
|
|
@@ -63,6 +95,8 @@ export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo
|
|
|
63
95
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
64
96
|
* <p>The client isn't authorized to request a resource.</p>
|
|
65
97
|
*
|
|
98
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
66
100
|
*
|
|
67
101
|
*/
|
|
68
102
|
export declare class RestorePhoneNumberCommand extends $Command<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -38,6 +38,13 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new SearchAvailablePhoneNumbersCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // SearchAvailablePhoneNumbersResponse
|
|
42
|
+
* // E164PhoneNumbers: [ // E164PhoneNumberList
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
41
48
|
* ```
|
|
42
49
|
*
|
|
43
50
|
* @param SearchAvailablePhoneNumbersCommandInput - {@link SearchAvailablePhoneNumbersCommandInput}
|
|
@@ -67,6 +74,8 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
|
|
|
67
74
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
68
75
|
* <p>The client isn't authorized to request a resource.</p>
|
|
69
76
|
*
|
|
77
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
70
79
|
*
|
|
71
80
|
*/
|
|
72
81
|
export declare class SearchAvailablePhoneNumbersCommand extends $Command<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -38,6 +38,31 @@ export interface StartSpeakerSearchTaskCommandOutput extends StartSpeakerSearchT
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new StartSpeakerSearchTaskCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // StartSpeakerSearchTaskResponse
|
|
42
|
+
* // SpeakerSearchTask: { // SpeakerSearchTask
|
|
43
|
+
* // SpeakerSearchTaskId: "STRING_VALUE",
|
|
44
|
+
* // SpeakerSearchTaskStatus: "STRING_VALUE",
|
|
45
|
+
* // CallDetails: { // CallDetails
|
|
46
|
+
* // VoiceConnectorId: "STRING_VALUE",
|
|
47
|
+
* // TransactionId: "STRING_VALUE",
|
|
48
|
+
* // IsCaller: true || false,
|
|
49
|
+
* // },
|
|
50
|
+
* // SpeakerSearchDetails: { // SpeakerSearchDetails
|
|
51
|
+
* // Results: [ // SpeakerSearchResultList
|
|
52
|
+
* // { // SpeakerSearchResult
|
|
53
|
+
* // ConfidenceScore: Number("float"),
|
|
54
|
+
* // VoiceProfileId: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // VoiceprintGenerationStatus: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
60
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
61
|
+
* // StartedTimestamp: new Date("TIMESTAMP"),
|
|
62
|
+
* // StatusMessage: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
41
66
|
* ```
|
|
42
67
|
*
|
|
43
68
|
* @param StartSpeakerSearchTaskCommandInput - {@link StartSpeakerSearchTaskCommandInput}
|
|
@@ -82,6 +107,8 @@ export interface StartSpeakerSearchTaskCommandOutput extends StartSpeakerSearchT
|
|
|
82
107
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
83
108
|
* <p>A well-formed request couldn't be followed due to semantic errors.</p>
|
|
84
109
|
*
|
|
110
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
111
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
85
112
|
*
|
|
86
113
|
*/
|
|
87
114
|
export declare class StartSpeakerSearchTaskCommand extends $Command<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -40,6 +40,22 @@ export interface StartVoiceToneAnalysisTaskCommandOutput extends StartVoiceToneA
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new StartVoiceToneAnalysisTaskCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // StartVoiceToneAnalysisTaskResponse
|
|
44
|
+
* // VoiceToneAnalysisTask: { // VoiceToneAnalysisTask
|
|
45
|
+
* // VoiceToneAnalysisTaskId: "STRING_VALUE",
|
|
46
|
+
* // VoiceToneAnalysisTaskStatus: "STRING_VALUE",
|
|
47
|
+
* // CallDetails: { // CallDetails
|
|
48
|
+
* // VoiceConnectorId: "STRING_VALUE",
|
|
49
|
+
* // TransactionId: "STRING_VALUE",
|
|
50
|
+
* // IsCaller: true || false,
|
|
51
|
+
* // },
|
|
52
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
53
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
54
|
+
* // StartedTimestamp: new Date("TIMESTAMP"),
|
|
55
|
+
* // StatusMessage: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
43
59
|
* ```
|
|
44
60
|
*
|
|
45
61
|
* @param StartVoiceToneAnalysisTaskCommandInput - {@link StartVoiceToneAnalysisTaskCommandInput}
|
|
@@ -84,6 +100,8 @@ export interface StartVoiceToneAnalysisTaskCommandOutput extends StartVoiceToneA
|
|
|
84
100
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
85
101
|
* <p>A well-formed request couldn't be followed due to semantic errors.</p>
|
|
86
102
|
*
|
|
103
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
87
105
|
*
|
|
88
106
|
*/
|
|
89
107
|
export declare class StartVoiceToneAnalysisTaskCommand extends $Command<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface StopSpeakerSearchTaskCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new StopSpeakerSearchTaskCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param StopSpeakerSearchTaskCommandInput - {@link StopSpeakerSearchTaskCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface StopSpeakerSearchTaskCommandOutput extends __MetadataBearer {
|
|
|
70
72
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
71
73
|
* <p>A well-formed request couldn't be followed due to semantic errors.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
73
77
|
*
|
|
74
78
|
*/
|
|
75
79
|
export declare class StopSpeakerSearchTaskCommand extends $Command<StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface StopVoiceToneAnalysisTaskCommandOutput extends __MetadataBearer
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new StopVoiceToneAnalysisTaskCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param StopVoiceToneAnalysisTaskCommandInput - {@link StopVoiceToneAnalysisTaskCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface StopVoiceToneAnalysisTaskCommandOutput extends __MetadataBearer
|
|
|
70
72
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
71
73
|
* <p>A well-formed request couldn't be followed due to semantic errors.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
73
77
|
*
|
|
74
78
|
*/
|
|
75
79
|
export declare class StopVoiceToneAnalysisTaskCommand extends $Command<StopVoiceToneAnalysisTaskCommandInput, StopVoiceToneAnalysisTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new TagResourceCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
66
68
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
67
69
|
* <p>The client isn't authorized to request a resource.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
60
62
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
61
63
|
* <p>The client isn't authorized to request a resource.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateGlobalSettingsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param UpdateGlobalSettingsCommandInput - {@link UpdateGlobalSettingsCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
59
61
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
60
62
|
* <p>The client isn't authorized to request a resource.</p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -40,6 +40,38 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdatePhoneNumberCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdatePhoneNumberResponse
|
|
44
|
+
* // PhoneNumber: { // PhoneNumber
|
|
45
|
+
* // PhoneNumberId: "STRING_VALUE",
|
|
46
|
+
* // E164PhoneNumber: "STRING_VALUE",
|
|
47
|
+
* // Country: "STRING_VALUE",
|
|
48
|
+
* // Type: "Local" || "TollFree",
|
|
49
|
+
* // ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
|
|
50
|
+
* // Status: "Cancelled" || "PortinCancelRequested" || "PortinInProgress" || "AcquireInProgress" || "AcquireFailed" || "Unassigned" || "Assigned" || "ReleaseInProgress" || "DeleteInProgress" || "ReleaseFailed" || "DeleteFailed",
|
|
51
|
+
* // Capabilities: { // PhoneNumberCapabilities
|
|
52
|
+
* // InboundCall: true || false,
|
|
53
|
+
* // OutboundCall: true || false,
|
|
54
|
+
* // InboundSMS: true || false,
|
|
55
|
+
* // OutboundSMS: true || false,
|
|
56
|
+
* // InboundMMS: true || false,
|
|
57
|
+
* // OutboundMMS: true || false,
|
|
58
|
+
* // },
|
|
59
|
+
* // Associations: [ // PhoneNumberAssociationList
|
|
60
|
+
* // { // PhoneNumberAssociation
|
|
61
|
+
* // Value: "STRING_VALUE",
|
|
62
|
+
* // Name: "VoiceConnectorId" || "VoiceConnectorGroupId" || "SipRuleId",
|
|
63
|
+
* // AssociatedTimestamp: new Date("TIMESTAMP"),
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // CallingName: "STRING_VALUE",
|
|
67
|
+
* // CallingNameStatus: "Unassigned" || "UpdateInProgress" || "UpdateSucceeded" || "UpdateFailed",
|
|
68
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
69
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
70
|
+
* // DeletionTimestamp: new Date("TIMESTAMP"),
|
|
71
|
+
* // OrderId: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
43
75
|
* ```
|
|
44
76
|
*
|
|
45
77
|
* @param UpdatePhoneNumberCommandInput - {@link UpdatePhoneNumberCommandInput}
|
|
@@ -72,6 +104,8 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
|
|
|
72
104
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
73
105
|
* <p>The client isn't authorized to request a resource.</p>
|
|
74
106
|
*
|
|
107
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
75
109
|
*
|
|
76
110
|
*/
|
|
77
111
|
export declare class UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdatePhoneNumberSettingsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UpdatePhoneNumberSettingsCommandInput - {@link UpdatePhoneNumberSettingsCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer
|
|
|
60
62
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
61
63
|
* <p>The client isn't authorized to request a resource.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UpdatePhoneNumberSettingsCommand extends $Command<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -36,6 +36,34 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UpdateProxySessionCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // UpdateProxySessionResponse
|
|
40
|
+
* // ProxySession: { // ProxySession
|
|
41
|
+
* // VoiceConnectorId: "STRING_VALUE",
|
|
42
|
+
* // ProxySessionId: "STRING_VALUE",
|
|
43
|
+
* // Name: "STRING_VALUE",
|
|
44
|
+
* // Status: "Open" || "InProgress" || "Closed",
|
|
45
|
+
* // ExpiryMinutes: Number("int"),
|
|
46
|
+
* // Capabilities: [ // CapabilityList
|
|
47
|
+
* // "Voice" || "SMS",
|
|
48
|
+
* // ],
|
|
49
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
50
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
51
|
+
* // EndedTimestamp: new Date("TIMESTAMP"),
|
|
52
|
+
* // Participants: [ // Participants
|
|
53
|
+
* // { // Participant
|
|
54
|
+
* // PhoneNumber: "STRING_VALUE",
|
|
55
|
+
* // ProxyPhoneNumber: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NumberSelectionBehavior: "PreferSticky" || "AvoidSticky",
|
|
59
|
+
* // GeoMatchLevel: "Country" || "AreaCode",
|
|
60
|
+
* // GeoMatchParams: { // GeoMatchParams
|
|
61
|
+
* // Country: "STRING_VALUE", // required
|
|
62
|
+
* // AreaCode: "STRING_VALUE", // required
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
39
67
|
* ```
|
|
40
68
|
*
|
|
41
69
|
* @param UpdateProxySessionCommandInput - {@link UpdateProxySessionCommandInput}
|
|
@@ -65,6 +93,8 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo
|
|
|
65
93
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
66
94
|
* <p>The client isn't authorized to request a resource.</p>
|
|
67
95
|
*
|
|
96
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
68
98
|
*
|
|
69
99
|
*/
|
|
70
100
|
export declare class UpdateProxySessionCommand extends $Command<UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -37,6 +37,12 @@ export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMed
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new UpdateSipMediaApplicationCallCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // UpdateSipMediaApplicationCallResponse
|
|
41
|
+
* // SipMediaApplicationCall: { // SipMediaApplicationCall
|
|
42
|
+
* // TransactionId: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
40
46
|
* ```
|
|
41
47
|
*
|
|
42
48
|
* @param UpdateSipMediaApplicationCallCommandInput - {@link UpdateSipMediaApplicationCallCommandInput}
|
|
@@ -69,6 +75,8 @@ export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMed
|
|
|
69
75
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
70
76
|
* <p>The client isn't authorized to request a resource.</p>
|
|
71
77
|
*
|
|
78
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
72
80
|
*
|
|
73
81
|
*/
|
|
74
82
|
export declare class UpdateSipMediaApplicationCallCommand extends $Command<UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -37,6 +37,22 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new UpdateSipMediaApplicationCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // UpdateSipMediaApplicationResponse
|
|
41
|
+
* // SipMediaApplication: { // SipMediaApplication
|
|
42
|
+
* // SipMediaApplicationId: "STRING_VALUE",
|
|
43
|
+
* // AwsRegion: "STRING_VALUE",
|
|
44
|
+
* // Name: "STRING_VALUE",
|
|
45
|
+
* // Endpoints: [ // SipMediaApplicationEndpointList
|
|
46
|
+
* // { // SipMediaApplicationEndpoint
|
|
47
|
+
* // LambdaArn: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
51
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
52
|
+
* // SipMediaApplicationArn: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
40
56
|
* ```
|
|
41
57
|
*
|
|
42
58
|
* @param UpdateSipMediaApplicationCommandInput - {@link UpdateSipMediaApplicationCommandInput}
|
|
@@ -69,6 +85,8 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp
|
|
|
69
85
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
70
86
|
* <p>The client isn't authorized to request a resource.</p>
|
|
71
87
|
*
|
|
88
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
72
90
|
*
|
|
73
91
|
*/
|
|
74
92
|
export declare class UpdateSipMediaApplicationCommand extends $Command<UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -40,6 +40,25 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateSipRuleCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdateSipRuleResponse
|
|
44
|
+
* // SipRule: { // SipRule
|
|
45
|
+
* // SipRuleId: "STRING_VALUE",
|
|
46
|
+
* // Name: "STRING_VALUE",
|
|
47
|
+
* // Disabled: true || false,
|
|
48
|
+
* // TriggerType: "ToPhoneNumber" || "RequestUriHostname",
|
|
49
|
+
* // TriggerValue: "STRING_VALUE",
|
|
50
|
+
* // TargetApplications: [ // SipRuleTargetApplicationList
|
|
51
|
+
* // { // SipRuleTargetApplication
|
|
52
|
+
* // SipMediaApplicationId: "STRING_VALUE",
|
|
53
|
+
* // Priority: Number("int"),
|
|
54
|
+
* // AwsRegion: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
58
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
59
|
+
* // },
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
43
62
|
* ```
|
|
44
63
|
*
|
|
45
64
|
* @param UpdateSipRuleCommandInput - {@link UpdateSipRuleCommandInput}
|
|
@@ -75,6 +94,8 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met
|
|
|
75
94
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
76
95
|
* <p>The client isn't authorized to request a resource.</p>
|
|
77
96
|
*
|
|
97
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
78
99
|
*
|
|
79
100
|
*/
|
|
80
101
|
export declare class UpdateSipRuleCommand extends $Command<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -33,6 +33,19 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateVoiceConnectorCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateVoiceConnectorResponse
|
|
37
|
+
* // VoiceConnector: { // VoiceConnector
|
|
38
|
+
* // VoiceConnectorId: "STRING_VALUE",
|
|
39
|
+
* // AwsRegion: "us-east-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-west-1" || "eu-west-2" || "ap-northeast-2" || "ap-northeast-1" || "ap-southeast-1" || "ap-southeast-2",
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // OutboundHostName: "STRING_VALUE",
|
|
42
|
+
* // RequireEncryption: true || false,
|
|
43
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
44
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
45
|
+
* // VoiceConnectorArn: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
36
49
|
* ```
|
|
37
50
|
*
|
|
38
51
|
* @param UpdateVoiceConnectorCommandInput - {@link UpdateVoiceConnectorCommandInput}
|
|
@@ -62,6 +75,8 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR
|
|
|
62
75
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
63
76
|
* <p>The client isn't authorized to request a resource.</p>
|
|
64
77
|
*
|
|
78
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
65
80
|
*
|
|
66
81
|
*/
|
|
67
82
|
export declare class UpdateVoiceConnectorCommand extends $Command<UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -38,6 +38,22 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new UpdateVoiceConnectorGroupCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // UpdateVoiceConnectorGroupResponse
|
|
42
|
+
* // VoiceConnectorGroup: { // VoiceConnectorGroup
|
|
43
|
+
* // VoiceConnectorGroupId: "STRING_VALUE",
|
|
44
|
+
* // Name: "STRING_VALUE",
|
|
45
|
+
* // VoiceConnectorItems: [ // VoiceConnectorItemList
|
|
46
|
+
* // { // VoiceConnectorItem
|
|
47
|
+
* // VoiceConnectorId: "STRING_VALUE", // required
|
|
48
|
+
* // Priority: Number("int"), // required
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
52
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
53
|
+
* // VoiceConnectorGroupArn: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
41
57
|
* ```
|
|
42
58
|
*
|
|
43
59
|
* @param UpdateVoiceConnectorGroupCommandInput - {@link UpdateVoiceConnectorGroupCommandInput}
|
|
@@ -70,6 +86,8 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne
|
|
|
70
86
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
71
87
|
* <p>The client isn't authorized to request a resource.</p>
|
|
72
88
|
*
|
|
89
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
73
91
|
*
|
|
74
92
|
*/
|
|
75
93
|
export declare class UpdateVoiceConnectorGroupCommand extends $Command<UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|