@aws-sdk/client-voice-id 3.170.0 → 3.171.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.
Files changed (31) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/VoiceID.d.ts +0 -21
  3. package/dist-types/ts3.4/VoiceIDClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/models/VoiceIDServiceException.d.ts +0 -1
  26. package/dist-types/ts3.4/models/models_0.d.ts +0 -243
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  31. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-voice-id
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-voice-id
@@ -84,7 +84,6 @@ import {
84
84
  UpdateDomainCommandOutput,
85
85
  } from "./commands/UpdateDomainCommand";
86
86
  import { VoiceIDClient } from "./VoiceIDClient";
87
-
88
87
  export declare class VoiceID extends VoiceIDClient {
89
88
  createDomain(
90
89
  args: CreateDomainCommandInput,
@@ -99,7 +98,6 @@ export declare class VoiceID extends VoiceIDClient {
99
98
  options: __HttpHandlerOptions,
100
99
  cb: (err: any, data?: CreateDomainCommandOutput) => void
101
100
  ): void;
102
-
103
101
  deleteDomain(
104
102
  args: DeleteDomainCommandInput,
105
103
  options?: __HttpHandlerOptions
@@ -113,7 +111,6 @@ export declare class VoiceID extends VoiceIDClient {
113
111
  options: __HttpHandlerOptions,
114
112
  cb: (err: any, data?: DeleteDomainCommandOutput) => void
115
113
  ): void;
116
-
117
114
  deleteFraudster(
118
115
  args: DeleteFraudsterCommandInput,
119
116
  options?: __HttpHandlerOptions
@@ -127,7 +124,6 @@ export declare class VoiceID extends VoiceIDClient {
127
124
  options: __HttpHandlerOptions,
128
125
  cb: (err: any, data?: DeleteFraudsterCommandOutput) => void
129
126
  ): void;
130
-
131
127
  deleteSpeaker(
132
128
  args: DeleteSpeakerCommandInput,
133
129
  options?: __HttpHandlerOptions
@@ -141,7 +137,6 @@ export declare class VoiceID extends VoiceIDClient {
141
137
  options: __HttpHandlerOptions,
142
138
  cb: (err: any, data?: DeleteSpeakerCommandOutput) => void
143
139
  ): void;
144
-
145
140
  describeDomain(
146
141
  args: DescribeDomainCommandInput,
147
142
  options?: __HttpHandlerOptions
@@ -155,7 +150,6 @@ export declare class VoiceID extends VoiceIDClient {
155
150
  options: __HttpHandlerOptions,
156
151
  cb: (err: any, data?: DescribeDomainCommandOutput) => void
157
152
  ): void;
158
-
159
153
  describeFraudster(
160
154
  args: DescribeFraudsterCommandInput,
161
155
  options?: __HttpHandlerOptions
@@ -169,7 +163,6 @@ export declare class VoiceID extends VoiceIDClient {
169
163
  options: __HttpHandlerOptions,
170
164
  cb: (err: any, data?: DescribeFraudsterCommandOutput) => void
171
165
  ): void;
172
-
173
166
  describeFraudsterRegistrationJob(
174
167
  args: DescribeFraudsterRegistrationJobCommandInput,
175
168
  options?: __HttpHandlerOptions
@@ -183,7 +176,6 @@ export declare class VoiceID extends VoiceIDClient {
183
176
  options: __HttpHandlerOptions,
184
177
  cb: (err: any, data?: DescribeFraudsterRegistrationJobCommandOutput) => void
185
178
  ): void;
186
-
187
179
  describeSpeaker(
188
180
  args: DescribeSpeakerCommandInput,
189
181
  options?: __HttpHandlerOptions
@@ -197,7 +189,6 @@ export declare class VoiceID extends VoiceIDClient {
197
189
  options: __HttpHandlerOptions,
198
190
  cb: (err: any, data?: DescribeSpeakerCommandOutput) => void
199
191
  ): void;
200
-
201
192
  describeSpeakerEnrollmentJob(
202
193
  args: DescribeSpeakerEnrollmentJobCommandInput,
203
194
  options?: __HttpHandlerOptions
@@ -211,7 +202,6 @@ export declare class VoiceID extends VoiceIDClient {
211
202
  options: __HttpHandlerOptions,
212
203
  cb: (err: any, data?: DescribeSpeakerEnrollmentJobCommandOutput) => void
213
204
  ): void;
214
-
215
205
  evaluateSession(
216
206
  args: EvaluateSessionCommandInput,
217
207
  options?: __HttpHandlerOptions
@@ -225,7 +215,6 @@ export declare class VoiceID extends VoiceIDClient {
225
215
  options: __HttpHandlerOptions,
226
216
  cb: (err: any, data?: EvaluateSessionCommandOutput) => void
227
217
  ): void;
228
-
229
218
  listDomains(
230
219
  args: ListDomainsCommandInput,
231
220
  options?: __HttpHandlerOptions
@@ -239,7 +228,6 @@ export declare class VoiceID extends VoiceIDClient {
239
228
  options: __HttpHandlerOptions,
240
229
  cb: (err: any, data?: ListDomainsCommandOutput) => void
241
230
  ): void;
242
-
243
231
  listFraudsterRegistrationJobs(
244
232
  args: ListFraudsterRegistrationJobsCommandInput,
245
233
  options?: __HttpHandlerOptions
@@ -253,7 +241,6 @@ export declare class VoiceID extends VoiceIDClient {
253
241
  options: __HttpHandlerOptions,
254
242
  cb: (err: any, data?: ListFraudsterRegistrationJobsCommandOutput) => void
255
243
  ): void;
256
-
257
244
  listSpeakerEnrollmentJobs(
258
245
  args: ListSpeakerEnrollmentJobsCommandInput,
259
246
  options?: __HttpHandlerOptions
@@ -267,7 +254,6 @@ export declare class VoiceID extends VoiceIDClient {
267
254
  options: __HttpHandlerOptions,
268
255
  cb: (err: any, data?: ListSpeakerEnrollmentJobsCommandOutput) => void
269
256
  ): void;
270
-
271
257
  listSpeakers(
272
258
  args: ListSpeakersCommandInput,
273
259
  options?: __HttpHandlerOptions
@@ -281,7 +267,6 @@ export declare class VoiceID extends VoiceIDClient {
281
267
  options: __HttpHandlerOptions,
282
268
  cb: (err: any, data?: ListSpeakersCommandOutput) => void
283
269
  ): void;
284
-
285
270
  listTagsForResource(
286
271
  args: ListTagsForResourceCommandInput,
287
272
  options?: __HttpHandlerOptions
@@ -295,7 +280,6 @@ export declare class VoiceID extends VoiceIDClient {
295
280
  options: __HttpHandlerOptions,
296
281
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
297
282
  ): void;
298
-
299
283
  optOutSpeaker(
300
284
  args: OptOutSpeakerCommandInput,
301
285
  options?: __HttpHandlerOptions
@@ -309,7 +293,6 @@ export declare class VoiceID extends VoiceIDClient {
309
293
  options: __HttpHandlerOptions,
310
294
  cb: (err: any, data?: OptOutSpeakerCommandOutput) => void
311
295
  ): void;
312
-
313
296
  startFraudsterRegistrationJob(
314
297
  args: StartFraudsterRegistrationJobCommandInput,
315
298
  options?: __HttpHandlerOptions
@@ -323,7 +306,6 @@ export declare class VoiceID extends VoiceIDClient {
323
306
  options: __HttpHandlerOptions,
324
307
  cb: (err: any, data?: StartFraudsterRegistrationJobCommandOutput) => void
325
308
  ): void;
326
-
327
309
  startSpeakerEnrollmentJob(
328
310
  args: StartSpeakerEnrollmentJobCommandInput,
329
311
  options?: __HttpHandlerOptions
@@ -337,7 +319,6 @@ export declare class VoiceID extends VoiceIDClient {
337
319
  options: __HttpHandlerOptions,
338
320
  cb: (err: any, data?: StartSpeakerEnrollmentJobCommandOutput) => void
339
321
  ): void;
340
-
341
322
  tagResource(
342
323
  args: TagResourceCommandInput,
343
324
  options?: __HttpHandlerOptions
@@ -351,7 +332,6 @@ export declare class VoiceID extends VoiceIDClient {
351
332
  options: __HttpHandlerOptions,
352
333
  cb: (err: any, data?: TagResourceCommandOutput) => void
353
334
  ): void;
354
-
355
335
  untagResource(
356
336
  args: UntagResourceCommandInput,
357
337
  options?: __HttpHandlerOptions
@@ -365,7 +345,6 @@ export declare class VoiceID extends VoiceIDClient {
365
345
  options: __HttpHandlerOptions,
366
346
  cb: (err: any, data?: UntagResourceCommandOutput) => void
367
347
  ): void;
368
-
369
348
  updateDomain(
370
349
  args: UpdateDomainCommandInput,
371
350
  options?: __HttpHandlerOptions
@@ -173,47 +173,26 @@ export declare type ServiceOutputTypes =
173
173
  export interface ClientDefaults
174
174
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
175
175
  requestHandler?: __HttpHandler;
176
-
177
176
  sha256?: __HashConstructor;
178
-
179
177
  urlParser?: __UrlParser;
180
-
181
178
  bodyLengthChecker?: __BodyLengthCalculator;
182
-
183
179
  streamCollector?: __StreamCollector;
184
-
185
180
  base64Decoder?: __Decoder;
186
-
187
181
  base64Encoder?: __Encoder;
188
-
189
182
  utf8Decoder?: __Decoder;
190
-
191
183
  utf8Encoder?: __Encoder;
192
-
193
184
  runtime?: string;
194
-
195
185
  disableHostPrefix?: boolean;
196
-
197
186
  maxAttempts?: number | __Provider<number>;
198
-
199
187
  retryMode?: string | __Provider<string>;
200
-
201
188
  logger?: __Logger;
202
-
203
189
  useDualstackEndpoint?: boolean | __Provider<boolean>;
204
-
205
190
  useFipsEndpoint?: boolean | __Provider<boolean>;
206
-
207
191
  serviceId?: string;
208
-
209
192
  region?: string | __Provider<string>;
210
-
211
193
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
212
-
213
194
  regionInfoProvider?: RegionInfoProvider;
214
-
215
195
  defaultUserAgentProvider?: Provider<__UserAgent>;
216
-
217
196
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
218
197
  }
219
198
  declare type VoiceIDClientConfigType = Partial<
@@ -226,7 +205,6 @@ declare type VoiceIDClientConfigType = Partial<
226
205
  HostHeaderInputConfig &
227
206
  AwsAuthInputConfig &
228
207
  UserAgentInputConfig;
229
-
230
208
  export interface VoiceIDClientConfig extends VoiceIDClientConfigType {}
231
209
  declare type VoiceIDClientResolvedConfigType =
232
210
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -237,10 +215,8 @@ declare type VoiceIDClientResolvedConfigType =
237
215
  HostHeaderResolvedConfig &
238
216
  AwsAuthResolvedConfig &
239
217
  UserAgentResolvedConfig;
240
-
241
218
  export interface VoiceIDClientResolvedConfig
242
219
  extends VoiceIDClientResolvedConfigType {}
243
-
244
220
  export declare class VoiceIDClient extends __Client<
245
221
  __HttpHandlerOptions,
246
222
  ServiceInputTypes,
@@ -249,7 +225,6 @@ export declare class VoiceIDClient extends __Client<
249
225
  > {
250
226
  readonly config: VoiceIDClientResolvedConfig;
251
227
  constructor(configuration: VoiceIDClientConfig);
252
-
253
228
  destroy(): void;
254
229
  }
255
230
  export {};
@@ -15,7 +15,6 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {}
15
15
  export interface CreateDomainCommandOutput
16
16
  extends CreateDomainResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateDomainCommand extends $Command<
20
19
  CreateDomainCommandInput,
21
20
  CreateDomainCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateDomainCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateDomainCommandInput;
25
24
  constructor(input: CreateDomainCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: VoiceIDClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../VoiceIDClient";
14
14
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
15
15
  export interface DeleteDomainCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteDomainCommand extends $Command<
18
17
  DeleteDomainCommandInput,
19
18
  DeleteDomainCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteDomainCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteDomainCommandInput;
23
22
  constructor(input: DeleteDomainCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: VoiceIDClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../VoiceIDClient";
14
14
  export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {}
15
15
  export interface DeleteFraudsterCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteFraudsterCommand extends $Command<
18
17
  DeleteFraudsterCommandInput,
19
18
  DeleteFraudsterCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteFraudsterCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteFraudsterCommandInput;
23
22
  constructor(input: DeleteFraudsterCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: VoiceIDClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../VoiceIDClient";
14
14
  export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {}
15
15
  export interface DeleteSpeakerCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteSpeakerCommand extends $Command<
18
17
  DeleteSpeakerCommandInput,
19
18
  DeleteSpeakerCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteSpeakerCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteSpeakerCommandInput;
23
22
  constructor(input: DeleteSpeakerCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: VoiceIDClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeDomainCommandInput extends DescribeDomainRequest {}
18
18
  export interface DescribeDomainCommandOutput
19
19
  extends DescribeDomainResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeDomainCommand extends $Command<
23
22
  DescribeDomainCommandInput,
24
23
  DescribeDomainCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeDomainCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeDomainCommandInput;
28
27
  constructor(input: DescribeDomainCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: VoiceIDClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeFraudsterCommandInput
19
19
  export interface DescribeFraudsterCommandOutput
20
20
  extends DescribeFraudsterResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeFraudsterCommand extends $Command<
24
23
  DescribeFraudsterCommandInput,
25
24
  DescribeFraudsterCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeFraudsterCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeFraudsterCommandInput;
29
28
  constructor(input: DescribeFraudsterCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: VoiceIDClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeFraudsterRegistrationJobCommandInput
19
19
  export interface DescribeFraudsterRegistrationJobCommandOutput
20
20
  extends DescribeFraudsterRegistrationJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeFraudsterRegistrationJobCommand extends $Command<
24
23
  DescribeFraudsterRegistrationJobCommandInput,
25
24
  DescribeFraudsterRegistrationJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeFraudsterRegistrationJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeFraudsterRegistrationJobCommandInput;
29
28
  constructor(input: DescribeFraudsterRegistrationJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: VoiceIDClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeSpeakerCommandInput extends DescribeSpeakerRequest {}
18
18
  export interface DescribeSpeakerCommandOutput
19
19
  extends DescribeSpeakerResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeSpeakerCommand extends $Command<
23
22
  DescribeSpeakerCommandInput,
24
23
  DescribeSpeakerCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeSpeakerCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeSpeakerCommandInput;
28
27
  constructor(input: DescribeSpeakerCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: VoiceIDClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSpeakerEnrollmentJobCommandInput
19
19
  export interface DescribeSpeakerEnrollmentJobCommandOutput
20
20
  extends DescribeSpeakerEnrollmentJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSpeakerEnrollmentJobCommand extends $Command<
24
23
  DescribeSpeakerEnrollmentJobCommandInput,
25
24
  DescribeSpeakerEnrollmentJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSpeakerEnrollmentJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSpeakerEnrollmentJobCommandInput;
29
28
  constructor(input: DescribeSpeakerEnrollmentJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: VoiceIDClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface EvaluateSessionCommandInput extends EvaluateSessionRequest {}
18
18
  export interface EvaluateSessionCommandOutput
19
19
  extends EvaluateSessionResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class EvaluateSessionCommand extends $Command<
23
22
  EvaluateSessionCommandInput,
24
23
  EvaluateSessionCommandOutput,
@@ -26,7 +25,6 @@ export declare class EvaluateSessionCommand extends $Command<
26
25
  > {
27
26
  readonly input: EvaluateSessionCommandInput;
28
27
  constructor(input: EvaluateSessionCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: VoiceIDClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {}
15
15
  export interface ListDomainsCommandOutput
16
16
  extends ListDomainsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListDomainsCommand extends $Command<
20
19
  ListDomainsCommandInput,
21
20
  ListDomainsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListDomainsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListDomainsCommandInput;
25
24
  constructor(input: ListDomainsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: VoiceIDClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListFraudsterRegistrationJobsCommandInput
19
19
  export interface ListFraudsterRegistrationJobsCommandOutput
20
20
  extends ListFraudsterRegistrationJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListFraudsterRegistrationJobsCommand extends $Command<
24
23
  ListFraudsterRegistrationJobsCommandInput,
25
24
  ListFraudsterRegistrationJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListFraudsterRegistrationJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListFraudsterRegistrationJobsCommandInput;
29
28
  constructor(input: ListFraudsterRegistrationJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: VoiceIDClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListSpeakerEnrollmentJobsCommandInput
19
19
  export interface ListSpeakerEnrollmentJobsCommandOutput
20
20
  extends ListSpeakerEnrollmentJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListSpeakerEnrollmentJobsCommand extends $Command<
24
23
  ListSpeakerEnrollmentJobsCommandInput,
25
24
  ListSpeakerEnrollmentJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListSpeakerEnrollmentJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListSpeakerEnrollmentJobsCommandInput;
29
28
  constructor(input: ListSpeakerEnrollmentJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: VoiceIDClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListSpeakersCommandInput extends ListSpeakersRequest {}
15
15
  export interface ListSpeakersCommandOutput
16
16
  extends ListSpeakersResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListSpeakersCommand extends $Command<
20
19
  ListSpeakersCommandInput,
21
20
  ListSpeakersCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListSpeakersCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListSpeakersCommandInput;
25
24
  constructor(input: ListSpeakersCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: VoiceIDClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: VoiceIDClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface OptOutSpeakerCommandInput extends OptOutSpeakerRequest {}
18
18
  export interface OptOutSpeakerCommandOutput
19
19
  extends OptOutSpeakerResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class OptOutSpeakerCommand extends $Command<
23
22
  OptOutSpeakerCommandInput,
24
23
  OptOutSpeakerCommandOutput,
@@ -26,7 +25,6 @@ export declare class OptOutSpeakerCommand extends $Command<
26
25
  > {
27
26
  readonly input: OptOutSpeakerCommandInput;
28
27
  constructor(input: OptOutSpeakerCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: VoiceIDClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartFraudsterRegistrationJobCommandInput
19
19
  export interface StartFraudsterRegistrationJobCommandOutput
20
20
  extends StartFraudsterRegistrationJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartFraudsterRegistrationJobCommand extends $Command<
24
23
  StartFraudsterRegistrationJobCommandInput,
25
24
  StartFraudsterRegistrationJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartFraudsterRegistrationJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartFraudsterRegistrationJobCommandInput;
29
28
  constructor(input: StartFraudsterRegistrationJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: VoiceIDClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartSpeakerEnrollmentJobCommandInput
19
19
  export interface StartSpeakerEnrollmentJobCommandOutput
20
20
  extends StartSpeakerEnrollmentJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartSpeakerEnrollmentJobCommand extends $Command<
24
23
  StartSpeakerEnrollmentJobCommandInput,
25
24
  StartSpeakerEnrollmentJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartSpeakerEnrollmentJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartSpeakerEnrollmentJobCommandInput;
29
28
  constructor(input: StartSpeakerEnrollmentJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: VoiceIDClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: VoiceIDClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: VoiceIDClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateDomainCommandInput extends UpdateDomainRequest {}
15
15
  export interface UpdateDomainCommandOutput
16
16
  extends UpdateDomainResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateDomainCommand extends $Command<
20
19
  UpdateDomainCommandInput,
21
20
  UpdateDomainCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateDomainCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateDomainCommandInput;
25
24
  constructor(input: UpdateDomainCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: VoiceIDClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class VoiceIDServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }