@aws-sdk/client-voice-id 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +74 -75
- package/dist-cjs/models/VoiceIDServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/VoiceID.js +1 -1
- package/dist-es/VoiceIDClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateFraudsterCommand.js +2 -2
- package/dist-es/commands/CreateDomainCommand.js +2 -2
- package/dist-es/commands/CreateWatchlistCommand.js +2 -2
- package/dist-es/commands/DeleteDomainCommand.js +2 -2
- package/dist-es/commands/DeleteFraudsterCommand.js +2 -2
- package/dist-es/commands/DeleteSpeakerCommand.js +2 -2
- package/dist-es/commands/DeleteWatchlistCommand.js +2 -2
- package/dist-es/commands/DescribeDomainCommand.js +2 -2
- package/dist-es/commands/DescribeFraudsterCommand.js +2 -2
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +2 -2
- package/dist-es/commands/DescribeSpeakerCommand.js +2 -2
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +2 -2
- package/dist-es/commands/DescribeWatchlistCommand.js +2 -2
- package/dist-es/commands/DisassociateFraudsterCommand.js +2 -2
- package/dist-es/commands/EvaluateSessionCommand.js +2 -2
- package/dist-es/commands/ListDomainsCommand.js +2 -2
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +2 -2
- package/dist-es/commands/ListFraudstersCommand.js +2 -2
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +2 -2
- package/dist-es/commands/ListSpeakersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWatchlistsCommand.js +2 -2
- package/dist-es/commands/OptOutSpeakerCommand.js +2 -2
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +2 -2
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDomainCommand.js +2 -2
- package/dist-es/commands/UpdateWatchlistCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/VoiceIDServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/VoiceIDClient.d.ts +5 -5
- package/dist-types/commands/AssociateFraudsterCommand.d.ts +6 -4
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
- package/dist-types/commands/CreateWatchlistCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWatchlistCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWatchlistCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateFraudsterCommand.d.ts +6 -4
- package/dist-types/commands/EvaluateSessionCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListFraudstersCommand.d.ts +6 -4
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListSpeakersCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWatchlistsCommand.d.ts +6 -4
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +6 -4
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -4
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWatchlistCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/VoiceIDServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/VoiceIDClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/VoiceIDServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
EvaluateSessionRequest,
|
|
@@ -18,7 +18,7 @@ export interface EvaluateSessionCommandOutput
|
|
|
18
18
|
declare const EvaluateSessionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: EvaluateSessionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
EvaluateSessionCommandInput,
|
|
23
23
|
EvaluateSessionCommandOutput,
|
|
24
24
|
VoiceIDClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const EvaluateSessionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: EvaluateSessionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
EvaluateSessionCommandInput,
|
|
32
32
|
EvaluateSessionCommandOutput,
|
|
33
33
|
VoiceIDClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class EvaluateSessionCommand extends EvaluateSessionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListDomainsCommandOutput
|
|
|
15
15
|
declare const ListDomainsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListDomainsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListDomainsCommandInput,
|
|
20
20
|
ListDomainsCommandOutput,
|
|
21
21
|
VoiceIDClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListDomainsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListDomainsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListDomainsCommandInput,
|
|
29
29
|
ListDomainsCommandOutput,
|
|
30
30
|
VoiceIDClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListFraudsterRegistrationJobsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListFraudsterRegistrationJobsCommandOutput
|
|
|
19
19
|
declare const ListFraudsterRegistrationJobsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListFraudsterRegistrationJobsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListFraudsterRegistrationJobsCommandInput,
|
|
24
24
|
ListFraudsterRegistrationJobsCommandOutput,
|
|
25
25
|
VoiceIDClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListFraudsterRegistrationJobsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListFraudsterRegistrationJobsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListFraudsterRegistrationJobsCommandInput,
|
|
33
33
|
ListFraudsterRegistrationJobsCommandOutput,
|
|
34
34
|
VoiceIDClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListFraudsterRegistrationJobsCommand extends ListFraudsterRegistrationJobsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListFraudstersRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListFraudstersCommandOutput
|
|
|
18
18
|
declare const ListFraudstersCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListFraudstersCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListFraudstersCommandInput,
|
|
23
23
|
ListFraudstersCommandOutput,
|
|
24
24
|
VoiceIDClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListFraudstersCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListFraudstersCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListFraudstersCommandInput,
|
|
32
32
|
ListFraudstersCommandOutput,
|
|
33
33
|
VoiceIDClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListFraudstersCommand extends ListFraudstersCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSpeakerEnrollmentJobsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListSpeakerEnrollmentJobsCommandOutput
|
|
|
19
19
|
declare const ListSpeakerEnrollmentJobsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSpeakerEnrollmentJobsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSpeakerEnrollmentJobsCommandInput,
|
|
24
24
|
ListSpeakerEnrollmentJobsCommandOutput,
|
|
25
25
|
VoiceIDClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSpeakerEnrollmentJobsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListSpeakerEnrollmentJobsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSpeakerEnrollmentJobsCommandInput,
|
|
33
33
|
ListSpeakerEnrollmentJobsCommandOutput,
|
|
34
34
|
VoiceIDClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSpeakerEnrollmentJobsCommand extends ListSpeakerEnrollmentJobsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListSpeakersRequest, ListSpeakersResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListSpeakersCommandOutput
|
|
|
15
15
|
declare const ListSpeakersCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListSpeakersCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListSpeakersCommandInput,
|
|
20
20
|
ListSpeakersCommandOutput,
|
|
21
21
|
VoiceIDClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListSpeakersCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListSpeakersCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListSpeakersCommandInput,
|
|
29
29
|
ListSpeakersCommandOutput,
|
|
30
30
|
VoiceIDClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListSpeakersCommand extends ListSpeakersCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
VoiceIDClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
VoiceIDClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListWatchlistsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListWatchlistsCommandOutput
|
|
|
18
18
|
declare const ListWatchlistsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListWatchlistsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListWatchlistsCommandInput,
|
|
23
23
|
ListWatchlistsCommandOutput,
|
|
24
24
|
VoiceIDClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListWatchlistsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListWatchlistsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListWatchlistsCommandInput,
|
|
32
32
|
ListWatchlistsCommandOutput,
|
|
33
33
|
VoiceIDClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListWatchlistsCommand extends ListWatchlistsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
OptOutSpeakerRequest,
|
|
@@ -18,7 +18,7 @@ export interface OptOutSpeakerCommandOutput
|
|
|
18
18
|
declare const OptOutSpeakerCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: OptOutSpeakerCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
OptOutSpeakerCommandInput,
|
|
23
23
|
OptOutSpeakerCommandOutput,
|
|
24
24
|
VoiceIDClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const OptOutSpeakerCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: OptOutSpeakerCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
OptOutSpeakerCommandInput,
|
|
32
32
|
OptOutSpeakerCommandOutput,
|
|
33
33
|
VoiceIDClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class OptOutSpeakerCommand extends OptOutSpeakerCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StartFraudsterRegistrationJobRequest,
|
|
@@ -19,7 +19,7 @@ export interface StartFraudsterRegistrationJobCommandOutput
|
|
|
19
19
|
declare const StartFraudsterRegistrationJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartFraudsterRegistrationJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartFraudsterRegistrationJobCommandInput,
|
|
24
24
|
StartFraudsterRegistrationJobCommandOutput,
|
|
25
25
|
VoiceIDClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartFraudsterRegistrationJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartFraudsterRegistrationJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartFraudsterRegistrationJobCommandInput,
|
|
33
33
|
StartFraudsterRegistrationJobCommandOutput,
|
|
34
34
|
VoiceIDClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartFraudsterRegistrationJobCommand extends StartFraudsterRegistrationJobCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StartSpeakerEnrollmentJobRequest,
|
|
@@ -19,7 +19,7 @@ export interface StartSpeakerEnrollmentJobCommandOutput
|
|
|
19
19
|
declare const StartSpeakerEnrollmentJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartSpeakerEnrollmentJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartSpeakerEnrollmentJobCommandInput,
|
|
24
24
|
StartSpeakerEnrollmentJobCommandOutput,
|
|
25
25
|
VoiceIDClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartSpeakerEnrollmentJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartSpeakerEnrollmentJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartSpeakerEnrollmentJobCommandInput,
|
|
33
33
|
StartSpeakerEnrollmentJobCommandOutput,
|
|
34
34
|
VoiceIDClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartSpeakerEnrollmentJobCommand extends StartSpeakerEnrollmentJobCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
VoiceIDClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
VoiceIDClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UntagResourceRequest,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
VoiceIDClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
VoiceIDClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface UpdateDomainCommandOutput
|
|
|
15
15
|
declare const UpdateDomainCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateDomainCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateDomainCommandInput,
|
|
20
20
|
UpdateDomainCommandOutput,
|
|
21
21
|
VoiceIDClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateDomainCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateDomainCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateDomainCommandInput,
|
|
29
29
|
UpdateDomainCommandOutput,
|
|
30
30
|
VoiceIDClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateWatchlistRequest,
|
|
@@ -18,7 +18,7 @@ export interface UpdateWatchlistCommandOutput
|
|
|
18
18
|
declare const UpdateWatchlistCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateWatchlistCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateWatchlistCommandInput,
|
|
23
23
|
UpdateWatchlistCommandOutput,
|
|
24
24
|
VoiceIDClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateWatchlistCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateWatchlistCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateWatchlistCommandInput,
|
|
32
32
|
UpdateWatchlistCommandOutput,
|
|
33
33
|
VoiceIDClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateWatchlistCommand extends UpdateWatchlistCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface VoiceIDExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class VoiceIDServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ConflictType, ResourceType } from "./enums";
|
|
3
3
|
import { VoiceIDServiceException as __BaseException } from "./VoiceIDServiceException";
|
|
4
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -3,7 +3,7 @@ import { VoiceIDClientConfig } from "./VoiceIDClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
19
|
requestHandler:
|
|
20
|
-
| import("@smithy/
|
|
20
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
23
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -3,7 +3,7 @@ import { VoiceIDClientConfig } from "./VoiceIDClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
20
|
requestHandler:
|
|
21
21
|
| RequestHandler
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
24
|
sha256: import("@smithy/types").HashConstructor;
|
|
25
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
6
6
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
7
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
8
|
| Record<string, unknown>
|
|
9
|
-
| import("@smithy/
|
|
9
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean;
|
|
12
12
|
protocol:
|
|
@@ -46,9 +46,9 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
46
46
|
logger: import("@smithy/types").Logger;
|
|
47
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
48
48
|
defaultsMode:
|
|
49
|
-
| import("@smithy/
|
|
49
|
+
| import("@smithy/core/client").DefaultsMode
|
|
50
50
|
| import("@smithy/types").Provider<
|
|
51
|
-
import("@smithy/
|
|
51
|
+
import("@smithy/core/client").DefaultsMode
|
|
52
52
|
>;
|
|
53
53
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
54
54
|
userAgentAppId?:
|