@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,51 @@ export interface ListSupportedPhoneNumberCountriesCommandInput extends ListSuppo
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupportedPhoneNumberCountriesResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the countries that you can order phone numbers from.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, ListSupportedPhoneNumberCountriesCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, ListSupportedPhoneNumberCountriesCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // ListSupportedPhoneNumberCountriesRequest
|
|
30
|
+
* ProductType: "VoiceConnector" || "SipMediaApplicationDialIn", // required
|
|
31
|
+
* };
|
|
32
|
+
* const command = new ListSupportedPhoneNumberCountriesCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @param ListSupportedPhoneNumberCountriesCommandInput - {@link ListSupportedPhoneNumberCountriesCommandInput}
|
|
37
|
+
* @returns {@link ListSupportedPhoneNumberCountriesCommandOutput}
|
|
38
|
+
* @see {@link ListSupportedPhoneNumberCountriesCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link ListSupportedPhoneNumberCountriesCommandOutput} for command's `response` shape.
|
|
40
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
43
|
+
* <p>You don't have the permissions needed to run this action.</p>
|
|
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 ListSupportedPhoneNumberCountriesCommand extends $Command<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
66
|
readonly input: ListSupportedPhoneNumberCountriesCommandInput;
|
|
22
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,48 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Returns a list of the tags in a given 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, ListTagsForResourceCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
|
+
* ResourceARN: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
32
|
+
* const command = new ListTagsForResourceCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
37
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
38
|
+
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
40
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link BadRequestException} (client fault)
|
|
43
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
46
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link NotFoundException} (client fault)
|
|
49
|
+
* <p>The requested resource couldn't be found.</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 UnauthorizedClientException} (client fault)
|
|
58
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
20
62
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
63
|
readonly input: ListTagsForResourceCommandInput;
|
|
22
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,50 @@ export interface ListVoiceConnectorGroupsCommandInput extends ListVoiceConnector
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnectorGroupsResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS
|
|
23
|
+
* account.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, ListVoiceConnectorGroupsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, ListVoiceConnectorGroupsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // ListVoiceConnectorGroupsRequest
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
34
|
+
* const command = new ListVoiceConnectorGroupsCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @param ListVoiceConnectorGroupsCommandInput - {@link ListVoiceConnectorGroupsCommandInput}
|
|
39
|
+
* @returns {@link ListVoiceConnectorGroupsCommandOutput}
|
|
40
|
+
* @see {@link ListVoiceConnectorGroupsCommandInput} for command's `input` shape.
|
|
41
|
+
* @see {@link ListVoiceConnectorGroupsCommandOutput} 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 ListVoiceConnectorGroupsCommand extends $Command<ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
65
|
readonly input: ListVoiceConnectorGroupsCommandInput;
|
|
22
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,51 @@ export interface ListVoiceConnectorTerminationCredentialsCommandInput extends Li
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ListVoiceConnectorTerminationCredentialsCommandOutput extends ListVoiceConnectorTerminationCredentialsResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the SIP credentials 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, ListVoiceConnectorTerminationCredentialsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, ListVoiceConnectorTerminationCredentialsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // ListVoiceConnectorTerminationCredentialsRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
32
|
+
* const command = new ListVoiceConnectorTerminationCredentialsCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @param ListVoiceConnectorTerminationCredentialsCommandInput - {@link ListVoiceConnectorTerminationCredentialsCommandInput}
|
|
37
|
+
* @returns {@link ListVoiceConnectorTerminationCredentialsCommandOutput}
|
|
38
|
+
* @see {@link ListVoiceConnectorTerminationCredentialsCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link ListVoiceConnectorTerminationCredentialsCommandOutput} for command's `response` shape.
|
|
40
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link BadRequestException} (client fault)
|
|
43
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
46
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link NotFoundException} (client fault)
|
|
49
|
+
* <p>The requested resource couldn't be found.</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 ListVoiceConnectorTerminationCredentialsCommand extends $Command<ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
66
|
readonly input: ListVoiceConnectorTerminationCredentialsCommandInput;
|
|
22
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,50 @@ export interface ListVoiceConnectorsCommandInput extends ListVoiceConnectorsRequ
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the Amazon Chime SDK Voice Connectors in the administrators
|
|
23
|
+
* AWS account.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, ListVoiceConnectorsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, ListVoiceConnectorsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // ListVoiceConnectorsRequest
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
34
|
+
* const command = new ListVoiceConnectorsCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @param ListVoiceConnectorsCommandInput - {@link ListVoiceConnectorsCommandInput}
|
|
39
|
+
* @returns {@link ListVoiceConnectorsCommandOutput}
|
|
40
|
+
* @see {@link ListVoiceConnectorsCommandInput} for command's `input` shape.
|
|
41
|
+
* @see {@link ListVoiceConnectorsCommandOutput} 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 ListVoiceConnectorsCommand extends $Command<ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
65
|
readonly input: ListVoiceConnectorsCommandInput;
|
|
22
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,53 @@ export interface ListVoiceProfileDomainsCommandInput extends ListVoiceProfileDom
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ListVoiceProfileDomainsCommandOutput extends ListVoiceProfileDomainsResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the specified voice profile domains in the administrator's AWS account.
|
|
23
|
+
* </p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, ListVoiceProfileDomainsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, ListVoiceProfileDomainsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // ListVoiceProfileDomainsRequest
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
34
|
+
* const command = new ListVoiceProfileDomainsCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @param ListVoiceProfileDomainsCommandInput - {@link ListVoiceProfileDomainsCommandInput}
|
|
39
|
+
* @returns {@link ListVoiceProfileDomainsCommandOutput}
|
|
40
|
+
* @see {@link ListVoiceProfileDomainsCommandInput} for command's `input` shape.
|
|
41
|
+
* @see {@link ListVoiceProfileDomainsCommandOutput} 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 ListVoiceProfileDomainsCommand extends $Command<ListVoiceProfileDomainsCommandInput, ListVoiceProfileDomainsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
68
|
readonly input: ListVoiceProfileDomainsCommandInput;
|
|
22
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,53 @@ export interface ListVoiceProfilesCommandInput extends ListVoiceProfilesRequest
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ListVoiceProfilesCommandOutput extends ListVoiceProfilesResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the voice profiles in a voice profile domain.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, ListVoiceProfilesCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, ListVoiceProfilesCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // ListVoiceProfilesRequest
|
|
30
|
+
* VoiceProfileDomainId: "STRING_VALUE", // required
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
34
|
+
* const command = new ListVoiceProfilesCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @param ListVoiceProfilesCommandInput - {@link ListVoiceProfilesCommandInput}
|
|
39
|
+
* @returns {@link ListVoiceProfilesCommandOutput}
|
|
40
|
+
* @see {@link ListVoiceProfilesCommandInput} for command's `input` shape.
|
|
41
|
+
* @see {@link ListVoiceProfilesCommandOutput} 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 ListVoiceProfilesCommand extends $Command<ListVoiceProfilesCommandInput, ListVoiceProfilesCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
68
|
readonly input: ListVoiceProfilesCommandInput;
|
|
22
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,57 @@ export interface PutSipMediaApplicationAlexaSkillConfigurationCommandInput exten
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PutSipMediaApplicationAlexaSkillConfigurationCommandOutput extends PutSipMediaApplicationAlexaSkillConfigurationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the Alexa Skill configuration for the 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, PutSipMediaApplicationAlexaSkillConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, PutSipMediaApplicationAlexaSkillConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // PutSipMediaApplicationAlexaSkillConfigurationRequest
|
|
30
|
+
* SipMediaApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* SipMediaApplicationAlexaSkillConfiguration: { // SipMediaApplicationAlexaSkillConfiguration
|
|
32
|
+
* AlexaSkillStatus: "ACTIVE" || "INACTIVE", // required
|
|
33
|
+
* AlexaSkillIds: [ // AlexaSkillIdList // required
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* },
|
|
37
|
+
* };
|
|
38
|
+
* const command = new PutSipMediaApplicationAlexaSkillConfigurationCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @param PutSipMediaApplicationAlexaSkillConfigurationCommandInput - {@link PutSipMediaApplicationAlexaSkillConfigurationCommandInput}
|
|
43
|
+
* @returns {@link PutSipMediaApplicationAlexaSkillConfigurationCommandOutput}
|
|
44
|
+
* @see {@link PutSipMediaApplicationAlexaSkillConfigurationCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link PutSipMediaApplicationAlexaSkillConfigurationCommandOutput} 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 ServiceFailureException} (server fault)
|
|
58
|
+
* <p>The service encountered an unexpected error.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
61
|
+
* <p>The service is currently unavailable.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
64
|
+
* <p>The number of customer requests exceeds the request rate limit.</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 PutSipMediaApplicationAlexaSkillConfigurationCommand extends $Command<PutSipMediaApplicationAlexaSkillConfigurationCommandInput, PutSipMediaApplicationAlexaSkillConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
72
|
readonly input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput;
|
|
22
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,54 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandInput extends
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PutSipMediaApplicationLoggingConfigurationCommandOutput extends PutSipMediaApplicationLoggingConfigurationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the logging configuration for 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, PutSipMediaApplicationLoggingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, PutSipMediaApplicationLoggingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // PutSipMediaApplicationLoggingConfigurationRequest
|
|
30
|
+
* SipMediaApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* SipMediaApplicationLoggingConfiguration: { // SipMediaApplicationLoggingConfiguration
|
|
32
|
+
* EnableSipMediaApplicationMessageLogs: true || false,
|
|
33
|
+
* },
|
|
34
|
+
* };
|
|
35
|
+
* const command = new PutSipMediaApplicationLoggingConfigurationCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* @param PutSipMediaApplicationLoggingConfigurationCommandInput - {@link PutSipMediaApplicationLoggingConfigurationCommandInput}
|
|
40
|
+
* @returns {@link PutSipMediaApplicationLoggingConfigurationCommandOutput}
|
|
41
|
+
* @see {@link PutSipMediaApplicationLoggingConfigurationCommandInput} for command's `input` shape.
|
|
42
|
+
* @see {@link PutSipMediaApplicationLoggingConfigurationCommandOutput} 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 ThrottledClientException} (client fault)
|
|
61
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
64
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
20
68
|
export declare class PutSipMediaApplicationLoggingConfigurationCommand extends $Command<PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
69
|
readonly input: PutSipMediaApplicationLoggingConfigurationCommandInput;
|
|
22
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,60 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandInput exte
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput extends PutVoiceConnectorEmergencyCallingConfigurationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates a Voice Connector's emergency calling configuration.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, PutVoiceConnectorEmergencyCallingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, PutVoiceConnectorEmergencyCallingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // PutVoiceConnectorEmergencyCallingConfigurationRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* EmergencyCallingConfiguration: { // EmergencyCallingConfiguration
|
|
32
|
+
* DNIS: [ // DNISEmergencyCallingConfigurationList
|
|
33
|
+
* { // DNISEmergencyCallingConfiguration
|
|
34
|
+
* EmergencyPhoneNumber: "STRING_VALUE", // required
|
|
35
|
+
* TestPhoneNumber: "STRING_VALUE",
|
|
36
|
+
* CallingCountry: "STRING_VALUE", // required
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* },
|
|
40
|
+
* };
|
|
41
|
+
* const command = new PutVoiceConnectorEmergencyCallingConfigurationCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param PutVoiceConnectorEmergencyCallingConfigurationCommandInput - {@link PutVoiceConnectorEmergencyCallingConfigurationCommandInput}
|
|
46
|
+
* @returns {@link PutVoiceConnectorEmergencyCallingConfigurationCommandOutput}
|
|
47
|
+
* @see {@link PutVoiceConnectorEmergencyCallingConfigurationCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link PutVoiceConnectorEmergencyCallingConfigurationCommandOutput} 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 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 PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
75
|
readonly input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput;
|
|
22
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,55 @@ export interface PutVoiceConnectorLoggingConfigurationCommandInput extends PutVo
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PutVoiceConnectorLoggingConfigurationCommandOutput extends PutVoiceConnectorLoggingConfigurationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates a Voice Connector's logging configuration.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, PutVoiceConnectorLoggingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, PutVoiceConnectorLoggingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // PutVoiceConnectorLoggingConfigurationRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* LoggingConfiguration: { // LoggingConfiguration
|
|
32
|
+
* EnableSIPLogs: true || false,
|
|
33
|
+
* EnableMediaMetricLogs: true || false,
|
|
34
|
+
* },
|
|
35
|
+
* };
|
|
36
|
+
* const command = new PutVoiceConnectorLoggingConfigurationCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* @param PutVoiceConnectorLoggingConfigurationCommandInput - {@link PutVoiceConnectorLoggingConfigurationCommandInput}
|
|
41
|
+
* @returns {@link PutVoiceConnectorLoggingConfigurationCommandOutput}
|
|
42
|
+
* @see {@link PutVoiceConnectorLoggingConfigurationCommandInput} for command's `input` shape.
|
|
43
|
+
* @see {@link PutVoiceConnectorLoggingConfigurationCommandOutput} for command's `response` shape.
|
|
44
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link BadRequestException} (client fault)
|
|
47
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
50
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link NotFoundException} (client fault)
|
|
53
|
+
* <p>The requested resource couldn't be found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
56
|
+
* <p>The service encountered an unexpected error.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
59
|
+
* <p>The service is currently unavailable.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
62
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
65
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
20
69
|
export declare class PutVoiceConnectorLoggingConfigurationCommand extends $Command<PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
70
|
readonly input: PutVoiceConnectorLoggingConfigurationCommandInput;
|
|
22
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,63 @@ export interface PutVoiceConnectorOriginationCommandInput extends PutVoiceConnec
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConnectorOriginationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates a Voice Connector's origination settings.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, PutVoiceConnectorOriginationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, PutVoiceConnectorOriginationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // PutVoiceConnectorOriginationRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* Origination: { // Origination
|
|
32
|
+
* Routes: [ // OriginationRouteList
|
|
33
|
+
* { // OriginationRoute
|
|
34
|
+
* Host: "STRING_VALUE",
|
|
35
|
+
* Port: Number("int"),
|
|
36
|
+
* Protocol: "TCP" || "UDP",
|
|
37
|
+
* Priority: Number("int"),
|
|
38
|
+
* Weight: Number("int"),
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* Disabled: true || false,
|
|
42
|
+
* },
|
|
43
|
+
* };
|
|
44
|
+
* const command = new PutVoiceConnectorOriginationCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param PutVoiceConnectorOriginationCommandInput - {@link PutVoiceConnectorOriginationCommandInput}
|
|
49
|
+
* @returns {@link PutVoiceConnectorOriginationCommandOutput}
|
|
50
|
+
* @see {@link PutVoiceConnectorOriginationCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link PutVoiceConnectorOriginationCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link BadRequestException} (client fault)
|
|
55
|
+
* <p>The input parameters don't match the service's restrictions.</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 PutVoiceConnectorOriginationCommand extends $Command<PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
78
|
readonly input: PutVoiceConnectorOriginationCommandInput;
|
|
22
79
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|