@aws-sdk/client-voice-id 3.477.0 → 3.481.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/commands/AssociateFraudsterCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/CreateWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteFraudsterCommand.js +18 -41
- package/dist-cjs/commands/DeleteSpeakerCommand.js +18 -41
- package/dist-cjs/commands/DeleteWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
- package/dist-cjs/commands/DescribeFraudsterCommand.js +18 -41
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeSpeakerCommand.js +18 -41
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DisassociateFraudsterCommand.js +18 -41
- package/dist-cjs/commands/EvaluateSessionCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
- package/dist-cjs/commands/ListFraudstersCommand.js +18 -41
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
- package/dist-cjs/commands/ListSpeakersCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWatchlistsCommand.js +18 -41
- package/dist-cjs/commands/OptOutSpeakerCommand.js +18 -41
- package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +18 -41
- package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainCommand.js +18 -41
- package/dist-cjs/commands/UpdateWatchlistCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListDomainsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFraudsterRegistrationJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFraudstersPaginator.js +2 -24
- package/dist-cjs/pagination/ListSpeakerEnrollmentJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSpeakersPaginator.js +2 -24
- package/dist-cjs/pagination/ListWatchlistsPaginator.js +2 -24
- package/dist-es/commands/AssociateFraudsterCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/CreateWatchlistCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteFraudsterCommand.js +18 -41
- package/dist-es/commands/DeleteSpeakerCommand.js +18 -41
- package/dist-es/commands/DeleteWatchlistCommand.js +18 -41
- package/dist-es/commands/DescribeDomainCommand.js +18 -41
- package/dist-es/commands/DescribeFraudsterCommand.js +18 -41
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
- package/dist-es/commands/DescribeSpeakerCommand.js +18 -41
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-es/commands/DescribeWatchlistCommand.js +18 -41
- package/dist-es/commands/DisassociateFraudsterCommand.js +18 -41
- package/dist-es/commands/EvaluateSessionCommand.js +18 -41
- package/dist-es/commands/ListDomainsCommand.js +18 -41
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
- package/dist-es/commands/ListFraudstersCommand.js +18 -41
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
- package/dist-es/commands/ListSpeakersCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWatchlistsCommand.js +18 -41
- package/dist-es/commands/OptOutSpeakerCommand.js +18 -41
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +18 -41
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDomainCommand.js +18 -41
- package/dist-es/commands/UpdateWatchlistCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListDomainsPaginator.js +2 -23
- package/dist-es/pagination/ListFraudsterRegistrationJobsPaginator.js +2 -23
- package/dist-es/pagination/ListFraudstersPaginator.js +2 -23
- package/dist-es/pagination/ListSpeakerEnrollmentJobsPaginator.js +2 -23
- package/dist-es/pagination/ListSpeakersPaginator.js +2 -23
- package/dist-es/pagination/ListWatchlistsPaginator.js +2 -23
- package/dist-types/commands/AssociateFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/CreateWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateSessionCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListFraudstersCommand.d.ts +6 -21
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListSpeakersCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWatchlistsCommand.d.ts +6 -21
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -21
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWatchlistCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFraudstersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpeakersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWatchlistsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFraudstersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSpeakersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWatchlistsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListWatchlistsCommand, } from "../commands/ListWatchlistsCommand";
|
|
2
3
|
import { VoiceIDClient } from "../VoiceIDClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListWatchlistsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListWatchlists(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof VoiceIDClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected VoiceID | VoiceIDClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListWatchlists = createPaginator(VoiceIDClient, ListWatchlistsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AssociateFraudsterRequest, AssociateFraudsterResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AssociateFraudsterCommandInput extends AssociateFraudsterReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AssociateFraudsterCommandOutput extends AssociateFraudsterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AssociateFraudsterCommand_base: {
|
|
24
|
+
new (input: AssociateFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates the fraudsters with the watchlist specified in the same domain. </p>
|
|
@@ -88,23 +91,5 @@ export interface AssociateFraudsterCommandOutput extends AssociateFraudsterRespo
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class AssociateFraudsterCommand extends
|
|
92
|
-
readonly input: AssociateFraudsterCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: AssociateFraudsterCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class AssociateFraudsterCommand extends AssociateFraudsterCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateDomainCommand_base: {
|
|
24
|
+
new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters,
|
|
@@ -110,23 +113,5 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class CreateDomainCommand extends
|
|
114
|
-
readonly input: CreateDomainCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: CreateDomainCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
132
117
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateWatchlistRequest, CreateWatchlistResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateWatchlistCommandInput extends CreateWatchlistRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateWatchlistCommandOutput extends CreateWatchlistResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateWatchlistCommand_base: {
|
|
24
|
+
new (input: CreateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWatchlistCommandInput, CreateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a watchlist that fraudsters can be a part of.</p>
|
|
@@ -90,23 +93,5 @@ export interface CreateWatchlistCommandOutput extends CreateWatchlistResponse, _
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class CreateWatchlistCommand extends
|
|
94
|
-
readonly input: CreateWatchlistCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: CreateWatchlistCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWatchlistCommandInput, CreateWatchlistCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class CreateWatchlistCommand extends CreateWatchlistCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteDomainRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteDomainCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteDomainCommand_base: {
|
|
24
|
+
new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified domain from Voice ID.</p>
|
|
@@ -74,23 +77,5 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeleteDomainCommand extends
|
|
78
|
-
readonly input: DeleteDomainCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeleteDomainCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteFraudsterRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteFraudsterCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteFraudsterCommand_base: {
|
|
24
|
+
new (input: DeleteFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.</p>
|
|
@@ -75,23 +78,5 @@ export interface DeleteFraudsterCommandOutput extends __MetadataBearer {
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class DeleteFraudsterCommand extends
|
|
79
|
-
readonly input: DeleteFraudsterCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: DeleteFraudsterCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class DeleteFraudsterCommand extends DeleteFraudsterCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteSpeakerRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSpeakerCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSpeakerCommand_base: {
|
|
24
|
+
new (input: DeleteSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified speaker from Voice ID.</p>
|
|
@@ -75,23 +78,5 @@ export interface DeleteSpeakerCommandOutput extends __MetadataBearer {
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class DeleteSpeakerCommand extends
|
|
79
|
-
readonly input: DeleteSpeakerCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: DeleteSpeakerCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class DeleteSpeakerCommand extends DeleteSpeakerCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteWatchlistRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteWatchlistCommandInput extends DeleteWatchlistRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteWatchlistCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteWatchlistCommand_base: {
|
|
24
|
+
new (input: DeleteWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified watchlist from Voice ID. This API throws an exception when
|
|
@@ -77,23 +80,5 @@ export interface DeleteWatchlistCommandOutput extends __MetadataBearer {
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class DeleteWatchlistCommand extends
|
|
81
|
-
readonly input: DeleteWatchlistCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: DeleteWatchlistCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class DeleteWatchlistCommand extends DeleteWatchlistCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainCommandInput extends DescribeDomainRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainCommand_base: {
|
|
24
|
+
new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified domain.</p>
|
|
@@ -91,23 +94,5 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class DescribeDomainCommand extends
|
|
95
|
-
readonly input: DescribeDomainCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: DescribeDomainCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeFraudsterRequest, DescribeFraudsterResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeFraudsterCommandInput extends DescribeFraudsterRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeFraudsterCommandOutput extends DescribeFraudsterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeFraudsterCommand_base: {
|
|
24
|
+
new (input: DescribeFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified fraudster.</p>
|
|
@@ -80,23 +83,5 @@ export interface DescribeFraudsterCommandOutput extends DescribeFraudsterRespons
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DescribeFraudsterCommand extends
|
|
84
|
-
readonly input: DescribeFraudsterCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DescribeFraudsterCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DescribeFraudsterCommand extends DescribeFraudsterCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeFraudsterRegistrationJobRequest, DescribeFraudsterRegistrationJobResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeFraudsterRegistrationJobCommandInput extends DescribeFr
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeFraudsterRegistrationJobCommandOutput extends DescribeFraudsterRegistrationJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeFraudsterRegistrationJobCommand_base: {
|
|
24
|
+
new (input: DescribeFraudsterRegistrationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified fraudster registration job.</p>
|
|
@@ -102,23 +105,5 @@ export interface DescribeFraudsterRegistrationJobCommandOutput extends DescribeF
|
|
|
102
105
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
103
106
|
*
|
|
104
107
|
*/
|
|
105
|
-
export declare class DescribeFraudsterRegistrationJobCommand extends
|
|
106
|
-
readonly input: DescribeFraudsterRegistrationJobCommandInput;
|
|
107
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
108
|
-
/**
|
|
109
|
-
* @public
|
|
110
|
-
*/
|
|
111
|
-
constructor(input: DescribeFraudsterRegistrationJobCommandInput);
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private serialize;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private deserialize;
|
|
108
|
+
export declare class DescribeFraudsterRegistrationJobCommand extends DescribeFraudsterRegistrationJobCommand_base {
|
|
124
109
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeSpeakerRequest, DescribeSpeakerResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeSpeakerCommandInput extends DescribeSpeakerRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeSpeakerCommandOutput extends DescribeSpeakerResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeSpeakerCommand_base: {
|
|
24
|
+
new (input: DescribeSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified speaker.</p>
|
|
@@ -81,23 +84,5 @@ export interface DescribeSpeakerCommandOutput extends DescribeSpeakerResponse, _
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class DescribeSpeakerCommand extends
|
|
85
|
-
readonly input: DescribeSpeakerCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: DescribeSpeakerCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class DescribeSpeakerCommand extends DescribeSpeakerCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeSpeakerEnrollmentJobRequest, DescribeSpeakerEnrollmentJobResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeSpeakerEnrollmentJobCommandInput extends DescribeSpeake
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeSpeakerEnrollmentJobCommandOutput extends DescribeSpeakerEnrollmentJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeSpeakerEnrollmentJobCommand_base: {
|
|
24
|
+
new (input: DescribeSpeakerEnrollmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified speaker enrollment job.</p>
|
|
@@ -105,23 +108,5 @@ export interface DescribeSpeakerEnrollmentJobCommandOutput extends DescribeSpeak
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class DescribeSpeakerEnrollmentJobCommand extends
|
|
109
|
-
readonly input: DescribeSpeakerEnrollmentJobCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: DescribeSpeakerEnrollmentJobCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class DescribeSpeakerEnrollmentJobCommand extends DescribeSpeakerEnrollmentJobCommand_base {
|
|
127
112
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeWatchlistRequest, DescribeWatchlistResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeWatchlistCommandInput extends DescribeWatchlistRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeWatchlistCommandOutput extends DescribeWatchlistResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeWatchlistCommand_base: {
|
|
24
|
+
new (input: DescribeWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified watchlist.</p>
|
|
@@ -81,23 +84,5 @@ export interface DescribeWatchlistCommandOutput extends DescribeWatchlistRespons
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class DescribeWatchlistCommand extends
|
|
85
|
-
readonly input: DescribeWatchlistCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: DescribeWatchlistCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class DescribeWatchlistCommand extends DescribeWatchlistCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DisassociateFraudsterRequest, DisassociateFraudsterResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateFraudsterCommandInput extends DisassociateFraudster
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateFraudsterCommandOutput extends DisassociateFraudsterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateFraudsterCommand_base: {
|
|
24
|
+
new (input: DisassociateFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disassociates the fraudsters from the watchlist specified. Voice ID always expects a
|
|
@@ -88,23 +91,5 @@ export interface DisassociateFraudsterCommandOutput extends DisassociateFraudste
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class DisassociateFraudsterCommand extends
|
|
92
|
-
readonly input: DisassociateFraudsterCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: DisassociateFraudsterCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class DisassociateFraudsterCommand extends DisassociateFraudsterCommand_base {
|
|
110
95
|
}
|