@aws-sdk/client-chime-sdk-voice 3.295.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/ChimeSDKVoice.d.ts +225 -0
- package/dist-types/ChimeSDKVoiceClient.d.ts +26 -4
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +13 -0
- package/dist-types/commands/CreateProxySessionCommand.d.ts +13 -0
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +13 -0
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +13 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +13 -0
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +13 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +13 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +13 -0
- package/dist-types/commands/GetProxySessionCommand.d.ts +13 -0
- package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +13 -0
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetSipRuleCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +13 -0
- package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +13 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +13 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +13 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +13 -0
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +13 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +13 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +13 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +13 -0
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +13 -0
- package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +13 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +13 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +13 -0
- package/dist-types/models/ChimeSDKVoiceServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +579 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListPhoneNumberOrdersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProxySessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSipRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { GetVoiceConnectorGroupRequest, GetVoiceConnectorGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVoiceConnectorGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVoiceConnectorGroupCommandInput extends GetVoiceConnectorGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVoiceConnectorGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGroupResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGr
|
|
|
16
20
|
export declare class GetVoiceConnectorGroupCommand extends $Command<GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: GetVoiceConnectorGroupCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: GetVoiceConnectorGroupCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { GetVoiceConnectorLoggingConfigurationRequest, GetVoiceConnectorLoggingConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVoiceConnectorLoggingConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVoiceConnectorLoggingConfigurationCommandInput extends GetVoiceConnectorLoggingConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVoiceConnectorLoggingConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVoiceConnectorLoggingConfigurationCommandOutput extends GetVoiceConnectorLoggingConfigurationResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface GetVoiceConnectorLoggingConfigurationCommandOutput extends GetV
|
|
|
16
20
|
export declare class GetVoiceConnectorLoggingConfigurationCommand extends $Command<GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: GetVoiceConnectorLoggingConfigurationCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: GetVoiceConnectorLoggingConfigurationCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { GetVoiceConnectorOriginationRequest, GetVoiceConnectorOriginationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVoiceConnectorOriginationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVoiceConnectorOriginationCommandInput extends GetVoiceConnectorOriginationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVoiceConnectorOriginationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVoiceConnectorOriginationCommandOutput extends GetVoiceConnectorOriginationResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface GetVoiceConnectorOriginationCommandOutput extends GetVoiceConne
|
|
|
16
20
|
export declare class GetVoiceConnectorOriginationCommand extends $Command<GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: GetVoiceConnectorOriginationCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: GetVoiceConnectorOriginationCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { GetVoiceConnectorProxyRequest, GetVoiceConnectorProxyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVoiceConnectorProxyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVoiceConnectorProxyCommandInput extends GetVoiceConnectorProxyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVoiceConnectorProxyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorProxyResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorPr
|
|
|
16
20
|
export declare class GetVoiceConnectorProxyCommand extends $Command<GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: GetVoiceConnectorProxyCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: GetVoiceConnectorProxyCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { GetVoiceConnectorStreamingConfigurationRequest, GetVoiceConnectorStreamingConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVoiceConnectorStreamingConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVoiceConnectorStreamingConfigurationCommandInput extends GetVoiceConnectorStreamingConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVoiceConnectorStreamingConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVoiceConnectorStreamingConfigurationCommandOutput extends GetVoiceConnectorStreamingConfigurationResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput extends Ge
|
|
|
16
20
|
export declare class GetVoiceConnectorStreamingConfigurationCommand extends $Command<GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: GetVoiceConnectorStreamingConfigurationCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: GetVoiceConnectorStreamingConfigurationCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { GetVoiceConnectorTerminationRequest, GetVoiceConnectorTerminationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVoiceConnectorTerminationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVoiceConnectorTerminationCommandInput extends GetVoiceConnectorTerminationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVoiceConnectorTerminationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVoiceConnectorTerminationCommandOutput extends GetVoiceConnectorTerminationResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface GetVoiceConnectorTerminationCommandOutput extends GetVoiceConne
|
|
|
16
20
|
export declare class GetVoiceConnectorTerminationCommand extends $Command<GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: GetVoiceConnectorTerminationCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: GetVoiceConnectorTerminationCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { GetVoiceConnectorTerminationHealthRequest, GetVoiceConnectorTerminationHealthResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVoiceConnectorTerminationHealthCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVoiceConnectorTerminationHealthCommandInput extends GetVoiceConnectorTerminationHealthRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVoiceConnectorTerminationHealthCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVoiceConnectorTerminationHealthCommandOutput extends GetVoiceConnectorTerminationHealthResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput extends GetVoic
|
|
|
16
20
|
export declare class GetVoiceConnectorTerminationHealthCommand extends $Command<GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: GetVoiceConnectorTerminationHealthCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: GetVoiceConnectorTerminationHealthCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListAvailableVoiceConnectorRegionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAvailableVoiceConnectorRegionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAvailableVoiceConnectorRegionsCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAvailableVoiceConnectorRegionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAvailableVoiceConnectorRegionsCommandOutput extends ListAvailableVoiceConnectorRegionsResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListAvailableVoiceConnectorRegionsCommandOutput extends ListAva
|
|
|
16
20
|
export declare class ListAvailableVoiceConnectorRegionsCommand extends $Command<ListAvailableVoiceConnectorRegionsCommandInput, ListAvailableVoiceConnectorRegionsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListAvailableVoiceConnectorRegionsCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListAvailableVoiceConnectorRegionsCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableVoiceConnectorRegionsCommandInput, ListAvailableVoiceConnectorRegionsCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListPhoneNumberOrdersRequest, ListPhoneNumberOrdersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPhoneNumberOrdersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPhoneNumberOrdersCommandInput extends ListPhoneNumberOrdersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPhoneNumberOrdersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrdersResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrder
|
|
|
16
20
|
export declare class ListPhoneNumberOrdersCommand extends $Command<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListPhoneNumberOrdersCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListPhoneNumberOrdersCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPhoneNumbersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPhoneNumbersCommandInput extends ListPhoneNumbersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPhoneNumbersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse,
|
|
|
16
20
|
export declare class ListPhoneNumbersCommand extends $Command<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListPhoneNumbersCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListPhoneNumbersCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListProxySessionsRequest, ListProxySessionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListProxySessionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListProxySessionsCommandInput extends ListProxySessionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListProxySessionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListProxySessionsCommandOutput extends ListProxySessionsResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListProxySessionsCommandOutput extends ListProxySessionsRespons
|
|
|
16
20
|
export declare class ListProxySessionsCommand extends $Command<ListProxySessionsCommandInput, ListProxySessionsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListProxySessionsCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListProxySessionsCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProxySessionsCommandInput, ListProxySessionsCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListSipMediaApplicationsRequest, ListSipMediaApplicationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSipMediaApplicationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSipMediaApplicationsCommandInput extends ListSipMediaApplicationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSipMediaApplicationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaApplicationsResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli
|
|
|
16
20
|
export declare class ListSipMediaApplicationsCommand extends $Command<ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListSipMediaApplicationsCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListSipMediaApplicationsCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListSipRulesRequest, ListSipRulesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSipRulesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSipRulesCommandInput extends ListSipRulesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSipRulesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad
|
|
|
16
20
|
export declare class ListSipRulesCommand extends $Command<ListSipRulesCommandInput, ListSipRulesCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListSipRulesCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListSipRulesCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSipRulesCommandInput, ListSipRulesCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListSupportedPhoneNumberCountriesRequest, ListSupportedPhoneNumberCountriesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSupportedPhoneNumberCountriesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSupportedPhoneNumberCountriesCommandInput extends ListSupportedPhoneNumberCountriesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSupportedPhoneNumberCountriesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupportedPhoneNumberCountriesResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupp
|
|
|
16
20
|
export declare class ListSupportedPhoneNumberCountriesCommand extends $Command<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListSupportedPhoneNumberCountriesCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListSupportedPhoneNumberCountriesCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListVoiceConnectorGroupsRequest, ListVoiceConnectorGroupsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListVoiceConnectorGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListVoiceConnectorGroupsCommandInput extends ListVoiceConnectorGroupsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListVoiceConnectorGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnectorGroupsResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto
|
|
|
16
20
|
export declare class ListVoiceConnectorGroupsCommand extends $Command<ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListVoiceConnectorGroupsCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListVoiceConnectorGroupsCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListVoiceConnectorTerminationCredentialsRequest, ListVoiceConnectorTerminationCredentialsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListVoiceConnectorTerminationCredentialsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListVoiceConnectorTerminationCredentialsCommandInput extends ListVoiceConnectorTerminationCredentialsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListVoiceConnectorTerminationCredentialsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListVoiceConnectorTerminationCredentialsCommandOutput extends ListVoiceConnectorTerminationCredentialsResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput extends L
|
|
|
16
20
|
export declare class ListVoiceConnectorTerminationCredentialsCommand extends $Command<ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListVoiceConnectorTerminationCredentialsCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListVoiceConnectorTerminationCredentialsCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { ListVoiceConnectorsRequest, ListVoiceConnectorsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListVoiceConnectorsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListVoiceConnectorsCommandInput extends ListVoiceConnectorsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListVoiceConnectorsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes
|
|
|
16
20
|
export declare class ListVoiceConnectorsCommand extends $Command<ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ListVoiceConnectorsCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ListVoiceConnectorsCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|