@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,52 @@ export interface GetProxySessionCommandInput extends GetProxySessionRequest {
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetProxySessionCommandOutput extends GetProxySessionResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves the specified proxy session 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, GetProxySessionCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, GetProxySessionCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // GetProxySessionRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* ProxySessionId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetProxySessionCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetProxySessionCommandInput - {@link GetProxySessionCommandInput}
|
|
38
|
+
* @returns {@link GetProxySessionCommandOutput}
|
|
39
|
+
* @see {@link GetProxySessionCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetProxySessionCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>The requested resource couldn't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
53
|
+
* <p>The service encountered an unexpected error.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The service is currently unavailable.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
59
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
62
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
20
66
|
export declare class GetProxySessionCommand extends $Command<GetProxySessionCommandInput, GetProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
67
|
readonly input: GetProxySessionCommandInput;
|
|
22
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,51 @@ export interface GetSipMediaApplicationAlexaSkillConfigurationCommandInput exten
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetSipMediaApplicationAlexaSkillConfigurationCommandOutput extends GetSipMediaApplicationAlexaSkillConfigurationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Gets 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, GetSipMediaApplicationAlexaSkillConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, GetSipMediaApplicationAlexaSkillConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // GetSipMediaApplicationAlexaSkillConfigurationRequest
|
|
30
|
+
* SipMediaApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
32
|
+
* const command = new GetSipMediaApplicationAlexaSkillConfigurationCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @param GetSipMediaApplicationAlexaSkillConfigurationCommandInput - {@link GetSipMediaApplicationAlexaSkillConfigurationCommandInput}
|
|
37
|
+
* @returns {@link GetSipMediaApplicationAlexaSkillConfigurationCommandOutput}
|
|
38
|
+
* @see {@link GetSipMediaApplicationAlexaSkillConfigurationCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link GetSipMediaApplicationAlexaSkillConfigurationCommandOutput} 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 GetSipMediaApplicationAlexaSkillConfigurationCommand extends $Command<GetSipMediaApplicationAlexaSkillConfigurationCommandInput, GetSipMediaApplicationAlexaSkillConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
66
|
readonly input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput;
|
|
22
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,52 @@ export interface GetSipMediaApplicationCommandInput extends GetSipMediaApplicati
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves the information for a SIP media application, including name,
|
|
23
|
+
* AWS Region, and endpoints.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, GetSipMediaApplicationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, GetSipMediaApplicationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // GetSipMediaApplicationRequest
|
|
31
|
+
* SipMediaApplicationId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetSipMediaApplicationCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetSipMediaApplicationCommandInput - {@link GetSipMediaApplicationCommandInput}
|
|
38
|
+
* @returns {@link GetSipMediaApplicationCommandOutput}
|
|
39
|
+
* @see {@link GetSipMediaApplicationCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetSipMediaApplicationCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>The requested resource couldn't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
53
|
+
* <p>The service encountered an unexpected error.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The service is currently unavailable.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
59
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
62
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
20
66
|
export declare class GetSipMediaApplicationCommand extends $Command<GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
67
|
readonly input: GetSipMediaApplicationCommandInput;
|
|
22
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,51 @@ export interface GetSipMediaApplicationLoggingConfigurationCommandInput extends
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetSipMediaApplicationLoggingConfigurationCommandOutput extends GetSipMediaApplicationLoggingConfigurationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves 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, GetSipMediaApplicationLoggingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, GetSipMediaApplicationLoggingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // GetSipMediaApplicationLoggingConfigurationRequest
|
|
30
|
+
* SipMediaApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
32
|
+
* const command = new GetSipMediaApplicationLoggingConfigurationCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @param GetSipMediaApplicationLoggingConfigurationCommandInput - {@link GetSipMediaApplicationLoggingConfigurationCommandInput}
|
|
37
|
+
* @returns {@link GetSipMediaApplicationLoggingConfigurationCommandOutput}
|
|
38
|
+
* @see {@link GetSipMediaApplicationLoggingConfigurationCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link GetSipMediaApplicationLoggingConfigurationCommandOutput} 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 GetSipMediaApplicationLoggingConfigurationCommand extends $Command<GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
66
|
readonly input: GetSipMediaApplicationLoggingConfigurationCommandInput;
|
|
22
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,52 @@ export interface GetSipRuleCommandInput extends GetSipRuleRequest {
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and
|
|
23
|
+
* target endpoints.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, GetSipRuleCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, GetSipRuleCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // GetSipRuleRequest
|
|
31
|
+
* SipRuleId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetSipRuleCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetSipRuleCommandInput - {@link GetSipRuleCommandInput}
|
|
38
|
+
* @returns {@link GetSipRuleCommandOutput}
|
|
39
|
+
* @see {@link GetSipRuleCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetSipRuleCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>The requested resource couldn't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
53
|
+
* <p>The service encountered an unexpected error.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The service is currently unavailable.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
59
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
62
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
20
66
|
export declare class GetSipRuleCommand extends $Command<GetSipRuleCommandInput, GetSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
67
|
readonly input: GetSipRuleCommandInput;
|
|
22
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,58 @@ export interface GetSpeakerSearchTaskCommandInput extends GetSpeakerSearchTaskRe
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetSpeakerSearchTaskCommandOutput extends GetSpeakerSearchTaskResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves the details of the specified speaker search task.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ChimeSDKVoiceClient, GetSpeakerSearchTaskCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, GetSpeakerSearchTaskCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // GetSpeakerSearchTaskRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* SpeakerSearchTaskId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetSpeakerSearchTaskCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetSpeakerSearchTaskCommandInput - {@link GetSpeakerSearchTaskCommandInput}
|
|
38
|
+
* @returns {@link GetSpeakerSearchTaskCommandOutput}
|
|
39
|
+
* @see {@link GetSpeakerSearchTaskCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetSpeakerSearchTaskCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
44
|
+
* <p>You don't have the permissions needed to run this action.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link BadRequestException} (client fault)
|
|
47
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ConflictException} (client fault)
|
|
50
|
+
* <p>Multiple instances of the same request were made simultaneously.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
53
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link NotFoundException} (client fault)
|
|
56
|
+
* <p>The requested resource couldn't be found.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
59
|
+
* <p>The service encountered an unexpected error.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
62
|
+
* <p>The service is currently unavailable.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
65
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
68
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
20
72
|
export declare class GetSpeakerSearchTaskCommand extends $Command<GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
73
|
readonly input: GetSpeakerSearchTaskCommandInput;
|
|
22
74
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,52 @@ export interface GetVoiceConnectorCommandInput extends GetVoiceConnectorRequest
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves details for the specified Amazon Chime SDK Voice Connector, such as
|
|
23
|
+
* timestamps,name, outbound host, and encryption requirements.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, GetVoiceConnectorCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, GetVoiceConnectorCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // GetVoiceConnectorRequest
|
|
31
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetVoiceConnectorCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetVoiceConnectorCommandInput - {@link GetVoiceConnectorCommandInput}
|
|
38
|
+
* @returns {@link GetVoiceConnectorCommandOutput}
|
|
39
|
+
* @see {@link GetVoiceConnectorCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetVoiceConnectorCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>The requested resource couldn't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
53
|
+
* <p>The service encountered an unexpected error.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The service is currently unavailable.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
59
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
62
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
20
66
|
export declare class GetVoiceConnectorCommand extends $Command<GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
67
|
readonly input: GetVoiceConnectorCommandInput;
|
|
22
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,51 @@ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandInput exte
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput extends GetVoiceConnectorEmergencyCallingConfigurationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves the emergency calling configuration details for the specified 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, GetVoiceConnectorEmergencyCallingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, GetVoiceConnectorEmergencyCallingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // GetVoiceConnectorEmergencyCallingConfigurationRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
32
|
+
* const command = new GetVoiceConnectorEmergencyCallingConfigurationCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @param GetVoiceConnectorEmergencyCallingConfigurationCommandInput - {@link GetVoiceConnectorEmergencyCallingConfigurationCommandInput}
|
|
37
|
+
* @returns {@link GetVoiceConnectorEmergencyCallingConfigurationCommandOutput}
|
|
38
|
+
* @see {@link GetVoiceConnectorEmergencyCallingConfigurationCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link GetVoiceConnectorEmergencyCallingConfigurationCommandOutput} 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 GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
66
|
readonly input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput;
|
|
22
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,52 @@ export interface GetVoiceConnectorGroupCommandInput extends GetVoiceConnectorGro
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGroupResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves details for the specified Amazon Chime SDK Voice Connector group,
|
|
23
|
+
* such as timestamps,name, and associated <code>VoiceConnectorItems</code>.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, GetVoiceConnectorGroupCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, GetVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // GetVoiceConnectorGroupRequest
|
|
31
|
+
* VoiceConnectorGroupId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetVoiceConnectorGroupCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetVoiceConnectorGroupCommandInput - {@link GetVoiceConnectorGroupCommandInput}
|
|
38
|
+
* @returns {@link GetVoiceConnectorGroupCommandOutput}
|
|
39
|
+
* @see {@link GetVoiceConnectorGroupCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetVoiceConnectorGroupCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>The requested resource couldn't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
53
|
+
* <p>The service encountered an unexpected error.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The service is currently unavailable.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
59
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
62
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
20
66
|
export declare class GetVoiceConnectorGroupCommand extends $Command<GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
67
|
readonly input: GetVoiceConnectorGroupCommandInput;
|
|
22
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,52 @@ export interface GetVoiceConnectorLoggingConfigurationCommandInput extends GetVo
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetVoiceConnectorLoggingConfigurationCommandOutput extends GetVoiceConnectorLoggingConfigurationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves the logging configuration settings for the specified Voice Connector.
|
|
23
|
+
* Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, GetVoiceConnectorLoggingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, GetVoiceConnectorLoggingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // GetVoiceConnectorLoggingConfigurationRequest
|
|
31
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetVoiceConnectorLoggingConfigurationCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetVoiceConnectorLoggingConfigurationCommandInput - {@link GetVoiceConnectorLoggingConfigurationCommandInput}
|
|
38
|
+
* @returns {@link GetVoiceConnectorLoggingConfigurationCommandOutput}
|
|
39
|
+
* @see {@link GetVoiceConnectorLoggingConfigurationCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetVoiceConnectorLoggingConfigurationCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>The requested resource couldn't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
53
|
+
* <p>The service encountered an unexpected error.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The service is currently unavailable.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
59
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
62
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
20
66
|
export declare class GetVoiceConnectorLoggingConfigurationCommand extends $Command<GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
67
|
readonly input: GetVoiceConnectorLoggingConfigurationCommandInput;
|
|
22
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,51 @@ export interface GetVoiceConnectorOriginationCommandInput extends GetVoiceConnec
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetVoiceConnectorOriginationCommandOutput extends GetVoiceConnectorOriginationResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves the origination settings for the specified 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, GetVoiceConnectorOriginationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
27
|
+
* // const { ChimeSDKVoiceClient, GetVoiceConnectorOriginationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
28
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
29
|
+
* const input = { // GetVoiceConnectorOriginationRequest
|
|
30
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
32
|
+
* const command = new GetVoiceConnectorOriginationCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @param GetVoiceConnectorOriginationCommandInput - {@link GetVoiceConnectorOriginationCommandInput}
|
|
37
|
+
* @returns {@link GetVoiceConnectorOriginationCommandOutput}
|
|
38
|
+
* @see {@link GetVoiceConnectorOriginationCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link GetVoiceConnectorOriginationCommandOutput} 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 GetVoiceConnectorOriginationCommand extends $Command<GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
66
|
readonly input: GetVoiceConnectorOriginationCommandInput;
|
|
22
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -17,6 +17,52 @@ export interface GetVoiceConnectorProxyCommandInput extends GetVoiceConnectorPro
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorProxyResponse, __MetadataBearer {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice
|
|
23
|
+
* Connector.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ChimeSDKVoiceClient, GetVoiceConnectorProxyCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
|
|
28
|
+
* // const { ChimeSDKVoiceClient, GetVoiceConnectorProxyCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
|
|
29
|
+
* const client = new ChimeSDKVoiceClient(config);
|
|
30
|
+
* const input = { // GetVoiceConnectorProxyRequest
|
|
31
|
+
* VoiceConnectorId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetVoiceConnectorProxyCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetVoiceConnectorProxyCommandInput - {@link GetVoiceConnectorProxyCommandInput}
|
|
38
|
+
* @returns {@link GetVoiceConnectorProxyCommandOutput}
|
|
39
|
+
* @see {@link GetVoiceConnectorProxyCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetVoiceConnectorProxyCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>The requested resource couldn't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
53
|
+
* <p>The service encountered an unexpected error.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
56
|
+
* <p>The service is currently unavailable.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
59
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
62
|
+
* <p>The client isn't authorized to request a resource.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
20
66
|
export declare class GetVoiceConnectorProxyCommand extends $Command<GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
21
67
|
readonly input: GetVoiceConnectorProxyCommandInput;
|
|
22
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|