@aws-sdk/client-chime-sdk-voice 3.296.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 +3 -3
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
|
|
5
5
|
import { UpdateSipRuleRequest, UpdateSipRuleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSipRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSipRuleCommandInput extends UpdateSipRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSipRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met
|
|
|
16
20
|
export declare class UpdateSipRuleCommand extends $Command<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: UpdateSipRuleCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: UpdateSipRuleCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput>;
|
|
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 { UpdateVoiceConnectorRequest, UpdateVoiceConnectorResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateVoiceConnectorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateVoiceConnectorCommandInput extends UpdateVoiceConnectorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateVoiceConnectorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR
|
|
|
16
20
|
export declare class UpdateVoiceConnectorCommand extends $Command<UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: UpdateVoiceConnectorCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: UpdateVoiceConnectorCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput>;
|
|
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 { UpdateVoiceConnectorGroupRequest, UpdateVoiceConnectorGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateVoiceConnectorGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateVoiceConnectorGroupCommandInput extends UpdateVoiceConnectorGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateVoiceConnectorGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConnectorGroupResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne
|
|
|
16
20
|
export declare class UpdateVoiceConnectorGroupCommand extends $Command<UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: UpdateVoiceConnectorGroupCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: UpdateVoiceConnectorGroupCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput>;
|
|
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 { ValidateE911AddressRequest, ValidateE911AddressResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ValidateE911AddressCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ValidateE911AddressCommandInput extends ValidateE911AddressRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ValidateE911AddressCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ValidateE911AddressCommandOutput extends ValidateE911AddressResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ValidateE911AddressCommandOutput extends ValidateE911AddressRes
|
|
|
16
20
|
export declare class ValidateE911AddressCommand extends $Command<ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
17
21
|
readonly input: ValidateE911AddressCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ValidateE911AddressCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from ChimeSDKVoice service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class ChimeSDKVoiceServiceException extends __ServiceException {
|