@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
|
-
ListVoiceConnectorsRequest,
|
|
4
|
-
ListVoiceConnectorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListVoiceConnectorsRequest, ListVoiceConnectorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVoiceConnectorsCommandInput
|
|
8
|
-
extends ListVoiceConnectorsRequest {}
|
|
4
|
+
export interface ListVoiceConnectorsCommandInput extends ListVoiceConnectorsRequest {}
|
|
9
5
|
export interface ListVoiceConnectorsCommandOutput
|
|
10
|
-
extends ListVoiceConnectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListVoiceConnectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListVoiceConnectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListVoiceConnectorsCommandInput
|
|
9
|
+
input: ListVoiceConnectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListVoiceConnectorsCommandInput,
|
|
17
12
|
ListVoiceConnectorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListVoiceProfileDomainsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVoiceProfileDomainsCommandInput
|
|
8
|
-
extends ListVoiceProfileDomainsRequest {}
|
|
7
|
+
export interface ListVoiceProfileDomainsCommandInput extends ListVoiceProfileDomainsRequest {}
|
|
9
8
|
export interface ListVoiceProfileDomainsCommandOutput
|
|
10
|
-
extends ListVoiceProfileDomainsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListVoiceProfileDomainsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListVoiceProfileDomainsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListVoiceProfileDomainsCommandInput
|
|
12
|
+
input: ListVoiceProfileDomainsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListVoiceProfileDomainsCommandInput,
|
|
17
15
|
ListVoiceProfileDomainsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListVoiceProfilesRequest,
|
|
4
|
-
ListVoiceProfilesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListVoiceProfilesRequest, ListVoiceProfilesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVoiceProfilesCommandInput
|
|
8
|
-
extends ListVoiceProfilesRequest {}
|
|
4
|
+
export interface ListVoiceProfilesCommandInput extends ListVoiceProfilesRequest {}
|
|
9
5
|
export interface ListVoiceProfilesCommandOutput
|
|
10
|
-
extends ListVoiceProfilesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListVoiceProfilesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListVoiceProfilesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListVoiceProfilesCommandInput
|
|
9
|
+
input: ListVoiceProfilesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListVoiceProfilesCommandInput,
|
|
17
12
|
ListVoiceProfilesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListVoiceProfilesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListVoiceProfilesCommandInput
|
|
18
|
+
input: ListVoiceProfilesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListVoiceProfilesCommandInput,
|
|
26
21
|
ListVoiceProfilesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutSipMediaApplicationAlexaSkillConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutSipMediaApplicationAlexaSkillConfigurationCommandInput
|
|
8
|
-
extends PutSipMediaApplicationAlexaSkillConfigurationRequest {}
|
|
7
|
+
export interface PutSipMediaApplicationAlexaSkillConfigurationCommandInput extends PutSipMediaApplicationAlexaSkillConfigurationRequest {}
|
|
9
8
|
export interface PutSipMediaApplicationAlexaSkillConfigurationCommandOutput
|
|
10
|
-
extends PutSipMediaApplicationAlexaSkillConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutSipMediaApplicationAlexaSkillConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutSipMediaApplicationAlexaSkillConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput
|
|
12
|
+
input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
17
15
|
PutSipMediaApplicationAlexaSkillConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutSipMediaApplicationAlexaSkillConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput
|
|
21
|
+
input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
26
24
|
PutSipMediaApplicationAlexaSkillConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutSipMediaApplicationLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutSipMediaApplicationLoggingConfigurationCommandInput
|
|
8
|
-
extends PutSipMediaApplicationLoggingConfigurationRequest {}
|
|
7
|
+
export interface PutSipMediaApplicationLoggingConfigurationCommandInput extends PutSipMediaApplicationLoggingConfigurationRequest {}
|
|
9
8
|
export interface PutSipMediaApplicationLoggingConfigurationCommandOutput
|
|
10
|
-
extends PutSipMediaApplicationLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutSipMediaApplicationLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutSipMediaApplicationLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutSipMediaApplicationLoggingConfigurationCommandInput
|
|
12
|
+
input: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
17
15
|
PutSipMediaApplicationLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutSipMediaApplicationLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutSipMediaApplicationLoggingConfigurationCommandInput
|
|
21
|
+
input: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
26
24
|
PutSipMediaApplicationLoggingConfigurationCommandOutput,
|
package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutVoiceConnectorEmergencyCallingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
8
|
-
extends PutVoiceConnectorEmergencyCallingConfigurationRequest {}
|
|
7
|
+
export interface PutVoiceConnectorEmergencyCallingConfigurationCommandInput extends PutVoiceConnectorEmergencyCallingConfigurationRequest {}
|
|
9
8
|
export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
10
|
-
extends PutVoiceConnectorEmergencyCallingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutVoiceConnectorEmergencyCallingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutVoiceConnectorEmergencyCallingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
12
|
+
input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
17
15
|
PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutVoiceConnectorEmergencyCallingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput
|
|
21
|
+
input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
26
24
|
PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutVoiceConnectorExternalSystemsConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutVoiceConnectorExternalSystemsConfigurationCommandInput
|
|
8
|
-
extends PutVoiceConnectorExternalSystemsConfigurationRequest {}
|
|
7
|
+
export interface PutVoiceConnectorExternalSystemsConfigurationCommandInput extends PutVoiceConnectorExternalSystemsConfigurationRequest {}
|
|
9
8
|
export interface PutVoiceConnectorExternalSystemsConfigurationCommandOutput
|
|
10
|
-
extends PutVoiceConnectorExternalSystemsConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutVoiceConnectorExternalSystemsConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutVoiceConnectorExternalSystemsConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutVoiceConnectorExternalSystemsConfigurationCommandInput
|
|
12
|
+
input: PutVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
17
15
|
PutVoiceConnectorExternalSystemsConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutVoiceConnectorExternalSystemsConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutVoiceConnectorExternalSystemsConfigurationCommandInput
|
|
21
|
+
input: PutVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
26
24
|
PutVoiceConnectorExternalSystemsConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutVoiceConnectorLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutVoiceConnectorLoggingConfigurationCommandInput
|
|
8
|
-
extends PutVoiceConnectorLoggingConfigurationRequest {}
|
|
7
|
+
export interface PutVoiceConnectorLoggingConfigurationCommandInput extends PutVoiceConnectorLoggingConfigurationRequest {}
|
|
9
8
|
export interface PutVoiceConnectorLoggingConfigurationCommandOutput
|
|
10
|
-
extends PutVoiceConnectorLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutVoiceConnectorLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutVoiceConnectorLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutVoiceConnectorLoggingConfigurationCommandInput
|
|
12
|
+
input: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
17
15
|
PutVoiceConnectorLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutVoiceConnectorLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutVoiceConnectorLoggingConfigurationCommandInput
|
|
21
|
+
input: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
26
24
|
PutVoiceConnectorLoggingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutVoiceConnectorOriginationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutVoiceConnectorOriginationCommandInput
|
|
8
|
-
extends PutVoiceConnectorOriginationRequest {}
|
|
7
|
+
export interface PutVoiceConnectorOriginationCommandInput extends PutVoiceConnectorOriginationRequest {}
|
|
9
8
|
export interface PutVoiceConnectorOriginationCommandOutput
|
|
10
|
-
extends PutVoiceConnectorOriginationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutVoiceConnectorOriginationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutVoiceConnectorOriginationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutVoiceConnectorOriginationCommandInput
|
|
12
|
+
input: PutVoiceConnectorOriginationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutVoiceConnectorOriginationCommandInput,
|
|
17
15
|
PutVoiceConnectorOriginationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutVoiceConnectorOriginationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutVoiceConnectorOriginationCommandInput
|
|
21
|
+
input: PutVoiceConnectorOriginationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutVoiceConnectorOriginationCommandInput,
|
|
26
24
|
PutVoiceConnectorOriginationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutVoiceConnectorProxyRequest,
|
|
4
|
-
PutVoiceConnectorProxyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutVoiceConnectorProxyRequest, PutVoiceConnectorProxyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutVoiceConnectorProxyCommandInput
|
|
8
|
-
extends PutVoiceConnectorProxyRequest {}
|
|
4
|
+
export interface PutVoiceConnectorProxyCommandInput extends PutVoiceConnectorProxyRequest {}
|
|
9
5
|
export interface PutVoiceConnectorProxyCommandOutput
|
|
10
|
-
extends PutVoiceConnectorProxyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutVoiceConnectorProxyResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutVoiceConnectorProxyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutVoiceConnectorProxyCommandInput
|
|
9
|
+
input: PutVoiceConnectorProxyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutVoiceConnectorProxyCommandInput,
|
|
17
12
|
PutVoiceConnectorProxyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutVoiceConnectorProxyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutVoiceConnectorProxyCommandInput
|
|
18
|
+
input: PutVoiceConnectorProxyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutVoiceConnectorProxyCommandInput,
|
|
26
21
|
PutVoiceConnectorProxyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutVoiceConnectorStreamingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutVoiceConnectorStreamingConfigurationCommandInput
|
|
8
|
-
extends PutVoiceConnectorStreamingConfigurationRequest {}
|
|
7
|
+
export interface PutVoiceConnectorStreamingConfigurationCommandInput extends PutVoiceConnectorStreamingConfigurationRequest {}
|
|
9
8
|
export interface PutVoiceConnectorStreamingConfigurationCommandOutput
|
|
10
|
-
extends PutVoiceConnectorStreamingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutVoiceConnectorStreamingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutVoiceConnectorStreamingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutVoiceConnectorStreamingConfigurationCommandInput
|
|
12
|
+
input: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
17
15
|
PutVoiceConnectorStreamingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutVoiceConnectorStreamingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutVoiceConnectorStreamingConfigurationCommandInput
|
|
21
|
+
input: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
26
24
|
PutVoiceConnectorStreamingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutVoiceConnectorTerminationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutVoiceConnectorTerminationCommandInput
|
|
8
|
-
extends PutVoiceConnectorTerminationRequest {}
|
|
7
|
+
export interface PutVoiceConnectorTerminationCommandInput extends PutVoiceConnectorTerminationRequest {}
|
|
9
8
|
export interface PutVoiceConnectorTerminationCommandOutput
|
|
10
|
-
extends PutVoiceConnectorTerminationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutVoiceConnectorTerminationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutVoiceConnectorTerminationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutVoiceConnectorTerminationCommandInput
|
|
12
|
+
input: PutVoiceConnectorTerminationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutVoiceConnectorTerminationCommandInput,
|
|
17
15
|
PutVoiceConnectorTerminationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutVoiceConnectorTerminationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutVoiceConnectorTerminationCommandInput
|
|
21
|
+
input: PutVoiceConnectorTerminationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutVoiceConnectorTerminationCommandInput,
|
|
26
24
|
PutVoiceConnectorTerminationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutVoiceConnectorTerminationCredentialsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutVoiceConnectorTerminationCredentialsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutVoiceConnectorTerminationCredentialsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface PutVoiceConnectorTerminationCredentialsCommandInput extends PutVoiceConnectorTerminationCredentialsRequest {}
|
|
5
|
+
export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const PutVoiceConnectorTerminationCredentialsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutVoiceConnectorTerminationCredentialsCommandInput
|
|
8
|
+
input: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
13
11
|
PutVoiceConnectorTerminationCredentialsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutVoiceConnectorTerminationCredentialsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutVoiceConnectorTerminationCredentialsCommandInput
|
|
17
|
+
input: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
22
20
|
PutVoiceConnectorTerminationCredentialsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RestorePhoneNumberRequest,
|
|
4
|
-
RestorePhoneNumberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RestorePhoneNumberRequest, RestorePhoneNumberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RestorePhoneNumberCommandInput
|
|
8
|
-
extends RestorePhoneNumberRequest {}
|
|
4
|
+
export interface RestorePhoneNumberCommandInput extends RestorePhoneNumberRequest {}
|
|
9
5
|
export interface RestorePhoneNumberCommandOutput
|
|
10
|
-
extends RestorePhoneNumberResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RestorePhoneNumberResponse, __MetadataBearer {}
|
|
12
7
|
declare const RestorePhoneNumberCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RestorePhoneNumberCommandInput
|
|
9
|
+
input: RestorePhoneNumberCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RestorePhoneNumberCommandInput,
|
|
17
12
|
RestorePhoneNumberCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RestorePhoneNumberCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RestorePhoneNumberCommandInput
|
|
18
|
+
input: RestorePhoneNumberCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RestorePhoneNumberCommandInput,
|
|
26
21
|
RestorePhoneNumberCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SearchAvailablePhoneNumbersResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SearchAvailablePhoneNumbersCommandInput
|
|
8
|
-
extends SearchAvailablePhoneNumbersRequest {}
|
|
7
|
+
export interface SearchAvailablePhoneNumbersCommandInput extends SearchAvailablePhoneNumbersRequest {}
|
|
9
8
|
export interface SearchAvailablePhoneNumbersCommandOutput
|
|
10
|
-
extends SearchAvailablePhoneNumbersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SearchAvailablePhoneNumbersResponse, __MetadataBearer {}
|
|
12
10
|
declare const SearchAvailablePhoneNumbersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SearchAvailablePhoneNumbersCommandInput
|
|
12
|
+
input: SearchAvailablePhoneNumbersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SearchAvailablePhoneNumbersCommandInput,
|
|
17
15
|
SearchAvailablePhoneNumbersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartSpeakerSearchTaskRequest,
|
|
4
|
-
StartSpeakerSearchTaskResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartSpeakerSearchTaskRequest, StartSpeakerSearchTaskResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartSpeakerSearchTaskCommandInput
|
|
8
|
-
extends StartSpeakerSearchTaskRequest {}
|
|
4
|
+
export interface StartSpeakerSearchTaskCommandInput extends StartSpeakerSearchTaskRequest {}
|
|
9
5
|
export interface StartSpeakerSearchTaskCommandOutput
|
|
10
|
-
extends StartSpeakerSearchTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartSpeakerSearchTaskResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartSpeakerSearchTaskCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartSpeakerSearchTaskCommandInput
|
|
9
|
+
input: StartSpeakerSearchTaskCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartSpeakerSearchTaskCommandInput,
|
|
17
12
|
StartSpeakerSearchTaskCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartSpeakerSearchTaskCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartSpeakerSearchTaskCommandInput
|
|
18
|
+
input: StartSpeakerSearchTaskCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartSpeakerSearchTaskCommandInput,
|
|
26
21
|
StartSpeakerSearchTaskCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartVoiceToneAnalysisTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartVoiceToneAnalysisTaskCommandInput
|
|
8
|
-
extends StartVoiceToneAnalysisTaskRequest {}
|
|
7
|
+
export interface StartVoiceToneAnalysisTaskCommandInput extends StartVoiceToneAnalysisTaskRequest {}
|
|
9
8
|
export interface StartVoiceToneAnalysisTaskCommandOutput
|
|
10
|
-
extends StartVoiceToneAnalysisTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartVoiceToneAnalysisTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartVoiceToneAnalysisTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartVoiceToneAnalysisTaskCommandInput
|
|
12
|
+
input: StartVoiceToneAnalysisTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartVoiceToneAnalysisTaskCommandInput,
|
|
17
15
|
StartVoiceToneAnalysisTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartVoiceToneAnalysisTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartVoiceToneAnalysisTaskCommandInput
|
|
21
|
+
input: StartVoiceToneAnalysisTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartVoiceToneAnalysisTaskCommandInput,
|
|
26
24
|
StartVoiceToneAnalysisTaskCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StopSpeakerSearchTaskRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StopSpeakerSearchTaskCommandInput
|
|
5
|
-
extends StopSpeakerSearchTaskRequest {}
|
|
4
|
+
export interface StopSpeakerSearchTaskCommandInput extends StopSpeakerSearchTaskRequest {}
|
|
6
5
|
export interface StopSpeakerSearchTaskCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const StopSpeakerSearchTaskCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: StopSpeakerSearchTaskCommandInput
|
|
8
|
+
input: StopSpeakerSearchTaskCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
StopSpeakerSearchTaskCommandInput,
|
|
12
11
|
StopSpeakerSearchTaskCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const StopSpeakerSearchTaskCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: StopSpeakerSearchTaskCommandInput
|
|
17
|
+
input: StopSpeakerSearchTaskCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
StopSpeakerSearchTaskCommandInput,
|
|
21
20
|
StopSpeakerSearchTaskCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StopVoiceToneAnalysisTaskRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StopVoiceToneAnalysisTaskCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StopVoiceToneAnalysisTaskCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StopVoiceToneAnalysisTaskCommandInput extends StopVoiceToneAnalysisTaskRequest {}
|
|
5
|
+
export interface StopVoiceToneAnalysisTaskCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const StopVoiceToneAnalysisTaskCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopVoiceToneAnalysisTaskCommandInput
|
|
8
|
+
input: StopVoiceToneAnalysisTaskCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopVoiceToneAnalysisTaskCommandInput,
|
|
13
11
|
StopVoiceToneAnalysisTaskCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopVoiceToneAnalysisTaskCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopVoiceToneAnalysisTaskCommandInput
|
|
17
|
+
input: StopVoiceToneAnalysisTaskCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopVoiceToneAnalysisTaskCommandInput,
|
|
22
20
|
StopVoiceToneAnalysisTaskCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateGlobalSettingsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateGlobalSettingsCommandInput
|
|
5
|
-
extends UpdateGlobalSettingsRequest {}
|
|
4
|
+
export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsRequest {}
|
|
6
5
|
export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const UpdateGlobalSettingsCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: UpdateGlobalSettingsCommandInput
|
|
8
|
+
input: UpdateGlobalSettingsCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
UpdateGlobalSettingsCommandInput,
|
|
12
11
|
UpdateGlobalSettingsCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const UpdateGlobalSettingsCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
|
|
17
|
+
input: UpdateGlobalSettingsCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
UpdateGlobalSettingsCommandInput,
|
|
21
20
|
UpdateGlobalSettingsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdatePhoneNumberRequest,
|
|
4
|
-
UpdatePhoneNumberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdatePhoneNumberRequest, UpdatePhoneNumberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePhoneNumberCommandInput
|
|
8
|
-
extends UpdatePhoneNumberRequest {}
|
|
4
|
+
export interface UpdatePhoneNumberCommandInput extends UpdatePhoneNumberRequest {}
|
|
9
5
|
export interface UpdatePhoneNumberCommandOutput
|
|
10
|
-
extends UpdatePhoneNumberResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdatePhoneNumberResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdatePhoneNumberCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdatePhoneNumberCommandInput
|
|
9
|
+
input: UpdatePhoneNumberCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdatePhoneNumberCommandInput,
|
|
17
12
|
UpdatePhoneNumberCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdatePhoneNumberCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdatePhoneNumberCommandInput
|
|
18
|
+
input: UpdatePhoneNumberCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdatePhoneNumberCommandInput,
|
|
26
21
|
UpdatePhoneNumberCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdatePhoneNumberSettingsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdatePhoneNumberSettingsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdatePhoneNumberSettingsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdatePhoneNumberSettingsCommandInput extends UpdatePhoneNumberSettingsRequest {}
|
|
5
|
+
export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdatePhoneNumberSettingsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdatePhoneNumberSettingsCommandInput
|
|
8
|
+
input: UpdatePhoneNumberSettingsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdatePhoneNumberSettingsCommandInput,
|
|
13
11
|
UpdatePhoneNumberSettingsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdatePhoneNumberSettingsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdatePhoneNumberSettingsCommandInput
|
|
17
|
+
input: UpdatePhoneNumberSettingsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdatePhoneNumberSettingsCommandInput,
|
|
22
20
|
UpdatePhoneNumberSettingsCommandOutput,
|