@aws-sdk/client-chime-sdk-voice 3.1087.0 → 3.1089.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-cjs/index.js +24 -16
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +17 -15
- package/dist-types/ChimeSDKVoice.d.ts +0 -1
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
- package/dist-types/commands/CreateProxySessionCommand.d.ts +5 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +7 -2
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +5 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +5 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
- package/dist-types/commands/GetProxySessionCommand.d.ts +5 -0
- package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +5 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +5 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +3 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +2 -1
- package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +3 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +5 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +4 -2
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +15 -7
- package/dist-types/ts3.4/ChimeSDKVoice.d.ts +301 -460
- package/dist-types/ts3.4/ChimeSDKVoiceClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVoiceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVoiceProfileDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceProfileCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteVoiceProfileDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceProfileCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetVoiceProfileDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListVoiceProfileDomainsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVoiceProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateVoiceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVoiceProfileDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +14 -16
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/models/models_0.d.ts +14 -19
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSpeakerSearchTaskRequest,
|
|
4
|
-
GetSpeakerSearchTaskResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSpeakerSearchTaskRequest, GetSpeakerSearchTaskResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSpeakerSearchTaskCommandInput
|
|
8
|
-
extends GetSpeakerSearchTaskRequest {}
|
|
4
|
+
export interface GetSpeakerSearchTaskCommandInput extends GetSpeakerSearchTaskRequest {}
|
|
9
5
|
export interface GetSpeakerSearchTaskCommandOutput
|
|
10
|
-
extends GetSpeakerSearchTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSpeakerSearchTaskResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetSpeakerSearchTaskCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSpeakerSearchTaskCommandInput
|
|
9
|
+
input: GetSpeakerSearchTaskCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSpeakerSearchTaskCommandInput,
|
|
17
12
|
GetSpeakerSearchTaskCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSpeakerSearchTaskCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSpeakerSearchTaskCommandInput
|
|
18
|
+
input: GetSpeakerSearchTaskCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSpeakerSearchTaskCommandInput,
|
|
26
21
|
GetSpeakerSearchTaskCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetVoiceConnectorRequest,
|
|
4
|
-
GetVoiceConnectorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetVoiceConnectorRequest, GetVoiceConnectorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorCommandInput
|
|
8
|
-
extends GetVoiceConnectorRequest {}
|
|
4
|
+
export interface GetVoiceConnectorCommandInput extends GetVoiceConnectorRequest {}
|
|
9
5
|
export interface GetVoiceConnectorCommandOutput
|
|
10
|
-
extends GetVoiceConnectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetVoiceConnectorResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetVoiceConnectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetVoiceConnectorCommandInput
|
|
9
|
+
input: GetVoiceConnectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetVoiceConnectorCommandInput,
|
|
17
12
|
GetVoiceConnectorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetVoiceConnectorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetVoiceConnectorCommandInput
|
|
18
|
+
input: GetVoiceConnectorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetVoiceConnectorCommandInput,
|
|
26
21
|
GetVoiceConnectorCommandOutput,
|
package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetVoiceConnectorEmergencyCallingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
8
|
-
extends GetVoiceConnectorEmergencyCallingConfigurationRequest {}
|
|
7
|
+
export interface GetVoiceConnectorEmergencyCallingConfigurationCommandInput extends GetVoiceConnectorEmergencyCallingConfigurationRequest {}
|
|
9
8
|
export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
10
|
-
extends GetVoiceConnectorEmergencyCallingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetVoiceConnectorEmergencyCallingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetVoiceConnectorEmergencyCallingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
12
|
+
input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
17
15
|
GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetVoiceConnectorEmergencyCallingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
21
|
+
input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
26
24
|
GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetVoiceConnectorExternalSystemsConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorExternalSystemsConfigurationCommandInput
|
|
8
|
-
extends GetVoiceConnectorExternalSystemsConfigurationRequest {}
|
|
7
|
+
export interface GetVoiceConnectorExternalSystemsConfigurationCommandInput extends GetVoiceConnectorExternalSystemsConfigurationRequest {}
|
|
9
8
|
export interface GetVoiceConnectorExternalSystemsConfigurationCommandOutput
|
|
10
|
-
extends GetVoiceConnectorExternalSystemsConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetVoiceConnectorExternalSystemsConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetVoiceConnectorExternalSystemsConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetVoiceConnectorExternalSystemsConfigurationCommandInput
|
|
12
|
+
input: GetVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
17
15
|
GetVoiceConnectorExternalSystemsConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetVoiceConnectorExternalSystemsConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetVoiceConnectorExternalSystemsConfigurationCommandInput
|
|
21
|
+
input: GetVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
26
24
|
GetVoiceConnectorExternalSystemsConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetVoiceConnectorGroupRequest,
|
|
4
|
-
GetVoiceConnectorGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetVoiceConnectorGroupRequest, GetVoiceConnectorGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorGroupCommandInput
|
|
8
|
-
extends GetVoiceConnectorGroupRequest {}
|
|
4
|
+
export interface GetVoiceConnectorGroupCommandInput extends GetVoiceConnectorGroupRequest {}
|
|
9
5
|
export interface GetVoiceConnectorGroupCommandOutput
|
|
10
|
-
extends GetVoiceConnectorGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetVoiceConnectorGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetVoiceConnectorGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetVoiceConnectorGroupCommandInput
|
|
9
|
+
input: GetVoiceConnectorGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetVoiceConnectorGroupCommandInput,
|
|
17
12
|
GetVoiceConnectorGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetVoiceConnectorGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetVoiceConnectorGroupCommandInput
|
|
18
|
+
input: GetVoiceConnectorGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetVoiceConnectorGroupCommandInput,
|
|
26
21
|
GetVoiceConnectorGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetVoiceConnectorLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorLoggingConfigurationCommandInput
|
|
8
|
-
extends GetVoiceConnectorLoggingConfigurationRequest {}
|
|
7
|
+
export interface GetVoiceConnectorLoggingConfigurationCommandInput extends GetVoiceConnectorLoggingConfigurationRequest {}
|
|
9
8
|
export interface GetVoiceConnectorLoggingConfigurationCommandOutput
|
|
10
|
-
extends GetVoiceConnectorLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetVoiceConnectorLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetVoiceConnectorLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetVoiceConnectorLoggingConfigurationCommandInput
|
|
12
|
+
input: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
17
15
|
GetVoiceConnectorLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetVoiceConnectorLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetVoiceConnectorLoggingConfigurationCommandInput
|
|
21
|
+
input: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
26
24
|
GetVoiceConnectorLoggingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetVoiceConnectorOriginationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorOriginationCommandInput
|
|
8
|
-
extends GetVoiceConnectorOriginationRequest {}
|
|
7
|
+
export interface GetVoiceConnectorOriginationCommandInput extends GetVoiceConnectorOriginationRequest {}
|
|
9
8
|
export interface GetVoiceConnectorOriginationCommandOutput
|
|
10
|
-
extends GetVoiceConnectorOriginationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetVoiceConnectorOriginationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetVoiceConnectorOriginationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetVoiceConnectorOriginationCommandInput
|
|
12
|
+
input: GetVoiceConnectorOriginationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetVoiceConnectorOriginationCommandInput,
|
|
17
15
|
GetVoiceConnectorOriginationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetVoiceConnectorOriginationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetVoiceConnectorOriginationCommandInput
|
|
21
|
+
input: GetVoiceConnectorOriginationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetVoiceConnectorOriginationCommandInput,
|
|
26
24
|
GetVoiceConnectorOriginationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetVoiceConnectorProxyRequest,
|
|
4
|
-
GetVoiceConnectorProxyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetVoiceConnectorProxyRequest, GetVoiceConnectorProxyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorProxyCommandInput
|
|
8
|
-
extends GetVoiceConnectorProxyRequest {}
|
|
4
|
+
export interface GetVoiceConnectorProxyCommandInput extends GetVoiceConnectorProxyRequest {}
|
|
9
5
|
export interface GetVoiceConnectorProxyCommandOutput
|
|
10
|
-
extends GetVoiceConnectorProxyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetVoiceConnectorProxyResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetVoiceConnectorProxyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetVoiceConnectorProxyCommandInput
|
|
9
|
+
input: GetVoiceConnectorProxyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetVoiceConnectorProxyCommandInput,
|
|
17
12
|
GetVoiceConnectorProxyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetVoiceConnectorProxyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetVoiceConnectorProxyCommandInput
|
|
18
|
+
input: GetVoiceConnectorProxyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetVoiceConnectorProxyCommandInput,
|
|
26
21
|
GetVoiceConnectorProxyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetVoiceConnectorStreamingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorStreamingConfigurationCommandInput
|
|
8
|
-
extends GetVoiceConnectorStreamingConfigurationRequest {}
|
|
7
|
+
export interface GetVoiceConnectorStreamingConfigurationCommandInput extends GetVoiceConnectorStreamingConfigurationRequest {}
|
|
9
8
|
export interface GetVoiceConnectorStreamingConfigurationCommandOutput
|
|
10
|
-
extends GetVoiceConnectorStreamingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetVoiceConnectorStreamingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetVoiceConnectorStreamingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetVoiceConnectorStreamingConfigurationCommandInput
|
|
12
|
+
input: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
17
15
|
GetVoiceConnectorStreamingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetVoiceConnectorStreamingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetVoiceConnectorStreamingConfigurationCommandInput
|
|
21
|
+
input: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
26
24
|
GetVoiceConnectorStreamingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetVoiceConnectorTerminationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorTerminationCommandInput
|
|
8
|
-
extends GetVoiceConnectorTerminationRequest {}
|
|
7
|
+
export interface GetVoiceConnectorTerminationCommandInput extends GetVoiceConnectorTerminationRequest {}
|
|
9
8
|
export interface GetVoiceConnectorTerminationCommandOutput
|
|
10
|
-
extends GetVoiceConnectorTerminationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetVoiceConnectorTerminationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetVoiceConnectorTerminationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetVoiceConnectorTerminationCommandInput
|
|
12
|
+
input: GetVoiceConnectorTerminationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetVoiceConnectorTerminationCommandInput,
|
|
17
15
|
GetVoiceConnectorTerminationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetVoiceConnectorTerminationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetVoiceConnectorTerminationCommandInput
|
|
21
|
+
input: GetVoiceConnectorTerminationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetVoiceConnectorTerminationCommandInput,
|
|
26
24
|
GetVoiceConnectorTerminationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetVoiceConnectorTerminationHealthResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceConnectorTerminationHealthCommandInput
|
|
8
|
-
extends GetVoiceConnectorTerminationHealthRequest {}
|
|
7
|
+
export interface GetVoiceConnectorTerminationHealthCommandInput extends GetVoiceConnectorTerminationHealthRequest {}
|
|
9
8
|
export interface GetVoiceConnectorTerminationHealthCommandOutput
|
|
10
|
-
extends GetVoiceConnectorTerminationHealthResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetVoiceConnectorTerminationHealthResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetVoiceConnectorTerminationHealthCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetVoiceConnectorTerminationHealthCommandInput
|
|
12
|
+
input: GetVoiceConnectorTerminationHealthCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetVoiceConnectorTerminationHealthCommandInput,
|
|
17
15
|
GetVoiceConnectorTerminationHealthCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetVoiceConnectorTerminationHealthCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetVoiceConnectorTerminationHealthCommandInput
|
|
21
|
+
input: GetVoiceConnectorTerminationHealthCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetVoiceConnectorTerminationHealthCommandInput,
|
|
26
24
|
GetVoiceConnectorTerminationHealthCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetVoiceProfileRequest,
|
|
4
|
-
GetVoiceProfileResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetVoiceProfileRequest, GetVoiceProfileResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetVoiceProfileCommandInput extends GetVoiceProfileRequest {}
|
|
8
|
-
export interface GetVoiceProfileCommandOutput
|
|
9
|
-
extends GetVoiceProfileResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetVoiceProfileCommandOutput extends GetVoiceProfileResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetVoiceProfileCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetVoiceProfileCommandInput
|
|
8
|
+
input: GetVoiceProfileCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetVoiceProfileCommandInput,
|
|
16
11
|
GetVoiceProfileCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetVoiceProfileCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetVoiceProfileCommandInput
|
|
17
|
+
input: GetVoiceProfileCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetVoiceProfileCommandInput,
|
|
25
20
|
GetVoiceProfileCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetVoiceProfileDomainRequest,
|
|
4
|
-
GetVoiceProfileDomainResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetVoiceProfileDomainRequest, GetVoiceProfileDomainResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceProfileDomainCommandInput
|
|
8
|
-
extends GetVoiceProfileDomainRequest {}
|
|
4
|
+
export interface GetVoiceProfileDomainCommandInput extends GetVoiceProfileDomainRequest {}
|
|
9
5
|
export interface GetVoiceProfileDomainCommandOutput
|
|
10
|
-
extends GetVoiceProfileDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetVoiceProfileDomainResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetVoiceProfileDomainCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetVoiceProfileDomainCommandInput
|
|
9
|
+
input: GetVoiceProfileDomainCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetVoiceProfileDomainCommandInput,
|
|
17
12
|
GetVoiceProfileDomainCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetVoiceProfileDomainCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetVoiceProfileDomainCommandInput
|
|
18
|
+
input: GetVoiceProfileDomainCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetVoiceProfileDomainCommandInput,
|
|
26
21
|
GetVoiceProfileDomainCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetVoiceToneAnalysisTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVoiceToneAnalysisTaskCommandInput
|
|
8
|
-
extends GetVoiceToneAnalysisTaskRequest {}
|
|
7
|
+
export interface GetVoiceToneAnalysisTaskCommandInput extends GetVoiceToneAnalysisTaskRequest {}
|
|
9
8
|
export interface GetVoiceToneAnalysisTaskCommandOutput
|
|
10
|
-
extends GetVoiceToneAnalysisTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetVoiceToneAnalysisTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetVoiceToneAnalysisTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetVoiceToneAnalysisTaskCommandInput
|
|
12
|
+
input: GetVoiceToneAnalysisTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetVoiceToneAnalysisTaskCommandInput,
|
|
17
15
|
GetVoiceToneAnalysisTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetVoiceToneAnalysisTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetVoiceToneAnalysisTaskCommandInput
|
|
21
|
+
input: GetVoiceToneAnalysisTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetVoiceToneAnalysisTaskCommandInput,
|
|
26
24
|
GetVoiceToneAnalysisTaskCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { ListAvailableVoiceConnectorRegionsResponse } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListAvailableVoiceConnectorRegionsCommandInput {}
|
|
5
5
|
export interface ListAvailableVoiceConnectorRegionsCommandOutput
|
|
6
|
-
extends ListAvailableVoiceConnectorRegionsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAvailableVoiceConnectorRegionsResponse, __MetadataBearer {}
|
|
8
7
|
declare const ListAvailableVoiceConnectorRegionsCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: ListAvailableVoiceConnectorRegionsCommandInput
|
|
9
|
+
input: ListAvailableVoiceConnectorRegionsCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
ListAvailableVoiceConnectorRegionsCommandInput,
|
|
13
12
|
ListAvailableVoiceConnectorRegionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPhoneNumberOrdersRequest,
|
|
4
|
-
ListPhoneNumberOrdersResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPhoneNumberOrdersRequest, ListPhoneNumberOrdersResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPhoneNumberOrdersCommandInput
|
|
8
|
-
extends ListPhoneNumberOrdersRequest {}
|
|
4
|
+
export interface ListPhoneNumberOrdersCommandInput extends ListPhoneNumberOrdersRequest {}
|
|
9
5
|
export interface ListPhoneNumberOrdersCommandOutput
|
|
10
|
-
extends ListPhoneNumberOrdersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPhoneNumberOrdersResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPhoneNumberOrdersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPhoneNumberOrdersCommandInput
|
|
9
|
+
input: ListPhoneNumberOrdersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPhoneNumberOrdersCommandInput,
|
|
17
12
|
ListPhoneNumberOrdersCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPhoneNumbersRequest,
|
|
4
|
-
ListPhoneNumbersResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListPhoneNumbersCommandInput extends ListPhoneNumbersRequest {}
|
|
8
|
-
export interface ListPhoneNumbersCommandOutput
|
|
9
|
-
extends ListPhoneNumbersResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListPhoneNumbersCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListPhoneNumbersCommandInput
|
|
8
|
+
input: ListPhoneNumbersCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListPhoneNumbersCommandInput,
|
|
16
11
|
ListPhoneNumbersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListProxySessionsRequest,
|
|
4
|
-
ListProxySessionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListProxySessionsRequest, ListProxySessionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListProxySessionsCommandInput
|
|
8
|
-
extends ListProxySessionsRequest {}
|
|
4
|
+
export interface ListProxySessionsCommandInput extends ListProxySessionsRequest {}
|
|
9
5
|
export interface ListProxySessionsCommandOutput
|
|
10
|
-
extends ListProxySessionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListProxySessionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListProxySessionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListProxySessionsCommandInput
|
|
9
|
+
input: ListProxySessionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListProxySessionsCommandInput,
|
|
17
12
|
ListProxySessionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListProxySessionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListProxySessionsCommandInput
|
|
18
|
+
input: ListProxySessionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListProxySessionsCommandInput,
|
|
26
21
|
ListProxySessionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListSipMediaApplicationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSipMediaApplicationsCommandInput
|
|
8
|
-
extends ListSipMediaApplicationsRequest {}
|
|
7
|
+
export interface ListSipMediaApplicationsCommandInput extends ListSipMediaApplicationsRequest {}
|
|
9
8
|
export interface ListSipMediaApplicationsCommandOutput
|
|
10
|
-
extends ListSipMediaApplicationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListSipMediaApplicationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListSipMediaApplicationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListSipMediaApplicationsCommandInput
|
|
12
|
+
input: ListSipMediaApplicationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListSipMediaApplicationsCommandInput,
|
|
17
15
|
ListSipMediaApplicationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListSipRulesRequest, ListSipRulesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListSipRulesCommandInput extends ListSipRulesRequest {}
|
|
5
|
-
export interface ListSipRulesCommandOutput
|
|
6
|
-
extends ListSipRulesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListSipRulesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListSipRulesCommandInput
|
|
8
|
+
input: ListSipRulesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListSipRulesCommandInput,
|
|
13
11
|
ListSipRulesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListSupportedPhoneNumberCountriesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSupportedPhoneNumberCountriesCommandInput
|
|
8
|
-
extends ListSupportedPhoneNumberCountriesRequest {}
|
|
7
|
+
export interface ListSupportedPhoneNumberCountriesCommandInput extends ListSupportedPhoneNumberCountriesRequest {}
|
|
9
8
|
export interface ListSupportedPhoneNumberCountriesCommandOutput
|
|
10
|
-
extends ListSupportedPhoneNumberCountriesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListSupportedPhoneNumberCountriesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListSupportedPhoneNumberCountriesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListSupportedPhoneNumberCountriesCommandInput
|
|
12
|
+
input: ListSupportedPhoneNumberCountriesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListSupportedPhoneNumberCountriesCommandInput,
|
|
17
15
|
ListSupportedPhoneNumberCountriesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListSupportedPhoneNumberCountriesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListSupportedPhoneNumberCountriesCommandInput
|
|
21
|
+
input: ListSupportedPhoneNumberCountriesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListSupportedPhoneNumberCountriesCommandInput,
|
|
26
24
|
ListSupportedPhoneNumberCountriesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListVoiceConnectorGroupsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVoiceConnectorGroupsCommandInput
|
|
8
|
-
extends ListVoiceConnectorGroupsRequest {}
|
|
7
|
+
export interface ListVoiceConnectorGroupsCommandInput extends ListVoiceConnectorGroupsRequest {}
|
|
9
8
|
export interface ListVoiceConnectorGroupsCommandOutput
|
|
10
|
-
extends ListVoiceConnectorGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListVoiceConnectorGroupsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListVoiceConnectorGroupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListVoiceConnectorGroupsCommandInput
|
|
12
|
+
input: ListVoiceConnectorGroupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListVoiceConnectorGroupsCommandInput,
|
|
17
15
|
ListVoiceConnectorGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListVoiceConnectorTerminationCredentialsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVoiceConnectorTerminationCredentialsCommandInput
|
|
8
|
-
extends ListVoiceConnectorTerminationCredentialsRequest {}
|
|
7
|
+
export interface ListVoiceConnectorTerminationCredentialsCommandInput extends ListVoiceConnectorTerminationCredentialsRequest {}
|
|
9
8
|
export interface ListVoiceConnectorTerminationCredentialsCommandOutput
|
|
10
|
-
extends ListVoiceConnectorTerminationCredentialsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListVoiceConnectorTerminationCredentialsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListVoiceConnectorTerminationCredentialsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListVoiceConnectorTerminationCredentialsCommandInput
|
|
12
|
+
input: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
17
15
|
ListVoiceConnectorTerminationCredentialsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListVoiceConnectorTerminationCredentialsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListVoiceConnectorTerminationCredentialsCommandInput
|
|
21
|
+
input: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
26
24
|
ListVoiceConnectorTerminationCredentialsCommandOutput,
|