@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,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 { EvaluateSessionRequest, EvaluateSessionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EvaluateSessionCommandInput extends EvaluateSessionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EvaluateSessionCommandOutput extends EvaluateSessionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EvaluateSessionCommand_base: {
|
|
24
|
+
new (input: EvaluateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Evaluates a specified session based on audio data accumulated during a streaming
|
|
@@ -115,23 +118,5 @@ export interface EvaluateSessionCommandOutput extends EvaluateSessionResponse, _
|
|
|
115
118
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
118
|
-
export declare class EvaluateSessionCommand extends
|
|
119
|
-
readonly input: EvaluateSessionCommandInput;
|
|
120
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
-
/**
|
|
122
|
-
* @public
|
|
123
|
-
*/
|
|
124
|
-
constructor(input: EvaluateSessionCommandInput);
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateSessionCommandInput, EvaluateSessionCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private serialize;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private deserialize;
|
|
121
|
+
export declare class EvaluateSessionCommand extends EvaluateSessionCommand_base {
|
|
137
122
|
}
|
|
@@ -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 { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDomainsCommandOutput extends ListDomainsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDomainsCommand_base: {
|
|
24
|
+
new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the domains in the Amazon Web Services account. </p>
|
|
@@ -91,23 +94,5 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ListDomainsCommand extends
|
|
95
|
-
readonly input: ListDomainsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ListDomainsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ListDomainsCommand extends ListDomainsCommand_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 { ListFraudsterRegistrationJobsRequest, ListFraudsterRegistrationJobsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFraudsterRegistrationJobsCommandInput extends ListFraudster
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFraudsterRegistrationJobsCommandOutput extends ListFraudsterRegistrationJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFraudsterRegistrationJobsCommand_base: {
|
|
24
|
+
new (input: ListFraudsterRegistrationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the fraudster registration jobs in the domain with the given
|
|
@@ -94,23 +97,5 @@ export interface ListFraudsterRegistrationJobsCommandOutput extends ListFraudste
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class ListFraudsterRegistrationJobsCommand extends
|
|
98
|
-
readonly input: ListFraudsterRegistrationJobsCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: ListFraudsterRegistrationJobsCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class ListFraudsterRegistrationJobsCommand extends ListFraudsterRegistrationJobsCommand_base {
|
|
116
101
|
}
|
|
@@ -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 { ListFraudstersRequest, ListFraudstersResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFraudstersCommandInput extends ListFraudstersRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFraudstersCommandOutput extends ListFraudstersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFraudstersCommand_base: {
|
|
24
|
+
new (input: ListFraudstersCommandInput): import("@smithy/smithy-client").CommandImpl<ListFraudstersCommandInput, ListFraudstersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all fraudsters in a specified watchlist or domain.</p>
|
|
@@ -85,23 +88,5 @@ export interface ListFraudstersCommandOutput extends ListFraudstersResponse, __M
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class ListFraudstersCommand extends
|
|
89
|
-
readonly input: ListFraudstersCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: ListFraudstersCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFraudstersCommandInput, ListFraudstersCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class ListFraudstersCommand extends ListFraudstersCommand_base {
|
|
107
92
|
}
|
|
@@ -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 { ListSpeakerEnrollmentJobsRequest, ListSpeakerEnrollmentJobsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSpeakerEnrollmentJobsCommandInput extends ListSpeakerEnroll
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSpeakerEnrollmentJobsCommandOutput extends ListSpeakerEnrollmentJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSpeakerEnrollmentJobsCommand_base: {
|
|
24
|
+
new (input: ListSpeakerEnrollmentJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the speaker enrollment jobs in the domain with the specified
|
|
@@ -94,23 +97,5 @@ export interface ListSpeakerEnrollmentJobsCommandOutput extends ListSpeakerEnrol
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class ListSpeakerEnrollmentJobsCommand extends
|
|
98
|
-
readonly input: ListSpeakerEnrollmentJobsCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: ListSpeakerEnrollmentJobsCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class ListSpeakerEnrollmentJobsCommand extends ListSpeakerEnrollmentJobsCommand_base {
|
|
116
101
|
}
|
|
@@ -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 { ListSpeakersRequest, ListSpeakersResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSpeakersCommandInput extends ListSpeakersRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSpeakersCommandOutput extends ListSpeakersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSpeakersCommand_base: {
|
|
24
|
+
new (input: ListSpeakersCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpeakersCommandInput, ListSpeakersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all speakers in a specified domain.</p>
|
|
@@ -85,23 +88,5 @@ export interface ListSpeakersCommandOutput extends ListSpeakersResponse, __Metad
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class ListSpeakersCommand extends
|
|
89
|
-
readonly input: ListSpeakersCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: ListSpeakersCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSpeakersCommandInput, ListSpeakersCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class ListSpeakersCommand extends ListSpeakersCommand_base {
|
|
107
92
|
}
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all tags associated with a specified Voice ID resource.</p>
|
|
@@ -77,23 +80,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListTagsForResourceCommand extends
|
|
81
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { ListWatchlistsRequest, ListWatchlistsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListWatchlistsCommandInput extends ListWatchlistsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListWatchlistsCommandOutput extends ListWatchlistsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListWatchlistsCommand_base: {
|
|
24
|
+
new (input: ListWatchlistsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all watchlists in a specified domain.</p>
|
|
@@ -85,23 +88,5 @@ export interface ListWatchlistsCommandOutput extends ListWatchlistsResponse, __M
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class ListWatchlistsCommand extends
|
|
89
|
-
readonly input: ListWatchlistsCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: ListWatchlistsCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWatchlistsCommandInput, ListWatchlistsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class ListWatchlistsCommand extends ListWatchlistsCommand_base {
|
|
107
92
|
}
|
|
@@ -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 { OptOutSpeakerRequest, OptOutSpeakerResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface OptOutSpeakerCommandInput extends OptOutSpeakerRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface OptOutSpeakerCommandOutput extends OptOutSpeakerResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const OptOutSpeakerCommand_base: {
|
|
24
|
+
new (input: OptOutSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Opts out a speaker from Voice ID. A speaker can be opted out regardless of whether or
|
|
@@ -93,23 +96,5 @@ export interface OptOutSpeakerCommandOutput extends OptOutSpeakerResponse, __Met
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class OptOutSpeakerCommand extends
|
|
97
|
-
readonly input: OptOutSpeakerCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: OptOutSpeakerCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class OptOutSpeakerCommand extends OptOutSpeakerCommand_base {
|
|
115
100
|
}
|
|
@@ -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 { StartFraudsterRegistrationJobRequest, StartFraudsterRegistrationJobResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartFraudsterRegistrationJobCommandInput extends StartFraudste
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartFraudsterRegistrationJobCommandOutput extends StartFraudsterRegistrationJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartFraudsterRegistrationJobCommand_base: {
|
|
24
|
+
new (input: StartFraudsterRegistrationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts a new batch fraudster registration job using provided details.</p>
|
|
@@ -125,23 +128,5 @@ export interface StartFraudsterRegistrationJobCommandOutput extends StartFraudst
|
|
|
125
128
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
126
129
|
*
|
|
127
130
|
*/
|
|
128
|
-
export declare class StartFraudsterRegistrationJobCommand extends
|
|
129
|
-
readonly input: StartFraudsterRegistrationJobCommandInput;
|
|
130
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
131
|
-
/**
|
|
132
|
-
* @public
|
|
133
|
-
*/
|
|
134
|
-
constructor(input: StartFraudsterRegistrationJobCommandInput);
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
private serialize;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private deserialize;
|
|
131
|
+
export declare class StartFraudsterRegistrationJobCommand extends StartFraudsterRegistrationJobCommand_base {
|
|
147
132
|
}
|
|
@@ -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 { StartSpeakerEnrollmentJobRequest, StartSpeakerEnrollmentJobResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartSpeakerEnrollmentJobCommandInput extends StartSpeakerEnrol
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartSpeakerEnrollmentJobCommandOutput extends StartSpeakerEnrollmentJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartSpeakerEnrollmentJobCommand_base: {
|
|
24
|
+
new (input: StartSpeakerEnrollmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts a new batch speaker enrollment job using specified details.</p>
|
|
@@ -131,23 +134,5 @@ export interface StartSpeakerEnrollmentJobCommandOutput extends StartSpeakerEnro
|
|
|
131
134
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
132
135
|
*
|
|
133
136
|
*/
|
|
134
|
-
export declare class StartSpeakerEnrollmentJobCommand extends
|
|
135
|
-
readonly input: StartSpeakerEnrollmentJobCommandInput;
|
|
136
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
-
/**
|
|
138
|
-
* @public
|
|
139
|
-
*/
|
|
140
|
-
constructor(input: StartSpeakerEnrollmentJobCommandInput);
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private serialize;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private deserialize;
|
|
137
|
+
export declare class StartSpeakerEnrollmentJobCommand extends StartSpeakerEnrollmentJobCommand_base {
|
|
153
138
|
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Tags a Voice ID resource with the provided list of tags.</p>
|
|
@@ -80,23 +83,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class TagResourceCommand extends
|
|
84
|
-
readonly input: TagResourceCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: TagResourceCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class TagResourceCommand extends TagResourceCommand_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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes specified tags from a specified Amazon Connect Voice ID resource.</p>
|
|
@@ -77,23 +80,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class UntagResourceCommand extends
|
|
81
|
-
readonly input: UntagResourceCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: UntagResourceCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_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 { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateDomainCommandInput extends UpdateDomainRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateDomainCommand_base: {
|
|
24
|
+
new (input: UpdateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified domain. This API has clobber behavior, and clears and replaces
|
|
@@ -102,23 +105,5 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
102
105
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
103
106
|
*
|
|
104
107
|
*/
|
|
105
|
-
export declare class UpdateDomainCommand extends
|
|
106
|
-
readonly input: UpdateDomainCommandInput;
|
|
107
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
108
|
-
/**
|
|
109
|
-
* @public
|
|
110
|
-
*/
|
|
111
|
-
constructor(input: UpdateDomainCommandInput);
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainCommandInput, UpdateDomainCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private serialize;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private deserialize;
|
|
108
|
+
export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
|
|
124
109
|
}
|