@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
|
@@ -17,6 +17,57 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
17
17
|
*/
|
|
18
18
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Adds a tag to the specified resource.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, TagResourceCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, TagResourceCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
|
+
* ResourceARN: "STRING_VALUE", // required
|
|
31
|
+
* Tags: [ // TagList // required
|
|
32
|
+
* { // Tag
|
|
33
|
+
* Key: "STRING_VALUE", // required
|
|
34
|
+
* Value: "STRING_VALUE", // required
|
|
35
|
+
* },
|
|
36
|
+
* ],
|
|
37
|
+
* };
|
|
38
|
+
* const command = new TagResourceCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
43
|
+
* @returns {@link TagResourceCommandOutput}
|
|
44
|
+
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link BadRequestException} (client fault)
|
|
49
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
52
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link NotFoundException} (client fault)
|
|
55
|
+
* <p>The requested resource couldn't be found.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
58
|
+
* <p>The request exceeds the resource limit.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
61
|
+
* <p>The service encountered an unexpected error.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
64
|
+
* <p>The service is currently unavailable.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
67
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
20
71
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
72
|
readonly input: TagResourceCommandInput;
|
|
22
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,51 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Removes tags from a resource.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, UntagResourceCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, UntagResourceCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
|
+
* ResourceARN: "STRING_VALUE", // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
|
+
* "STRING_VALUE",
|
|
33
|
+
* ],
|
|
34
|
+
* };
|
|
35
|
+
* const command = new UntagResourceCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
40
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
41
|
+
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
42
|
+
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
43
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link BadRequestException} (client fault)
|
|
46
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
49
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link NotFoundException} (client fault)
|
|
52
|
+
* <p>The requested resource couldn't be found.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
55
|
+
* <p>The service encountered an unexpected error.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
58
|
+
* <p>The service is currently unavailable.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
61
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
20
65
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
66
|
readonly input: UntagResourceCommandInput;
|
|
22
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,50 @@ export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsRe
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates global settings for the Amazon Chime SDK Voice Connectors in an AWS account.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, UpdateGlobalSettingsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, UpdateGlobalSettingsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // UpdateGlobalSettingsRequest
|
|
30
|
+
* VoiceConnector: { // VoiceConnectorSettings
|
|
31
|
+
* CdrBucket: "STRING_VALUE",
|
|
32
|
+
* },
|
|
33
|
+
* };
|
|
34
|
+
* const command = new UpdateGlobalSettingsCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @param UpdateGlobalSettingsCommandInput - {@link UpdateGlobalSettingsCommandInput}
|
|
39
|
+
* @returns {@link UpdateGlobalSettingsCommandOutput}
|
|
40
|
+
* @see {@link UpdateGlobalSettingsCommandInput} for command's `input` shape.
|
|
41
|
+
* @see {@link UpdateGlobalSettingsCommandOutput} for command's `response` shape.
|
|
42
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link BadRequestException} (client fault)
|
|
45
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
48
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
51
|
+
* <p>The service encountered an unexpected error.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The service is currently unavailable.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
57
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
60
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
20
64
|
export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
65
|
readonly input: UpdateGlobalSettingsCommandInput;
|
|
22
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,63 @@ export interface UpdatePhoneNumberCommandInput extends UpdatePhoneNumberRequest
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates phone number details, such as product type or calling name, for the
|
|
23
|
+
* specified phone number ID. You can update one phone number detail at a time. For
|
|
24
|
+
* example, you can update either the product type or the calling name in one action.</p>
|
|
25
|
+
* <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media
|
|
26
|
+
* Application Dial-In product type.</p>
|
|
27
|
+
* <p>Updates to outbound calling names can take 72 hours to complete. Pending
|
|
28
|
+
* updates to outbound calling names must be complete before you can request another
|
|
29
|
+
* update.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { ChimeSDKVoiceClient, UpdatePhoneNumberCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
34
|
+
* // const { ChimeSDKVoiceClient, UpdatePhoneNumberCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
35
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
36
|
+
* const input = { // UpdatePhoneNumberRequest
|
|
37
|
+
* PhoneNumberId: "STRING_VALUE", // required
|
|
38
|
+
* ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
|
|
39
|
+
* CallingName: "STRING_VALUE",
|
|
40
|
+
* };
|
|
41
|
+
* const command = new UpdatePhoneNumberCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param UpdatePhoneNumberCommandInput - {@link UpdatePhoneNumberCommandInput}
|
|
46
|
+
* @returns {@link UpdatePhoneNumberCommandOutput}
|
|
47
|
+
* @see {@link UpdatePhoneNumberCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link UpdatePhoneNumberCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link BadRequestException} (client fault)
|
|
52
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* <p>Multiple instances of the same request were made simultaneously.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
58
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link NotFoundException} (client fault)
|
|
61
|
+
* <p>The requested resource couldn't be found.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
64
|
+
* <p>The service encountered an unexpected error.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
67
|
+
* <p>The service is currently unavailable.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
70
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
73
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
20
77
|
export declare class UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
78
|
readonly input: UpdatePhoneNumberCommandInput;
|
|
22
79
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,51 @@ export interface UpdatePhoneNumberSettingsCommandInput extends UpdatePhoneNumber
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the phone number settings for the administrator's AWS account, such
|
|
23
|
+
* as the default outbound calling name. You can update the default outbound calling
|
|
24
|
+
* name once every seven days. Outbound calling names can take up to 72 hours to
|
|
25
|
+
* update.</p>
|
|
26
|
+
* @example
|
|
27
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
+
* ```javascript
|
|
29
|
+
* import { ChimeSDKVoiceClient, UpdatePhoneNumberSettingsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
30
|
+
* // const { ChimeSDKVoiceClient, UpdatePhoneNumberSettingsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
31
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
32
|
+
* const input = { // UpdatePhoneNumberSettingsRequest
|
|
33
|
+
* CallingName: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
35
|
+
* const command = new UpdatePhoneNumberSettingsCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* @param UpdatePhoneNumberSettingsCommandInput - {@link UpdatePhoneNumberSettingsCommandInput}
|
|
40
|
+
* @returns {@link UpdatePhoneNumberSettingsCommandOutput}
|
|
41
|
+
* @see {@link UpdatePhoneNumberSettingsCommandInput} for command's `input` shape.
|
|
42
|
+
* @see {@link UpdatePhoneNumberSettingsCommandOutput} for command's `response` shape.
|
|
43
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link BadRequestException} (client fault)
|
|
46
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
49
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
52
|
+
* <p>The service encountered an unexpected error.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
55
|
+
* <p>The service is currently unavailable.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
58
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
61
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
20
65
|
export declare class UpdatePhoneNumberSettingsCommand extends $Command<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
66
|
readonly input: UpdatePhoneNumberSettingsCommandInput;
|
|
22
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,56 @@ export interface UpdateProxySessionCommandInput extends UpdateProxySessionReques
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProxySessionCommandOutput extends UpdateProxySessionResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the specified proxy session details, such as voice or SMS capabilities.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, UpdateProxySessionCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, UpdateProxySessionCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // UpdateProxySessionRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* ProxySessionId: "STRING_VALUE", // required
|
|
32
|
+
* Capabilities: [ // CapabilityList // required
|
|
33
|
+
* "Voice" || "SMS",
|
|
34
|
+
* ],
|
|
35
|
+
* ExpiryMinutes: Number("int"),
|
|
36
|
+
* };
|
|
37
|
+
* const command = new UpdateProxySessionCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* @param UpdateProxySessionCommandInput - {@link UpdateProxySessionCommandInput}
|
|
42
|
+
* @returns {@link UpdateProxySessionCommandOutput}
|
|
43
|
+
* @see {@link UpdateProxySessionCommandInput} for command's `input` shape.
|
|
44
|
+
* @see {@link UpdateProxySessionCommandOutput} for command's `response` shape.
|
|
45
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link BadRequestException} (client fault)
|
|
48
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
51
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link NotFoundException} (client fault)
|
|
54
|
+
* <p>The requested resource couldn't be found.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
57
|
+
* <p>The service encountered an unexpected error.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
|
+
* <p>The service is currently unavailable.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
63
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
66
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
20
70
|
export declare class UpdateProxySessionCommand extends $Command<UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
71
|
readonly input: UpdateProxySessionCommandInput;
|
|
22
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,60 @@ export interface UpdateSipMediaApplicationCallCommandInput extends UpdateSipMedi
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMediaApplicationCallResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Invokes the AWS Lambda function associated with the SIP media application and
|
|
23
|
+
* transaction ID in an update request. The Lambda function can then return a new set
|
|
24
|
+
* of actions.</p>
|
|
25
|
+
* @example
|
|
26
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
+
* ```javascript
|
|
28
|
+
* import { ChimeSDKVoiceClient, UpdateSipMediaApplicationCallCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
29
|
+
* // const { ChimeSDKVoiceClient, UpdateSipMediaApplicationCallCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
30
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
31
|
+
* const input = { // UpdateSipMediaApplicationCallRequest
|
|
32
|
+
* SipMediaApplicationId: "STRING_VALUE", // required
|
|
33
|
+
* TransactionId: "STRING_VALUE", // required
|
|
34
|
+
* Arguments: { // SMAUpdateCallArgumentsMap // required
|
|
35
|
+
* "<keys>": "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* };
|
|
38
|
+
* const command = new UpdateSipMediaApplicationCallCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @param UpdateSipMediaApplicationCallCommandInput - {@link UpdateSipMediaApplicationCallCommandInput}
|
|
43
|
+
* @returns {@link UpdateSipMediaApplicationCallCommandOutput}
|
|
44
|
+
* @see {@link UpdateSipMediaApplicationCallCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link UpdateSipMediaApplicationCallCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link BadRequestException} (client fault)
|
|
49
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
52
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link NotFoundException} (client fault)
|
|
55
|
+
* <p>The requested resource couldn't be found.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
58
|
+
* <p>The request exceeds the resource limit.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
61
|
+
* <p>The service encountered an unexpected error.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
64
|
+
* <p>The service is currently unavailable.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
67
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
70
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
20
74
|
export declare class UpdateSipMediaApplicationCallCommand extends $Command<UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
75
|
readonly input: UpdateSipMediaApplicationCallCommandInput;
|
|
22
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,60 @@ export interface UpdateSipMediaApplicationCommandInput extends UpdateSipMediaApp
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaApplicationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the details of the specified SIP media application.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, UpdateSipMediaApplicationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, UpdateSipMediaApplicationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // UpdateSipMediaApplicationRequest
|
|
30
|
+
* SipMediaApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* Endpoints: [ // SipMediaApplicationEndpointList
|
|
33
|
+
* { // SipMediaApplicationEndpoint
|
|
34
|
+
* LambdaArn: "STRING_VALUE",
|
|
35
|
+
* },
|
|
36
|
+
* ],
|
|
37
|
+
* };
|
|
38
|
+
* const command = new UpdateSipMediaApplicationCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @param UpdateSipMediaApplicationCommandInput - {@link UpdateSipMediaApplicationCommandInput}
|
|
43
|
+
* @returns {@link UpdateSipMediaApplicationCommandOutput}
|
|
44
|
+
* @see {@link UpdateSipMediaApplicationCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link UpdateSipMediaApplicationCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link BadRequestException} (client fault)
|
|
49
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ConflictException} (client fault)
|
|
52
|
+
* <p>Multiple instances of the same request were made simultaneously.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
55
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link NotFoundException} (client fault)
|
|
58
|
+
* <p>The requested resource couldn't be found.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
61
|
+
* <p>The service encountered an unexpected error.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
64
|
+
* <p>The service is currently unavailable.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
67
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
70
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
20
74
|
export declare class UpdateSipMediaApplicationCommand extends $Command<UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
75
|
readonly input: UpdateSipMediaApplicationCommandInput;
|
|
22
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,66 @@ export interface UpdateSipRuleCommandInput extends UpdateSipRuleRequest {
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the details of the specified SIP rule.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, UpdateSipRuleCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, UpdateSipRuleCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // UpdateSipRuleRequest
|
|
30
|
+
* SipRuleId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* Disabled: true || false,
|
|
33
|
+
* TargetApplications: [ // SipRuleTargetApplicationList
|
|
34
|
+
* { // SipRuleTargetApplication
|
|
35
|
+
* SipMediaApplicationId: "STRING_VALUE",
|
|
36
|
+
* Priority: Number("int"),
|
|
37
|
+
* AwsRegion: "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* };
|
|
41
|
+
* const command = new UpdateSipRuleCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param UpdateSipRuleCommandInput - {@link UpdateSipRuleCommandInput}
|
|
46
|
+
* @returns {@link UpdateSipRuleCommandOutput}
|
|
47
|
+
* @see {@link UpdateSipRuleCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link UpdateSipRuleCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link BadRequestException} (client fault)
|
|
52
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* <p>Multiple instances of the same request were made simultaneously.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
58
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link NotFoundException} (client fault)
|
|
61
|
+
* <p>The requested resource couldn't be found.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
64
|
+
* <p>The request exceeds the resource limit.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
67
|
+
* <p>The service encountered an unexpected error.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
70
|
+
* <p>The service is currently unavailable.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
73
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
76
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
20
80
|
export declare class UpdateSipRuleCommand extends $Command<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
81
|
readonly input: UpdateSipRuleCommandInput;
|
|
22
82
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,53 @@ export interface UpdateVoiceConnectorCommandInput extends UpdateVoiceConnectorRe
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the details for the specified Amazon Chime SDK Voice Connector.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, UpdateVoiceConnectorCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, UpdateVoiceConnectorCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // UpdateVoiceConnectorRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* RequireEncryption: true || false, // required
|
|
33
|
+
* };
|
|
34
|
+
* const command = new UpdateVoiceConnectorCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @param UpdateVoiceConnectorCommandInput - {@link UpdateVoiceConnectorCommandInput}
|
|
39
|
+
* @returns {@link UpdateVoiceConnectorCommandOutput}
|
|
40
|
+
* @see {@link UpdateVoiceConnectorCommandInput} for command's `input` shape.
|
|
41
|
+
* @see {@link UpdateVoiceConnectorCommandOutput} for command's `response` shape.
|
|
42
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link BadRequestException} (client fault)
|
|
45
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
48
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>The requested resource couldn't be found.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
54
|
+
* <p>The service encountered an unexpected error.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The service is currently unavailable.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
60
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
63
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
20
67
|
export declare class UpdateVoiceConnectorCommand extends $Command<UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
68
|
readonly input: UpdateVoiceConnectorCommandInput;
|
|
22
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,61 @@ export interface UpdateVoiceConnectorGroupCommandInput extends UpdateVoiceConnec
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConnectorGroupResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the settings for the specified Amazon Chime SDK Voice Connector group.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, UpdateVoiceConnectorGroupCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, UpdateVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // UpdateVoiceConnectorGroupRequest
|
|
30
|
+
* VoiceConnectorGroupId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* VoiceConnectorItems: [ // VoiceConnectorItemList // required
|
|
33
|
+
* { // VoiceConnectorItem
|
|
34
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
35
|
+
* Priority: Number("int"), // required
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* };
|
|
39
|
+
* const command = new UpdateVoiceConnectorGroupCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @param UpdateVoiceConnectorGroupCommandInput - {@link UpdateVoiceConnectorGroupCommandInput}
|
|
44
|
+
* @returns {@link UpdateVoiceConnectorGroupCommandOutput}
|
|
45
|
+
* @see {@link UpdateVoiceConnectorGroupCommandInput} for command's `input` shape.
|
|
46
|
+
* @see {@link UpdateVoiceConnectorGroupCommandOutput} for command's `response` shape.
|
|
47
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link BadRequestException} (client fault)
|
|
50
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ConflictException} (client fault)
|
|
53
|
+
* <p>Multiple instances of the same request were made simultaneously.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
56
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link NotFoundException} (client fault)
|
|
59
|
+
* <p>The requested resource couldn't be found.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
62
|
+
* <p>The service encountered an unexpected error.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
65
|
+
* <p>The service is currently unavailable.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
68
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
71
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
20
75
|
export declare class UpdateVoiceConnectorGroupCommand extends $Command<UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
76
|
readonly input: UpdateVoiceConnectorGroupCommandInput;
|
|
22
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|