@aws-sdk/client-voice-id 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/VoiceID.d.ts +382 -110
- package/dist-types/ts3.4/VoiceIDClient.d.ts +255 -94
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +21 -21
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/VoiceIDServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +900 -829
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSpeakersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +257 -65
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,94 +1,255 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateDomainCommandInput,
|
|
47
|
+
CreateDomainCommandOutput,
|
|
48
|
+
} from "./commands/CreateDomainCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteDomainCommandInput,
|
|
51
|
+
DeleteDomainCommandOutput,
|
|
52
|
+
} from "./commands/DeleteDomainCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteFraudsterCommandInput,
|
|
55
|
+
DeleteFraudsterCommandOutput,
|
|
56
|
+
} from "./commands/DeleteFraudsterCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteSpeakerCommandInput,
|
|
59
|
+
DeleteSpeakerCommandOutput,
|
|
60
|
+
} from "./commands/DeleteSpeakerCommand";
|
|
61
|
+
import {
|
|
62
|
+
DescribeDomainCommandInput,
|
|
63
|
+
DescribeDomainCommandOutput,
|
|
64
|
+
} from "./commands/DescribeDomainCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeFraudsterCommandInput,
|
|
67
|
+
DescribeFraudsterCommandOutput,
|
|
68
|
+
} from "./commands/DescribeFraudsterCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeFraudsterRegistrationJobCommandInput,
|
|
71
|
+
DescribeFraudsterRegistrationJobCommandOutput,
|
|
72
|
+
} from "./commands/DescribeFraudsterRegistrationJobCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeSpeakerCommandInput,
|
|
75
|
+
DescribeSpeakerCommandOutput,
|
|
76
|
+
} from "./commands/DescribeSpeakerCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeSpeakerEnrollmentJobCommandInput,
|
|
79
|
+
DescribeSpeakerEnrollmentJobCommandOutput,
|
|
80
|
+
} from "./commands/DescribeSpeakerEnrollmentJobCommand";
|
|
81
|
+
import {
|
|
82
|
+
EvaluateSessionCommandInput,
|
|
83
|
+
EvaluateSessionCommandOutput,
|
|
84
|
+
} from "./commands/EvaluateSessionCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListDomainsCommandInput,
|
|
87
|
+
ListDomainsCommandOutput,
|
|
88
|
+
} from "./commands/ListDomainsCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListFraudsterRegistrationJobsCommandInput,
|
|
91
|
+
ListFraudsterRegistrationJobsCommandOutput,
|
|
92
|
+
} from "./commands/ListFraudsterRegistrationJobsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListSpeakerEnrollmentJobsCommandInput,
|
|
95
|
+
ListSpeakerEnrollmentJobsCommandOutput,
|
|
96
|
+
} from "./commands/ListSpeakerEnrollmentJobsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListSpeakersCommandInput,
|
|
99
|
+
ListSpeakersCommandOutput,
|
|
100
|
+
} from "./commands/ListSpeakersCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListTagsForResourceCommandInput,
|
|
103
|
+
ListTagsForResourceCommandOutput,
|
|
104
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
OptOutSpeakerCommandInput,
|
|
107
|
+
OptOutSpeakerCommandOutput,
|
|
108
|
+
} from "./commands/OptOutSpeakerCommand";
|
|
109
|
+
import {
|
|
110
|
+
StartFraudsterRegistrationJobCommandInput,
|
|
111
|
+
StartFraudsterRegistrationJobCommandOutput,
|
|
112
|
+
} from "./commands/StartFraudsterRegistrationJobCommand";
|
|
113
|
+
import {
|
|
114
|
+
StartSpeakerEnrollmentJobCommandInput,
|
|
115
|
+
StartSpeakerEnrollmentJobCommandOutput,
|
|
116
|
+
} from "./commands/StartSpeakerEnrollmentJobCommand";
|
|
117
|
+
import {
|
|
118
|
+
TagResourceCommandInput,
|
|
119
|
+
TagResourceCommandOutput,
|
|
120
|
+
} from "./commands/TagResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
UntagResourceCommandInput,
|
|
123
|
+
UntagResourceCommandOutput,
|
|
124
|
+
} from "./commands/UntagResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
UpdateDomainCommandInput,
|
|
127
|
+
UpdateDomainCommandOutput,
|
|
128
|
+
} from "./commands/UpdateDomainCommand";
|
|
129
|
+
export declare type ServiceInputTypes =
|
|
130
|
+
| CreateDomainCommandInput
|
|
131
|
+
| DeleteDomainCommandInput
|
|
132
|
+
| DeleteFraudsterCommandInput
|
|
133
|
+
| DeleteSpeakerCommandInput
|
|
134
|
+
| DescribeDomainCommandInput
|
|
135
|
+
| DescribeFraudsterCommandInput
|
|
136
|
+
| DescribeFraudsterRegistrationJobCommandInput
|
|
137
|
+
| DescribeSpeakerCommandInput
|
|
138
|
+
| DescribeSpeakerEnrollmentJobCommandInput
|
|
139
|
+
| EvaluateSessionCommandInput
|
|
140
|
+
| ListDomainsCommandInput
|
|
141
|
+
| ListFraudsterRegistrationJobsCommandInput
|
|
142
|
+
| ListSpeakerEnrollmentJobsCommandInput
|
|
143
|
+
| ListSpeakersCommandInput
|
|
144
|
+
| ListTagsForResourceCommandInput
|
|
145
|
+
| OptOutSpeakerCommandInput
|
|
146
|
+
| StartFraudsterRegistrationJobCommandInput
|
|
147
|
+
| StartSpeakerEnrollmentJobCommandInput
|
|
148
|
+
| TagResourceCommandInput
|
|
149
|
+
| UntagResourceCommandInput
|
|
150
|
+
| UpdateDomainCommandInput;
|
|
151
|
+
export declare type ServiceOutputTypes =
|
|
152
|
+
| CreateDomainCommandOutput
|
|
153
|
+
| DeleteDomainCommandOutput
|
|
154
|
+
| DeleteFraudsterCommandOutput
|
|
155
|
+
| DeleteSpeakerCommandOutput
|
|
156
|
+
| DescribeDomainCommandOutput
|
|
157
|
+
| DescribeFraudsterCommandOutput
|
|
158
|
+
| DescribeFraudsterRegistrationJobCommandOutput
|
|
159
|
+
| DescribeSpeakerCommandOutput
|
|
160
|
+
| DescribeSpeakerEnrollmentJobCommandOutput
|
|
161
|
+
| EvaluateSessionCommandOutput
|
|
162
|
+
| ListDomainsCommandOutput
|
|
163
|
+
| ListFraudsterRegistrationJobsCommandOutput
|
|
164
|
+
| ListSpeakerEnrollmentJobsCommandOutput
|
|
165
|
+
| ListSpeakersCommandOutput
|
|
166
|
+
| ListTagsForResourceCommandOutput
|
|
167
|
+
| OptOutSpeakerCommandOutput
|
|
168
|
+
| StartFraudsterRegistrationJobCommandOutput
|
|
169
|
+
| StartSpeakerEnrollmentJobCommandOutput
|
|
170
|
+
| TagResourceCommandOutput
|
|
171
|
+
| UntagResourceCommandOutput
|
|
172
|
+
| UpdateDomainCommandOutput;
|
|
173
|
+
export interface ClientDefaults
|
|
174
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
175
|
+
requestHandler?: __HttpHandler;
|
|
176
|
+
|
|
177
|
+
sha256?: __HashConstructor;
|
|
178
|
+
|
|
179
|
+
urlParser?: __UrlParser;
|
|
180
|
+
|
|
181
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
182
|
+
|
|
183
|
+
streamCollector?: __StreamCollector;
|
|
184
|
+
|
|
185
|
+
base64Decoder?: __Decoder;
|
|
186
|
+
|
|
187
|
+
base64Encoder?: __Encoder;
|
|
188
|
+
|
|
189
|
+
utf8Decoder?: __Decoder;
|
|
190
|
+
|
|
191
|
+
utf8Encoder?: __Encoder;
|
|
192
|
+
|
|
193
|
+
runtime?: string;
|
|
194
|
+
|
|
195
|
+
disableHostPrefix?: boolean;
|
|
196
|
+
|
|
197
|
+
maxAttempts?: number | __Provider<number>;
|
|
198
|
+
|
|
199
|
+
retryMode?: string | __Provider<string>;
|
|
200
|
+
|
|
201
|
+
logger?: __Logger;
|
|
202
|
+
|
|
203
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
204
|
+
|
|
205
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
206
|
+
|
|
207
|
+
serviceId?: string;
|
|
208
|
+
|
|
209
|
+
region?: string | __Provider<string>;
|
|
210
|
+
|
|
211
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
212
|
+
|
|
213
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
214
|
+
|
|
215
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
216
|
+
|
|
217
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
218
|
+
}
|
|
219
|
+
declare type VoiceIDClientConfigType = Partial<
|
|
220
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
221
|
+
> &
|
|
222
|
+
ClientDefaults &
|
|
223
|
+
RegionInputConfig &
|
|
224
|
+
EndpointsInputConfig &
|
|
225
|
+
RetryInputConfig &
|
|
226
|
+
HostHeaderInputConfig &
|
|
227
|
+
AwsAuthInputConfig &
|
|
228
|
+
UserAgentInputConfig;
|
|
229
|
+
|
|
230
|
+
export interface VoiceIDClientConfig extends VoiceIDClientConfigType {}
|
|
231
|
+
declare type VoiceIDClientResolvedConfigType =
|
|
232
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
233
|
+
Required<ClientDefaults> &
|
|
234
|
+
RegionResolvedConfig &
|
|
235
|
+
EndpointsResolvedConfig &
|
|
236
|
+
RetryResolvedConfig &
|
|
237
|
+
HostHeaderResolvedConfig &
|
|
238
|
+
AwsAuthResolvedConfig &
|
|
239
|
+
UserAgentResolvedConfig;
|
|
240
|
+
|
|
241
|
+
export interface VoiceIDClientResolvedConfig
|
|
242
|
+
extends VoiceIDClientResolvedConfigType {}
|
|
243
|
+
|
|
244
|
+
export declare class VoiceIDClient extends __Client<
|
|
245
|
+
__HttpHandlerOptions,
|
|
246
|
+
ServiceInputTypes,
|
|
247
|
+
ServiceOutputTypes,
|
|
248
|
+
VoiceIDClientResolvedConfig
|
|
249
|
+
> {
|
|
250
|
+
readonly config: VoiceIDClientResolvedConfig;
|
|
251
|
+
constructor(configuration: VoiceIDClientConfig);
|
|
252
|
+
|
|
253
|
+
destroy(): void;
|
|
254
|
+
}
|
|
255
|
+
export {};
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
VoiceIDClientResolvedConfig,
|
|
13
|
+
} from "../VoiceIDClient";
|
|
14
|
+
export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
15
|
+
export interface CreateDomainCommandOutput
|
|
16
|
+
extends CreateDomainResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateDomainCommand extends $Command<
|
|
20
|
+
CreateDomainCommandInput,
|
|
21
|
+
CreateDomainCommandOutput,
|
|
22
|
+
VoiceIDClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateDomainCommandInput;
|
|
25
|
+
constructor(input: CreateDomainCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: VoiceIDClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteDomainRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
VoiceIDClientResolvedConfig,
|
|
13
|
+
} from "../VoiceIDClient";
|
|
14
|
+
export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
15
|
+
export interface DeleteDomainCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteDomainCommand extends $Command<
|
|
18
|
+
DeleteDomainCommandInput,
|
|
19
|
+
DeleteDomainCommandOutput,
|
|
20
|
+
VoiceIDClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteDomainCommandInput;
|
|
23
|
+
constructor(input: DeleteDomainCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: VoiceIDClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteFraudsterRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
VoiceIDClientResolvedConfig,
|
|
13
|
+
} from "../VoiceIDClient";
|
|
14
|
+
export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {}
|
|
15
|
+
export interface DeleteFraudsterCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteFraudsterCommand extends $Command<
|
|
18
|
+
DeleteFraudsterCommandInput,
|
|
19
|
+
DeleteFraudsterCommandOutput,
|
|
20
|
+
VoiceIDClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteFraudsterCommandInput;
|
|
23
|
+
constructor(input: DeleteFraudsterCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: VoiceIDClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteSpeakerRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
VoiceIDClientResolvedConfig,
|
|
13
|
+
} from "../VoiceIDClient";
|
|
14
|
+
export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {}
|
|
15
|
+
export interface DeleteSpeakerCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteSpeakerCommand extends $Command<
|
|
18
|
+
DeleteSpeakerCommandInput,
|
|
19
|
+
DeleteSpeakerCommandOutput,
|
|
20
|
+
VoiceIDClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteSpeakerCommandInput;
|
|
23
|
+
constructor(input: DeleteSpeakerCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: VoiceIDClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeDomainRequest,
|
|
10
|
+
DescribeDomainResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
VoiceIDClientResolvedConfig,
|
|
16
|
+
} from "../VoiceIDClient";
|
|
17
|
+
export interface DescribeDomainCommandInput extends DescribeDomainRequest {}
|
|
18
|
+
export interface DescribeDomainCommandOutput
|
|
19
|
+
extends DescribeDomainResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeDomainCommand extends $Command<
|
|
23
|
+
DescribeDomainCommandInput,
|
|
24
|
+
DescribeDomainCommandOutput,
|
|
25
|
+
VoiceIDClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDomainCommandInput;
|
|
28
|
+
constructor(input: DescribeDomainCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: VoiceIDClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|