@aws-sdk/client-voice-id 3.986.0 → 3.988.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/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var VoiceIDServiceException = require('./models/VoiceIDServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,912 +113,6 @@ class VoiceIDClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class VoiceIDServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, VoiceIDServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends VoiceIDServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class ConflictException extends VoiceIDServiceException {
135
- name = "ConflictException";
136
- $fault = "client";
137
- Message;
138
- ConflictType;
139
- constructor(opts) {
140
- super({
141
- name: "ConflictException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- Object.setPrototypeOf(this, ConflictException.prototype);
146
- this.Message = opts.Message;
147
- this.ConflictType = opts.ConflictType;
148
- }
149
- }
150
- class InternalServerException extends VoiceIDServiceException {
151
- name = "InternalServerException";
152
- $fault = "server";
153
- Message;
154
- constructor(opts) {
155
- super({
156
- name: "InternalServerException",
157
- $fault: "server",
158
- ...opts,
159
- });
160
- Object.setPrototypeOf(this, InternalServerException.prototype);
161
- this.Message = opts.Message;
162
- }
163
- }
164
- class ResourceNotFoundException extends VoiceIDServiceException {
165
- name = "ResourceNotFoundException";
166
- $fault = "client";
167
- Message;
168
- ResourceType;
169
- constructor(opts) {
170
- super({
171
- name: "ResourceNotFoundException",
172
- $fault: "client",
173
- ...opts,
174
- });
175
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
176
- this.Message = opts.Message;
177
- this.ResourceType = opts.ResourceType;
178
- }
179
- }
180
- class ServiceQuotaExceededException extends VoiceIDServiceException {
181
- name = "ServiceQuotaExceededException";
182
- $fault = "client";
183
- Message;
184
- constructor(opts) {
185
- super({
186
- name: "ServiceQuotaExceededException",
187
- $fault: "client",
188
- ...opts,
189
- });
190
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
191
- this.Message = opts.Message;
192
- }
193
- }
194
- class ThrottlingException extends VoiceIDServiceException {
195
- name = "ThrottlingException";
196
- $fault = "client";
197
- Message;
198
- constructor(opts) {
199
- super({
200
- name: "ThrottlingException",
201
- $fault: "client",
202
- ...opts,
203
- });
204
- Object.setPrototypeOf(this, ThrottlingException.prototype);
205
- this.Message = opts.Message;
206
- }
207
- }
208
- class ValidationException extends VoiceIDServiceException {
209
- name = "ValidationException";
210
- $fault = "client";
211
- Message;
212
- constructor(opts) {
213
- super({
214
- name: "ValidationException",
215
- $fault: "client",
216
- ...opts,
217
- });
218
- Object.setPrototypeOf(this, ValidationException.prototype);
219
- this.Message = opts.Message;
220
- }
221
- }
222
-
223
- const _A = "Arn";
224
- const _AAEA = "AudioAggregationEndedAt";
225
- const _AASA = "AudioAggregationStartedAt";
226
- const _AC = "AuthenticationConfiguration";
227
- const _ADE = "AccessDeniedException";
228
- const _AF = "AssociateFraudster";
229
- const _AFR = "AssociateFraudsterRequest";
230
- const _AFRs = "AssociateFraudsterResponse";
231
- const _AR = "AuthenticationResult";
232
- const _ARI = "AuthenticationResultId";
233
- const _AT = "AcceptanceThreshold";
234
- const _C = "Configuration";
235
- const _CA = "CreatedAt";
236
- const _CD = "CreateDomain";
237
- const _CDR = "CreateDomainRequest";
238
- const _CDRr = "CreateDomainResponse";
239
- const _CE = "ConflictException";
240
- const _CSI = "CustomerSpeakerId";
241
- const _CT = "ConflictType";
242
- const _CTl = "ClientToken";
243
- const _CW = "CreateWatchlist";
244
- const _CWR = "CreateWatchlistRequest";
245
- const _CWRr = "CreateWatchlistResponse";
246
- const _D = "Description";
247
- const _DARA = "DataAccessRoleArn";
248
- const _DD = "DeleteDomain";
249
- const _DDR = "DeleteDomainRequest";
250
- const _DDRe = "DescribeDomainRequest";
251
- const _DDRes = "DescribeDomainResponse";
252
- const _DDe = "DescribeDomain";
253
- const _DF = "DeleteFraudster";
254
- const _DFR = "DeleteFraudsterRequest";
255
- const _DFRJ = "DescribeFraudsterRegistrationJob";
256
- const _DFRJR = "DescribeFraudsterRegistrationJobRequest";
257
- const _DFRJRe = "DescribeFraudsterRegistrationJobResponse";
258
- const _DFRe = "DescribeFraudsterRequest";
259
- const _DFRes = "DescribeFraudsterResponse";
260
- const _DFRi = "DisassociateFraudsterRequest";
261
- const _DFRis = "DisassociateFraudsterResponse";
262
- const _DFe = "DescribeFraudster";
263
- const _DFi = "DisassociateFraudster";
264
- const _DI = "DomainId";
265
- const _DN = "DomainName";
266
- const _DRA = "DuplicateRegistrationAction";
267
- const _DS = "DomainStatus";
268
- const _DSEJ = "DescribeSpeakerEnrollmentJob";
269
- const _DSEJR = "DescribeSpeakerEnrollmentJobRequest";
270
- const _DSEJRe = "DescribeSpeakerEnrollmentJobResponse";
271
- const _DSR = "DeleteSpeakerRequest";
272
- const _DSRe = "DescribeSpeakerRequest";
273
- const _DSRes = "DescribeSpeakerResponse";
274
- const _DSe = "DeleteSpeaker";
275
- const _DSes = "DescribeSpeaker";
276
- const _DSo = "DomainSummary";
277
- const _DSom = "DomainSummaries";
278
- const _DW = "DefaultWatchlist";
279
- const _DWI = "DefaultWatchlistId";
280
- const _DWR = "DeleteWatchlistRequest";
281
- const _DWRe = "DescribeWatchlistRequest";
282
- const _DWRes = "DescribeWatchlistResponse";
283
- const _DWe = "DeleteWatchlist";
284
- const _DWes = "DescribeWatchlist";
285
- const _De = "Decision";
286
- const _Do = "Domain";
287
- const _EA = "EndedAt";
288
- const _EC = "EnrollmentConfig";
289
- const _EEA = "ExistingEnrollmentAction";
290
- const _EJFDC = "EnrollmentJobFraudDetectionConfig";
291
- const _ES = "EvaluateSession";
292
- const _ESR = "EvaluateSessionRequest";
293
- const _ESRv = "EvaluateSessionResponse";
294
- const _F = "Fraudster";
295
- const _FD = "FailureDetails";
296
- const _FDA = "FraudDetectionAction";
297
- const _FDC = "FraudDetectionConfig";
298
- const _FDCr = "FraudDetectionConfiguration";
299
- const _FDR = "FraudDetectionResult";
300
- const _FDRI = "FraudDetectionResultId";
301
- const _FI = "FraudsterId";
302
- const _FRD = "FraudRiskDetails";
303
- const _FRJ = "FraudsterRegistrationJob";
304
- const _FRJS = "FraudsterRegistrationJobSummary";
305
- const _FRJSr = "FraudsterRegistrationJobSummaries";
306
- const _FS = "FraudsterSummary";
307
- const _FST = "FraudsterSimilarityThreshold";
308
- const _FSr = "FraudsterSummaries";
309
- const _GFI = "GeneratedFraudsterId";
310
- const _GSI = "GeneratedSpeakerId";
311
- const _IDC = "InputDataConfig";
312
- const _ISE = "InternalServerException";
313
- const _J = "Job";
314
- const _JI = "JobId";
315
- const _JN = "JobName";
316
- const _JP = "JobProgress";
317
- const _JS = "JobStatus";
318
- const _JSo = "JobSummaries";
319
- const _K = "Key";
320
- const _KFR = "KnownFraudsterRisk";
321
- const _KKI = "KmsKeyId";
322
- const _LAA = "LastAccessedAt";
323
- const _LD = "ListDomains";
324
- const _LDR = "ListDomainsRequest";
325
- const _LDRi = "ListDomainsResponse";
326
- const _LF = "ListFraudsters";
327
- const _LFR = "ListFraudstersRequest";
328
- const _LFRJ = "ListFraudsterRegistrationJobs";
329
- const _LFRJR = "ListFraudsterRegistrationJobsRequest";
330
- const _LFRJRi = "ListFraudsterRegistrationJobsResponse";
331
- const _LFRi = "ListFraudstersResponse";
332
- const _LS = "ListSpeakers";
333
- const _LSEJ = "ListSpeakerEnrollmentJobs";
334
- const _LSEJR = "ListSpeakerEnrollmentJobsRequest";
335
- const _LSEJRi = "ListSpeakerEnrollmentJobsResponse";
336
- const _LSR = "ListSpeakersRequest";
337
- const _LSRi = "ListSpeakersResponse";
338
- const _LTFR = "ListTagsForResource";
339
- const _LTFRR = "ListTagsForResourceRequest";
340
- const _LTFRRi = "ListTagsForResourceResponse";
341
- const _LW = "ListWatchlists";
342
- const _LWR = "ListWatchlistsRequest";
343
- const _LWRi = "ListWatchlistsResponse";
344
- const _M = "Message";
345
- const _MR = "MaxResults";
346
- const _N = "Name";
347
- const _NT = "NextToken";
348
- const _ODC = "OutputDataConfig";
349
- const _OKKI = "OldKmsKeyId";
350
- const _OOS = "OptOutSpeaker";
351
- const _OOSR = "OptOutSpeakerRequest";
352
- const _OOSRp = "OptOutSpeakerResponse";
353
- const _PC = "PercentComplete";
354
- const _R = "Reasons";
355
- const _RA = "ResourceArn";
356
- const _RC = "RegistrationConfig";
357
- const _RD = "RiskDetails";
358
- const _RNFE = "ResourceNotFoundException";
359
- const _RS = "RiskScore";
360
- const _RT = "RiskThreshold";
361
- const _RTe = "ResourceType";
362
- const _S = "Score";
363
- const _SC = "StatusCode";
364
- const _SEJ = "SpeakerEnrollmentJob";
365
- const _SEJS = "SpeakerEnrollmentJobSummary";
366
- const _SEJSp = "SpeakerEnrollmentJobSummaries";
367
- const _SFRJ = "StartFraudsterRegistrationJob";
368
- const _SFRJR = "StartFraudsterRegistrationJobRequest";
369
- const _SFRJRt = "StartFraudsterRegistrationJobResponse";
370
- const _SI = "SpeakerId";
371
- const _SIe = "SessionId";
372
- const _SN = "SessionName";
373
- const _SNOI = "SessionNameOrId";
374
- const _SQEE = "ServiceQuotaExceededException";
375
- const _SS = "StreamingStatus";
376
- const _SSEC = "ServerSideEncryptionConfiguration";
377
- const _SSEJ = "StartSpeakerEnrollmentJob";
378
- const _SSEJR = "StartSpeakerEnrollmentJobRequest";
379
- const _SSEJRt = "StartSpeakerEnrollmentJobResponse";
380
- const _SSEUD = "ServerSideEncryptionUpdateDetails";
381
- const _SSp = "SpeakerSummaries";
382
- const _SSpe = "SpeakerSummary";
383
- const _SU = "S3Uri";
384
- const _Sp = "Speaker";
385
- const _St = "Status";
386
- const _T = "Tags";
387
- const _TE = "ThrottlingException";
388
- const _TK = "TagKey";
389
- const _TKL = "TagKeyList";
390
- const _TKa = "TagKeys";
391
- const _TL = "TagList";
392
- const _TR = "TagResource";
393
- const _TRR = "TagResourceRequest";
394
- const _TRRa = "TagResourceResponse";
395
- const _TV = "TagValue";
396
- const _Ta = "Tag";
397
- const _UA = "UpdatedAt";
398
- const _UD = "UpdateDomain";
399
- const _UDR = "UpdateDomainRequest";
400
- const _UDRp = "UpdateDomainResponse";
401
- const _UR = "UntagResource";
402
- const _URR = "UntagResourceRequest";
403
- const _URRn = "UntagResourceResponse";
404
- const _US = "UpdateStatus";
405
- const _UW = "UpdateWatchlist";
406
- const _UWR = "UpdateWatchlistRequest";
407
- const _UWRp = "UpdateWatchlistResponse";
408
- const _V = "Value";
409
- const _VE = "ValidationException";
410
- const _VSR = "VoiceSpoofingRisk";
411
- const _W = "Watchlist";
412
- const _WD = "WatchlistDescription";
413
- const _WDa = "WatchlistDetails";
414
- const _WI = "WatchlistId";
415
- const _WIa = "WatchlistIds";
416
- const _WN = "WatchlistName";
417
- const _WS = "WatchlistSummaries";
418
- const _WSa = "WatchlistSummary";
419
- const _c = "client";
420
- const _e = "error";
421
- const _hE = "httpError";
422
- const _s = "server";
423
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.voiceid";
424
- const n0 = "com.amazonaws.voiceid";
425
- var CustomerSpeakerId = [0, n0, _CSI, 8, 0];
426
- var Description = [0, n0, _D, 8, 0];
427
- var DomainName = [0, n0, _DN, 8, 0];
428
- var FraudsterId = [0, n0, _FI, 8, 0];
429
- var JobName = [0, n0, _JN, 8, 0];
430
- var SpeakerId = [0, n0, _SI, 8, 0];
431
- var TagKey = [0, n0, _TK, 8, 0];
432
- var TagValue = [0, n0, _TV, 8, 0];
433
- var WatchlistDescription = [0, n0, _WD, 8, 0];
434
- var WatchlistName = [0, n0, _WN, 8, 0];
435
- var AccessDeniedException$ = [-3, n0, _ADE,
436
- { [_e]: _c, [_hE]: 403 },
437
- [_M],
438
- [0]
439
- ];
440
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
441
- var AssociateFraudsterRequest$ = [3, n0, _AFR,
442
- 0,
443
- [_DI, _WI, _FI],
444
- [0, 0, [() => FraudsterId, 0]], 3
445
- ];
446
- var AssociateFraudsterResponse$ = [3, n0, _AFRs,
447
- 0,
448
- [_F],
449
- [() => Fraudster$]
450
- ];
451
- var AuthenticationConfiguration$ = [3, n0, _AC,
452
- 0,
453
- [_AT],
454
- [1], 1
455
- ];
456
- var AuthenticationResult$ = [3, n0, _AR,
457
- 0,
458
- [_ARI, _AASA, _AAEA, _CSI, _GSI, _De, _S, _C],
459
- [0, 4, 4, [() => CustomerSpeakerId, 0], 0, 0, 1, () => AuthenticationConfiguration$]
460
- ];
461
- var ConflictException$ = [-3, n0, _CE,
462
- { [_e]: _c, [_hE]: 409 },
463
- [_M, _CT],
464
- [0, 0]
465
- ];
466
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
467
- var CreateDomainRequest$ = [3, n0, _CDR,
468
- 0,
469
- [_N, _SSEC, _D, _CTl, _T],
470
- [[() => DomainName, 0], () => ServerSideEncryptionConfiguration$, [() => Description, 0], [0, 4], [() => TagList, 0]], 2
471
- ];
472
- var CreateDomainResponse$ = [3, n0, _CDRr,
473
- 0,
474
- [_Do],
475
- [[() => Domain$, 0]]
476
- ];
477
- var CreateWatchlistRequest$ = [3, n0, _CWR,
478
- 0,
479
- [_DI, _N, _D, _CTl],
480
- [0, [() => WatchlistName, 0], [() => WatchlistDescription, 0], [0, 4]], 2
481
- ];
482
- var CreateWatchlistResponse$ = [3, n0, _CWRr,
483
- 0,
484
- [_W],
485
- [[() => Watchlist$, 0]]
486
- ];
487
- var DeleteDomainRequest$ = [3, n0, _DDR,
488
- 0,
489
- [_DI],
490
- [0], 1
491
- ];
492
- var DeleteFraudsterRequest$ = [3, n0, _DFR,
493
- 0,
494
- [_DI, _FI],
495
- [0, [() => FraudsterId, 0]], 2
496
- ];
497
- var DeleteSpeakerRequest$ = [3, n0, _DSR,
498
- 0,
499
- [_DI, _SI],
500
- [0, [() => SpeakerId, 0]], 2
501
- ];
502
- var DeleteWatchlistRequest$ = [3, n0, _DWR,
503
- 0,
504
- [_DI, _WI],
505
- [0, 0], 2
506
- ];
507
- var DescribeDomainRequest$ = [3, n0, _DDRe,
508
- 0,
509
- [_DI],
510
- [0], 1
511
- ];
512
- var DescribeDomainResponse$ = [3, n0, _DDRes,
513
- 0,
514
- [_Do],
515
- [[() => Domain$, 0]]
516
- ];
517
- var DescribeFraudsterRegistrationJobRequest$ = [3, n0, _DFRJR,
518
- 0,
519
- [_DI, _JI],
520
- [0, 0], 2
521
- ];
522
- var DescribeFraudsterRegistrationJobResponse$ = [3, n0, _DFRJRe,
523
- 0,
524
- [_J],
525
- [[() => FraudsterRegistrationJob$, 0]]
526
- ];
527
- var DescribeFraudsterRequest$ = [3, n0, _DFRe,
528
- 0,
529
- [_DI, _FI],
530
- [0, [() => FraudsterId, 0]], 2
531
- ];
532
- var DescribeFraudsterResponse$ = [3, n0, _DFRes,
533
- 0,
534
- [_F],
535
- [() => Fraudster$]
536
- ];
537
- var DescribeSpeakerEnrollmentJobRequest$ = [3, n0, _DSEJR,
538
- 0,
539
- [_DI, _JI],
540
- [0, 0], 2
541
- ];
542
- var DescribeSpeakerEnrollmentJobResponse$ = [3, n0, _DSEJRe,
543
- 0,
544
- [_J],
545
- [[() => SpeakerEnrollmentJob$, 0]]
546
- ];
547
- var DescribeSpeakerRequest$ = [3, n0, _DSRe,
548
- 0,
549
- [_DI, _SI],
550
- [0, [() => SpeakerId, 0]], 2
551
- ];
552
- var DescribeSpeakerResponse$ = [3, n0, _DSRes,
553
- 0,
554
- [_Sp],
555
- [[() => Speaker$, 0]]
556
- ];
557
- var DescribeWatchlistRequest$ = [3, n0, _DWRe,
558
- 0,
559
- [_DI, _WI],
560
- [0, 0], 2
561
- ];
562
- var DescribeWatchlistResponse$ = [3, n0, _DWRes,
563
- 0,
564
- [_W],
565
- [[() => Watchlist$, 0]]
566
- ];
567
- var DisassociateFraudsterRequest$ = [3, n0, _DFRi,
568
- 0,
569
- [_DI, _WI, _FI],
570
- [0, 0, [() => FraudsterId, 0]], 3
571
- ];
572
- var DisassociateFraudsterResponse$ = [3, n0, _DFRis,
573
- 0,
574
- [_F],
575
- [() => Fraudster$]
576
- ];
577
- var Domain$ = [3, n0, _Do,
578
- 0,
579
- [_DI, _A, _N, _D, _DS, _SSEC, _CA, _UA, _SSEUD, _WDa],
580
- [0, 0, [() => DomainName, 0], [() => Description, 0], 0, () => ServerSideEncryptionConfiguration$, 4, 4, () => ServerSideEncryptionUpdateDetails$, () => WatchlistDetails$]
581
- ];
582
- var DomainSummary$ = [3, n0, _DSo,
583
- 0,
584
- [_DI, _A, _N, _D, _DS, _SSEC, _CA, _UA, _SSEUD, _WDa],
585
- [0, 0, [() => DomainName, 0], [() => Description, 0], 0, () => ServerSideEncryptionConfiguration$, 4, 4, () => ServerSideEncryptionUpdateDetails$, () => WatchlistDetails$]
586
- ];
587
- var EnrollmentConfig$ = [3, n0, _EC,
588
- 0,
589
- [_EEA, _FDC],
590
- [0, () => EnrollmentJobFraudDetectionConfig$]
591
- ];
592
- var EnrollmentJobFraudDetectionConfig$ = [3, n0, _EJFDC,
593
- 0,
594
- [_FDA, _RT, _WIa],
595
- [0, 1, 64 | 0]
596
- ];
597
- var EvaluateSessionRequest$ = [3, n0, _ESR,
598
- 0,
599
- [_DI, _SNOI],
600
- [0, 0], 2
601
- ];
602
- var EvaluateSessionResponse$ = [3, n0, _ESRv,
603
- 0,
604
- [_DI, _SIe, _SN, _SS, _AR, _FDR],
605
- [0, 0, 0, 0, [() => AuthenticationResult$, 0], () => FraudDetectionResult$]
606
- ];
607
- var FailureDetails$ = [3, n0, _FD,
608
- 0,
609
- [_SC, _M],
610
- [1, 0]
611
- ];
612
- var FraudDetectionConfiguration$ = [3, n0, _FDCr,
613
- 0,
614
- [_RT, _WI],
615
- [1, 0]
616
- ];
617
- var FraudDetectionResult$ = [3, n0, _FDR,
618
- 0,
619
- [_FDRI, _AASA, _AAEA, _C, _De, _R, _RD],
620
- [0, 4, 4, () => FraudDetectionConfiguration$, 0, 64 | 0, () => FraudRiskDetails$]
621
- ];
622
- var FraudRiskDetails$ = [3, n0, _FRD,
623
- 0,
624
- [_KFR, _VSR],
625
- [() => KnownFraudsterRisk$, () => VoiceSpoofingRisk$], 2
626
- ];
627
- var Fraudster$ = [3, n0, _F,
628
- 0,
629
- [_DI, _GFI, _CA, _WIa],
630
- [0, 0, 4, 64 | 0]
631
- ];
632
- var FraudsterRegistrationJob$ = [3, n0, _FRJ,
633
- 0,
634
- [_JN, _JI, _JS, _DI, _DARA, _RC, _IDC, _ODC, _CA, _EA, _FD, _JP],
635
- [[() => JobName, 0], 0, 0, 0, 0, () => RegistrationConfig$, () => InputDataConfig$, () => OutputDataConfig$, 4, 4, () => FailureDetails$, () => JobProgress$]
636
- ];
637
- var FraudsterRegistrationJobSummary$ = [3, n0, _FRJS,
638
- 0,
639
- [_JN, _JI, _JS, _DI, _CA, _EA, _FD, _JP],
640
- [[() => JobName, 0], 0, 0, 0, 4, 4, () => FailureDetails$, () => JobProgress$]
641
- ];
642
- var FraudsterSummary$ = [3, n0, _FS,
643
- 0,
644
- [_DI, _GFI, _CA, _WIa],
645
- [0, 0, 4, 64 | 0]
646
- ];
647
- var InputDataConfig$ = [3, n0, _IDC,
648
- 0,
649
- [_SU],
650
- [0], 1
651
- ];
652
- var InternalServerException$ = [-3, n0, _ISE,
653
- { [_e]: _s, [_hE]: 500 },
654
- [_M],
655
- [0]
656
- ];
657
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
658
- var JobProgress$ = [3, n0, _JP,
659
- 0,
660
- [_PC],
661
- [1]
662
- ];
663
- var KnownFraudsterRisk$ = [3, n0, _KFR,
664
- 0,
665
- [_RS, _GFI],
666
- [1, 0], 1
667
- ];
668
- var ListDomainsRequest$ = [3, n0, _LDR,
669
- 0,
670
- [_MR, _NT],
671
- [1, 0]
672
- ];
673
- var ListDomainsResponse$ = [3, n0, _LDRi,
674
- 0,
675
- [_DSom, _NT],
676
- [[() => DomainSummaries, 0], 0]
677
- ];
678
- var ListFraudsterRegistrationJobsRequest$ = [3, n0, _LFRJR,
679
- 0,
680
- [_DI, _JS, _MR, _NT],
681
- [0, 0, 1, 0], 1
682
- ];
683
- var ListFraudsterRegistrationJobsResponse$ = [3, n0, _LFRJRi,
684
- 0,
685
- [_JSo, _NT],
686
- [[() => FraudsterRegistrationJobSummaries, 0], 0]
687
- ];
688
- var ListFraudstersRequest$ = [3, n0, _LFR,
689
- 0,
690
- [_DI, _WI, _MR, _NT],
691
- [0, 0, 1, 0], 1
692
- ];
693
- var ListFraudstersResponse$ = [3, n0, _LFRi,
694
- 0,
695
- [_FSr, _NT],
696
- [() => FraudsterSummaries, 0]
697
- ];
698
- var ListSpeakerEnrollmentJobsRequest$ = [3, n0, _LSEJR,
699
- 0,
700
- [_DI, _JS, _MR, _NT],
701
- [0, 0, 1, 0], 1
702
- ];
703
- var ListSpeakerEnrollmentJobsResponse$ = [3, n0, _LSEJRi,
704
- 0,
705
- [_JSo, _NT],
706
- [[() => SpeakerEnrollmentJobSummaries, 0], 0]
707
- ];
708
- var ListSpeakersRequest$ = [3, n0, _LSR,
709
- 0,
710
- [_DI, _MR, _NT],
711
- [0, 1, 0], 1
712
- ];
713
- var ListSpeakersResponse$ = [3, n0, _LSRi,
714
- 0,
715
- [_SSp, _NT],
716
- [[() => SpeakerSummaries, 0], 0]
717
- ];
718
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
719
- 0,
720
- [_RA],
721
- [0], 1
722
- ];
723
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
724
- 0,
725
- [_T],
726
- [[() => TagList, 0]]
727
- ];
728
- var ListWatchlistsRequest$ = [3, n0, _LWR,
729
- 0,
730
- [_DI, _MR, _NT],
731
- [0, 1, 0], 1
732
- ];
733
- var ListWatchlistsResponse$ = [3, n0, _LWRi,
734
- 0,
735
- [_WS, _NT],
736
- [[() => WatchlistSummaries, 0], 0]
737
- ];
738
- var OptOutSpeakerRequest$ = [3, n0, _OOSR,
739
- 0,
740
- [_DI, _SI],
741
- [0, [() => SpeakerId, 0]], 2
742
- ];
743
- var OptOutSpeakerResponse$ = [3, n0, _OOSRp,
744
- 0,
745
- [_Sp],
746
- [[() => Speaker$, 0]]
747
- ];
748
- var OutputDataConfig$ = [3, n0, _ODC,
749
- 0,
750
- [_SU, _KKI],
751
- [0, 0], 1
752
- ];
753
- var RegistrationConfig$ = [3, n0, _RC,
754
- 0,
755
- [_DRA, _FST, _WIa],
756
- [0, 1, 64 | 0]
757
- ];
758
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
759
- { [_e]: _c, [_hE]: 404 },
760
- [_M, _RTe],
761
- [0, 0]
762
- ];
763
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
764
- var ServerSideEncryptionConfiguration$ = [3, n0, _SSEC,
765
- 0,
766
- [_KKI],
767
- [0], 1
768
- ];
769
- var ServerSideEncryptionUpdateDetails$ = [3, n0, _SSEUD,
770
- 0,
771
- [_OKKI, _US, _M],
772
- [0, 0, 0]
773
- ];
774
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
775
- { [_e]: _c, [_hE]: 402 },
776
- [_M],
777
- [0]
778
- ];
779
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
780
- var Speaker$ = [3, n0, _Sp,
781
- 0,
782
- [_DI, _CSI, _GSI, _St, _CA, _UA, _LAA],
783
- [0, [() => CustomerSpeakerId, 0], 0, 0, 4, 4, 4]
784
- ];
785
- var SpeakerEnrollmentJob$ = [3, n0, _SEJ,
786
- 0,
787
- [_JN, _JI, _JS, _DI, _DARA, _EC, _IDC, _ODC, _CA, _EA, _FD, _JP],
788
- [[() => JobName, 0], 0, 0, 0, 0, () => EnrollmentConfig$, () => InputDataConfig$, () => OutputDataConfig$, 4, 4, () => FailureDetails$, () => JobProgress$]
789
- ];
790
- var SpeakerEnrollmentJobSummary$ = [3, n0, _SEJS,
791
- 0,
792
- [_JN, _JI, _JS, _DI, _CA, _EA, _FD, _JP],
793
- [[() => JobName, 0], 0, 0, 0, 4, 4, () => FailureDetails$, () => JobProgress$]
794
- ];
795
- var SpeakerSummary$ = [3, n0, _SSpe,
796
- 0,
797
- [_DI, _CSI, _GSI, _St, _CA, _UA, _LAA],
798
- [0, [() => CustomerSpeakerId, 0], 0, 0, 4, 4, 4]
799
- ];
800
- var StartFraudsterRegistrationJobRequest$ = [3, n0, _SFRJR,
801
- 0,
802
- [_DI, _DARA, _IDC, _ODC, _CTl, _JN, _RC],
803
- [0, 0, () => InputDataConfig$, () => OutputDataConfig$, [0, 4], [() => JobName, 0], () => RegistrationConfig$], 4
804
- ];
805
- var StartFraudsterRegistrationJobResponse$ = [3, n0, _SFRJRt,
806
- 0,
807
- [_J],
808
- [[() => FraudsterRegistrationJob$, 0]]
809
- ];
810
- var StartSpeakerEnrollmentJobRequest$ = [3, n0, _SSEJR,
811
- 0,
812
- [_DI, _DARA, _IDC, _ODC, _CTl, _JN, _EC],
813
- [0, 0, () => InputDataConfig$, () => OutputDataConfig$, [0, 4], [() => JobName, 0], () => EnrollmentConfig$], 4
814
- ];
815
- var StartSpeakerEnrollmentJobResponse$ = [3, n0, _SSEJRt,
816
- 0,
817
- [_J],
818
- [[() => SpeakerEnrollmentJob$, 0]]
819
- ];
820
- var Tag$ = [3, n0, _Ta,
821
- 0,
822
- [_K, _V],
823
- [[() => TagKey, 0], [() => TagValue, 0]], 2
824
- ];
825
- var TagResourceRequest$ = [3, n0, _TRR,
826
- 0,
827
- [_RA, _T],
828
- [0, [() => TagList, 0]], 2
829
- ];
830
- var TagResourceResponse$ = [3, n0, _TRRa,
831
- 0,
832
- [],
833
- []
834
- ];
835
- var ThrottlingException$ = [-3, n0, _TE,
836
- { [_e]: _c, [_hE]: 429 },
837
- [_M],
838
- [0]
839
- ];
840
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
841
- var UntagResourceRequest$ = [3, n0, _URR,
842
- 0,
843
- [_RA, _TKa],
844
- [0, [() => TagKeyList, 0]], 2
845
- ];
846
- var UntagResourceResponse$ = [3, n0, _URRn,
847
- 0,
848
- [],
849
- []
850
- ];
851
- var UpdateDomainRequest$ = [3, n0, _UDR,
852
- 0,
853
- [_DI, _N, _SSEC, _D],
854
- [0, [() => DomainName, 0], () => ServerSideEncryptionConfiguration$, [() => Description, 0]], 3
855
- ];
856
- var UpdateDomainResponse$ = [3, n0, _UDRp,
857
- 0,
858
- [_Do],
859
- [[() => Domain$, 0]]
860
- ];
861
- var UpdateWatchlistRequest$ = [3, n0, _UWR,
862
- 0,
863
- [_DI, _WI, _N, _D],
864
- [0, 0, [() => WatchlistName, 0], [() => WatchlistDescription, 0]], 2
865
- ];
866
- var UpdateWatchlistResponse$ = [3, n0, _UWRp,
867
- 0,
868
- [_W],
869
- [[() => Watchlist$, 0]]
870
- ];
871
- var ValidationException$ = [-3, n0, _VE,
872
- { [_e]: _c, [_hE]: 400 },
873
- [_M],
874
- [0]
875
- ];
876
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
877
- var VoiceSpoofingRisk$ = [3, n0, _VSR,
878
- 0,
879
- [_RS],
880
- [1], 1
881
- ];
882
- var Watchlist$ = [3, n0, _W,
883
- 0,
884
- [_DI, _WI, _N, _D, _DW, _CA, _UA],
885
- [0, 0, [() => WatchlistName, 0], [() => WatchlistDescription, 0], 2, 4, 4]
886
- ];
887
- var WatchlistDetails$ = [3, n0, _WDa,
888
- 0,
889
- [_DWI],
890
- [0], 1
891
- ];
892
- var WatchlistSummary$ = [3, n0, _WSa,
893
- 0,
894
- [_DI, _WI, _N, _D, _DW, _CA, _UA],
895
- [0, 0, [() => WatchlistName, 0], [() => WatchlistDescription, 0], 2, 4, 4]
896
- ];
897
- var __Unit = "unit";
898
- var VoiceIDServiceException$ = [-3, _sm, "VoiceIDServiceException", 0, [], []];
899
- schema.TypeRegistry.for(_sm).registerError(VoiceIDServiceException$, VoiceIDServiceException);
900
- var DomainSummaries = [1, n0, _DSom,
901
- 0, [() => DomainSummary$,
902
- 0]
903
- ];
904
- var FraudsterRegistrationJobSummaries = [1, n0, _FRJSr,
905
- 0, [() => FraudsterRegistrationJobSummary$,
906
- 0]
907
- ];
908
- var FraudsterSummaries = [1, n0, _FSr,
909
- 0, () => FraudsterSummary$
910
- ];
911
- var SpeakerEnrollmentJobSummaries = [1, n0, _SEJSp,
912
- 0, [() => SpeakerEnrollmentJobSummary$,
913
- 0]
914
- ];
915
- var SpeakerSummaries = [1, n0, _SSp,
916
- 0, [() => SpeakerSummary$,
917
- 0]
918
- ];
919
- var TagKeyList = [1, n0, _TKL,
920
- 0, [() => TagKey,
921
- 0]
922
- ];
923
- var TagList = [1, n0, _TL,
924
- 0, [() => Tag$,
925
- 0]
926
- ];
927
- var WatchlistSummaries = [1, n0, _WS,
928
- 0, [() => WatchlistSummary$,
929
- 0]
930
- ];
931
- var AssociateFraudster$ = [9, n0, _AF,
932
- 0, () => AssociateFraudsterRequest$, () => AssociateFraudsterResponse$
933
- ];
934
- var CreateDomain$ = [9, n0, _CD,
935
- 2, () => CreateDomainRequest$, () => CreateDomainResponse$
936
- ];
937
- var CreateWatchlist$ = [9, n0, _CW,
938
- 2, () => CreateWatchlistRequest$, () => CreateWatchlistResponse$
939
- ];
940
- var DeleteDomain$ = [9, n0, _DD,
941
- 2, () => DeleteDomainRequest$, () => __Unit
942
- ];
943
- var DeleteFraudster$ = [9, n0, _DF,
944
- 0, () => DeleteFraudsterRequest$, () => __Unit
945
- ];
946
- var DeleteSpeaker$ = [9, n0, _DSe,
947
- 0, () => DeleteSpeakerRequest$, () => __Unit
948
- ];
949
- var DeleteWatchlist$ = [9, n0, _DWe,
950
- 0, () => DeleteWatchlistRequest$, () => __Unit
951
- ];
952
- var DescribeDomain$ = [9, n0, _DDe,
953
- 0, () => DescribeDomainRequest$, () => DescribeDomainResponse$
954
- ];
955
- var DescribeFraudster$ = [9, n0, _DFe,
956
- 0, () => DescribeFraudsterRequest$, () => DescribeFraudsterResponse$
957
- ];
958
- var DescribeFraudsterRegistrationJob$ = [9, n0, _DFRJ,
959
- 0, () => DescribeFraudsterRegistrationJobRequest$, () => DescribeFraudsterRegistrationJobResponse$
960
- ];
961
- var DescribeSpeaker$ = [9, n0, _DSes,
962
- 0, () => DescribeSpeakerRequest$, () => DescribeSpeakerResponse$
963
- ];
964
- var DescribeSpeakerEnrollmentJob$ = [9, n0, _DSEJ,
965
- 0, () => DescribeSpeakerEnrollmentJobRequest$, () => DescribeSpeakerEnrollmentJobResponse$
966
- ];
967
- var DescribeWatchlist$ = [9, n0, _DWes,
968
- 0, () => DescribeWatchlistRequest$, () => DescribeWatchlistResponse$
969
- ];
970
- var DisassociateFraudster$ = [9, n0, _DFi,
971
- 0, () => DisassociateFraudsterRequest$, () => DisassociateFraudsterResponse$
972
- ];
973
- var EvaluateSession$ = [9, n0, _ES,
974
- 0, () => EvaluateSessionRequest$, () => EvaluateSessionResponse$
975
- ];
976
- var ListDomains$ = [9, n0, _LD,
977
- 0, () => ListDomainsRequest$, () => ListDomainsResponse$
978
- ];
979
- var ListFraudsterRegistrationJobs$ = [9, n0, _LFRJ,
980
- 0, () => ListFraudsterRegistrationJobsRequest$, () => ListFraudsterRegistrationJobsResponse$
981
- ];
982
- var ListFraudsters$ = [9, n0, _LF,
983
- 0, () => ListFraudstersRequest$, () => ListFraudstersResponse$
984
- ];
985
- var ListSpeakerEnrollmentJobs$ = [9, n0, _LSEJ,
986
- 0, () => ListSpeakerEnrollmentJobsRequest$, () => ListSpeakerEnrollmentJobsResponse$
987
- ];
988
- var ListSpeakers$ = [9, n0, _LS,
989
- 0, () => ListSpeakersRequest$, () => ListSpeakersResponse$
990
- ];
991
- var ListTagsForResource$ = [9, n0, _LTFR,
992
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
993
- ];
994
- var ListWatchlists$ = [9, n0, _LW,
995
- 0, () => ListWatchlistsRequest$, () => ListWatchlistsResponse$
996
- ];
997
- var OptOutSpeaker$ = [9, n0, _OOS,
998
- 0, () => OptOutSpeakerRequest$, () => OptOutSpeakerResponse$
999
- ];
1000
- var StartFraudsterRegistrationJob$ = [9, n0, _SFRJ,
1001
- 2, () => StartFraudsterRegistrationJobRequest$, () => StartFraudsterRegistrationJobResponse$
1002
- ];
1003
- var StartSpeakerEnrollmentJob$ = [9, n0, _SSEJ,
1004
- 2, () => StartSpeakerEnrollmentJobRequest$, () => StartSpeakerEnrollmentJobResponse$
1005
- ];
1006
- var TagResource$ = [9, n0, _TR,
1007
- 0, () => TagResourceRequest$, () => TagResourceResponse$
1008
- ];
1009
- var UntagResource$ = [9, n0, _UR,
1010
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
1011
- ];
1012
- var UpdateDomain$ = [9, n0, _UD,
1013
- 0, () => UpdateDomainRequest$, () => UpdateDomainResponse$
1014
- ];
1015
- var UpdateWatchlist$ = [9, n0, _UW,
1016
- 0, () => UpdateWatchlistRequest$, () => UpdateWatchlistResponse$
1017
- ];
1018
-
1019
116
  class AssociateFraudsterCommand extends smithyClient.Command
1020
117
  .classBuilder()
1021
118
  .ep(commonParams)
@@ -1024,7 +121,7 @@ class AssociateFraudsterCommand extends smithyClient.Command
1024
121
  })
1025
122
  .s("VoiceID", "AssociateFraudster", {})
1026
123
  .n("VoiceIDClient", "AssociateFraudsterCommand")
1027
- .sc(AssociateFraudster$)
124
+ .sc(schemas_0.AssociateFraudster$)
1028
125
  .build() {
1029
126
  }
1030
127
 
@@ -1036,7 +133,7 @@ class CreateDomainCommand extends smithyClient.Command
1036
133
  })
1037
134
  .s("VoiceID", "CreateDomain", {})
1038
135
  .n("VoiceIDClient", "CreateDomainCommand")
1039
- .sc(CreateDomain$)
136
+ .sc(schemas_0.CreateDomain$)
1040
137
  .build() {
1041
138
  }
1042
139
 
@@ -1048,7 +145,7 @@ class CreateWatchlistCommand extends smithyClient.Command
1048
145
  })
1049
146
  .s("VoiceID", "CreateWatchlist", {})
1050
147
  .n("VoiceIDClient", "CreateWatchlistCommand")
1051
- .sc(CreateWatchlist$)
148
+ .sc(schemas_0.CreateWatchlist$)
1052
149
  .build() {
1053
150
  }
1054
151
 
@@ -1060,7 +157,7 @@ class DeleteDomainCommand extends smithyClient.Command
1060
157
  })
1061
158
  .s("VoiceID", "DeleteDomain", {})
1062
159
  .n("VoiceIDClient", "DeleteDomainCommand")
1063
- .sc(DeleteDomain$)
160
+ .sc(schemas_0.DeleteDomain$)
1064
161
  .build() {
1065
162
  }
1066
163
 
@@ -1072,7 +169,7 @@ class DeleteFraudsterCommand extends smithyClient.Command
1072
169
  })
1073
170
  .s("VoiceID", "DeleteFraudster", {})
1074
171
  .n("VoiceIDClient", "DeleteFraudsterCommand")
1075
- .sc(DeleteFraudster$)
172
+ .sc(schemas_0.DeleteFraudster$)
1076
173
  .build() {
1077
174
  }
1078
175
 
@@ -1084,7 +181,7 @@ class DeleteSpeakerCommand extends smithyClient.Command
1084
181
  })
1085
182
  .s("VoiceID", "DeleteSpeaker", {})
1086
183
  .n("VoiceIDClient", "DeleteSpeakerCommand")
1087
- .sc(DeleteSpeaker$)
184
+ .sc(schemas_0.DeleteSpeaker$)
1088
185
  .build() {
1089
186
  }
1090
187
 
@@ -1096,7 +193,7 @@ class DeleteWatchlistCommand extends smithyClient.Command
1096
193
  })
1097
194
  .s("VoiceID", "DeleteWatchlist", {})
1098
195
  .n("VoiceIDClient", "DeleteWatchlistCommand")
1099
- .sc(DeleteWatchlist$)
196
+ .sc(schemas_0.DeleteWatchlist$)
1100
197
  .build() {
1101
198
  }
1102
199
 
@@ -1108,7 +205,7 @@ class DescribeDomainCommand extends smithyClient.Command
1108
205
  })
1109
206
  .s("VoiceID", "DescribeDomain", {})
1110
207
  .n("VoiceIDClient", "DescribeDomainCommand")
1111
- .sc(DescribeDomain$)
208
+ .sc(schemas_0.DescribeDomain$)
1112
209
  .build() {
1113
210
  }
1114
211
 
@@ -1120,7 +217,7 @@ class DescribeFraudsterCommand extends smithyClient.Command
1120
217
  })
1121
218
  .s("VoiceID", "DescribeFraudster", {})
1122
219
  .n("VoiceIDClient", "DescribeFraudsterCommand")
1123
- .sc(DescribeFraudster$)
220
+ .sc(schemas_0.DescribeFraudster$)
1124
221
  .build() {
1125
222
  }
1126
223
 
@@ -1132,7 +229,7 @@ class DescribeFraudsterRegistrationJobCommand extends smithyClient.Command
1132
229
  })
1133
230
  .s("VoiceID", "DescribeFraudsterRegistrationJob", {})
1134
231
  .n("VoiceIDClient", "DescribeFraudsterRegistrationJobCommand")
1135
- .sc(DescribeFraudsterRegistrationJob$)
232
+ .sc(schemas_0.DescribeFraudsterRegistrationJob$)
1136
233
  .build() {
1137
234
  }
1138
235
 
@@ -1144,7 +241,7 @@ class DescribeSpeakerCommand extends smithyClient.Command
1144
241
  })
1145
242
  .s("VoiceID", "DescribeSpeaker", {})
1146
243
  .n("VoiceIDClient", "DescribeSpeakerCommand")
1147
- .sc(DescribeSpeaker$)
244
+ .sc(schemas_0.DescribeSpeaker$)
1148
245
  .build() {
1149
246
  }
1150
247
 
@@ -1156,7 +253,7 @@ class DescribeSpeakerEnrollmentJobCommand extends smithyClient.Command
1156
253
  })
1157
254
  .s("VoiceID", "DescribeSpeakerEnrollmentJob", {})
1158
255
  .n("VoiceIDClient", "DescribeSpeakerEnrollmentJobCommand")
1159
- .sc(DescribeSpeakerEnrollmentJob$)
256
+ .sc(schemas_0.DescribeSpeakerEnrollmentJob$)
1160
257
  .build() {
1161
258
  }
1162
259
 
@@ -1168,7 +265,7 @@ class DescribeWatchlistCommand extends smithyClient.Command
1168
265
  })
1169
266
  .s("VoiceID", "DescribeWatchlist", {})
1170
267
  .n("VoiceIDClient", "DescribeWatchlistCommand")
1171
- .sc(DescribeWatchlist$)
268
+ .sc(schemas_0.DescribeWatchlist$)
1172
269
  .build() {
1173
270
  }
1174
271
 
@@ -1180,7 +277,7 @@ class DisassociateFraudsterCommand extends smithyClient.Command
1180
277
  })
1181
278
  .s("VoiceID", "DisassociateFraudster", {})
1182
279
  .n("VoiceIDClient", "DisassociateFraudsterCommand")
1183
- .sc(DisassociateFraudster$)
280
+ .sc(schemas_0.DisassociateFraudster$)
1184
281
  .build() {
1185
282
  }
1186
283
 
@@ -1192,7 +289,7 @@ class EvaluateSessionCommand extends smithyClient.Command
1192
289
  })
1193
290
  .s("VoiceID", "EvaluateSession", {})
1194
291
  .n("VoiceIDClient", "EvaluateSessionCommand")
1195
- .sc(EvaluateSession$)
292
+ .sc(schemas_0.EvaluateSession$)
1196
293
  .build() {
1197
294
  }
1198
295
 
@@ -1204,7 +301,7 @@ class ListDomainsCommand extends smithyClient.Command
1204
301
  })
1205
302
  .s("VoiceID", "ListDomains", {})
1206
303
  .n("VoiceIDClient", "ListDomainsCommand")
1207
- .sc(ListDomains$)
304
+ .sc(schemas_0.ListDomains$)
1208
305
  .build() {
1209
306
  }
1210
307
 
@@ -1216,7 +313,7 @@ class ListFraudsterRegistrationJobsCommand extends smithyClient.Command
1216
313
  })
1217
314
  .s("VoiceID", "ListFraudsterRegistrationJobs", {})
1218
315
  .n("VoiceIDClient", "ListFraudsterRegistrationJobsCommand")
1219
- .sc(ListFraudsterRegistrationJobs$)
316
+ .sc(schemas_0.ListFraudsterRegistrationJobs$)
1220
317
  .build() {
1221
318
  }
1222
319
 
@@ -1228,7 +325,7 @@ class ListFraudstersCommand extends smithyClient.Command
1228
325
  })
1229
326
  .s("VoiceID", "ListFraudsters", {})
1230
327
  .n("VoiceIDClient", "ListFraudstersCommand")
1231
- .sc(ListFraudsters$)
328
+ .sc(schemas_0.ListFraudsters$)
1232
329
  .build() {
1233
330
  }
1234
331
 
@@ -1240,7 +337,7 @@ class ListSpeakerEnrollmentJobsCommand extends smithyClient.Command
1240
337
  })
1241
338
  .s("VoiceID", "ListSpeakerEnrollmentJobs", {})
1242
339
  .n("VoiceIDClient", "ListSpeakerEnrollmentJobsCommand")
1243
- .sc(ListSpeakerEnrollmentJobs$)
340
+ .sc(schemas_0.ListSpeakerEnrollmentJobs$)
1244
341
  .build() {
1245
342
  }
1246
343
 
@@ -1252,7 +349,7 @@ class ListSpeakersCommand extends smithyClient.Command
1252
349
  })
1253
350
  .s("VoiceID", "ListSpeakers", {})
1254
351
  .n("VoiceIDClient", "ListSpeakersCommand")
1255
- .sc(ListSpeakers$)
352
+ .sc(schemas_0.ListSpeakers$)
1256
353
  .build() {
1257
354
  }
1258
355
 
@@ -1264,7 +361,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1264
361
  })
1265
362
  .s("VoiceID", "ListTagsForResource", {})
1266
363
  .n("VoiceIDClient", "ListTagsForResourceCommand")
1267
- .sc(ListTagsForResource$)
364
+ .sc(schemas_0.ListTagsForResource$)
1268
365
  .build() {
1269
366
  }
1270
367
 
@@ -1276,7 +373,7 @@ class ListWatchlistsCommand extends smithyClient.Command
1276
373
  })
1277
374
  .s("VoiceID", "ListWatchlists", {})
1278
375
  .n("VoiceIDClient", "ListWatchlistsCommand")
1279
- .sc(ListWatchlists$)
376
+ .sc(schemas_0.ListWatchlists$)
1280
377
  .build() {
1281
378
  }
1282
379
 
@@ -1288,7 +385,7 @@ class OptOutSpeakerCommand extends smithyClient.Command
1288
385
  })
1289
386
  .s("VoiceID", "OptOutSpeaker", {})
1290
387
  .n("VoiceIDClient", "OptOutSpeakerCommand")
1291
- .sc(OptOutSpeaker$)
388
+ .sc(schemas_0.OptOutSpeaker$)
1292
389
  .build() {
1293
390
  }
1294
391
 
@@ -1300,7 +397,7 @@ class StartFraudsterRegistrationJobCommand extends smithyClient.Command
1300
397
  })
1301
398
  .s("VoiceID", "StartFraudsterRegistrationJob", {})
1302
399
  .n("VoiceIDClient", "StartFraudsterRegistrationJobCommand")
1303
- .sc(StartFraudsterRegistrationJob$)
400
+ .sc(schemas_0.StartFraudsterRegistrationJob$)
1304
401
  .build() {
1305
402
  }
1306
403
 
@@ -1312,7 +409,7 @@ class StartSpeakerEnrollmentJobCommand extends smithyClient.Command
1312
409
  })
1313
410
  .s("VoiceID", "StartSpeakerEnrollmentJob", {})
1314
411
  .n("VoiceIDClient", "StartSpeakerEnrollmentJobCommand")
1315
- .sc(StartSpeakerEnrollmentJob$)
412
+ .sc(schemas_0.StartSpeakerEnrollmentJob$)
1316
413
  .build() {
1317
414
  }
1318
415
 
@@ -1324,7 +421,7 @@ class TagResourceCommand extends smithyClient.Command
1324
421
  })
1325
422
  .s("VoiceID", "TagResource", {})
1326
423
  .n("VoiceIDClient", "TagResourceCommand")
1327
- .sc(TagResource$)
424
+ .sc(schemas_0.TagResource$)
1328
425
  .build() {
1329
426
  }
1330
427
 
@@ -1336,7 +433,7 @@ class UntagResourceCommand extends smithyClient.Command
1336
433
  })
1337
434
  .s("VoiceID", "UntagResource", {})
1338
435
  .n("VoiceIDClient", "UntagResourceCommand")
1339
- .sc(UntagResource$)
436
+ .sc(schemas_0.UntagResource$)
1340
437
  .build() {
1341
438
  }
1342
439
 
@@ -1348,7 +445,7 @@ class UpdateDomainCommand extends smithyClient.Command
1348
445
  })
1349
446
  .s("VoiceID", "UpdateDomain", {})
1350
447
  .n("VoiceIDClient", "UpdateDomainCommand")
1351
- .sc(UpdateDomain$)
448
+ .sc(schemas_0.UpdateDomain$)
1352
449
  .build() {
1353
450
  }
1354
451
 
@@ -1360,7 +457,7 @@ class UpdateWatchlistCommand extends smithyClient.Command
1360
457
  })
1361
458
  .s("VoiceID", "UpdateWatchlist", {})
1362
459
  .n("VoiceIDClient", "UpdateWatchlistCommand")
1363
- .sc(UpdateWatchlist$)
460
+ .sc(schemas_0.UpdateWatchlist$)
1364
461
  .build() {
1365
462
  }
1366
463
 
@@ -1514,183 +611,70 @@ Object.defineProperty(exports, "__Client", {
1514
611
  enumerable: true,
1515
612
  get: function () { return smithyClient.Client; }
1516
613
  });
1517
- exports.AccessDeniedException = AccessDeniedException;
1518
- exports.AccessDeniedException$ = AccessDeniedException$;
1519
- exports.AssociateFraudster$ = AssociateFraudster$;
614
+ Object.defineProperty(exports, "VoiceIDServiceException", {
615
+ enumerable: true,
616
+ get: function () { return VoiceIDServiceException.VoiceIDServiceException; }
617
+ });
1520
618
  exports.AssociateFraudsterCommand = AssociateFraudsterCommand;
1521
- exports.AssociateFraudsterRequest$ = AssociateFraudsterRequest$;
1522
- exports.AssociateFraudsterResponse$ = AssociateFraudsterResponse$;
1523
- exports.AuthenticationConfiguration$ = AuthenticationConfiguration$;
1524
619
  exports.AuthenticationDecision = AuthenticationDecision;
1525
- exports.AuthenticationResult$ = AuthenticationResult$;
1526
- exports.ConflictException = ConflictException;
1527
- exports.ConflictException$ = ConflictException$;
1528
620
  exports.ConflictType = ConflictType;
1529
- exports.CreateDomain$ = CreateDomain$;
1530
621
  exports.CreateDomainCommand = CreateDomainCommand;
1531
- exports.CreateDomainRequest$ = CreateDomainRequest$;
1532
- exports.CreateDomainResponse$ = CreateDomainResponse$;
1533
- exports.CreateWatchlist$ = CreateWatchlist$;
1534
622
  exports.CreateWatchlistCommand = CreateWatchlistCommand;
1535
- exports.CreateWatchlistRequest$ = CreateWatchlistRequest$;
1536
- exports.CreateWatchlistResponse$ = CreateWatchlistResponse$;
1537
- exports.DeleteDomain$ = DeleteDomain$;
1538
623
  exports.DeleteDomainCommand = DeleteDomainCommand;
1539
- exports.DeleteDomainRequest$ = DeleteDomainRequest$;
1540
- exports.DeleteFraudster$ = DeleteFraudster$;
1541
624
  exports.DeleteFraudsterCommand = DeleteFraudsterCommand;
1542
- exports.DeleteFraudsterRequest$ = DeleteFraudsterRequest$;
1543
- exports.DeleteSpeaker$ = DeleteSpeaker$;
1544
625
  exports.DeleteSpeakerCommand = DeleteSpeakerCommand;
1545
- exports.DeleteSpeakerRequest$ = DeleteSpeakerRequest$;
1546
- exports.DeleteWatchlist$ = DeleteWatchlist$;
1547
626
  exports.DeleteWatchlistCommand = DeleteWatchlistCommand;
1548
- exports.DeleteWatchlistRequest$ = DeleteWatchlistRequest$;
1549
- exports.DescribeDomain$ = DescribeDomain$;
1550
627
  exports.DescribeDomainCommand = DescribeDomainCommand;
1551
- exports.DescribeDomainRequest$ = DescribeDomainRequest$;
1552
- exports.DescribeDomainResponse$ = DescribeDomainResponse$;
1553
- exports.DescribeFraudster$ = DescribeFraudster$;
1554
628
  exports.DescribeFraudsterCommand = DescribeFraudsterCommand;
1555
- exports.DescribeFraudsterRegistrationJob$ = DescribeFraudsterRegistrationJob$;
1556
629
  exports.DescribeFraudsterRegistrationJobCommand = DescribeFraudsterRegistrationJobCommand;
1557
- exports.DescribeFraudsterRegistrationJobRequest$ = DescribeFraudsterRegistrationJobRequest$;
1558
- exports.DescribeFraudsterRegistrationJobResponse$ = DescribeFraudsterRegistrationJobResponse$;
1559
- exports.DescribeFraudsterRequest$ = DescribeFraudsterRequest$;
1560
- exports.DescribeFraudsterResponse$ = DescribeFraudsterResponse$;
1561
- exports.DescribeSpeaker$ = DescribeSpeaker$;
1562
630
  exports.DescribeSpeakerCommand = DescribeSpeakerCommand;
1563
- exports.DescribeSpeakerEnrollmentJob$ = DescribeSpeakerEnrollmentJob$;
1564
631
  exports.DescribeSpeakerEnrollmentJobCommand = DescribeSpeakerEnrollmentJobCommand;
1565
- exports.DescribeSpeakerEnrollmentJobRequest$ = DescribeSpeakerEnrollmentJobRequest$;
1566
- exports.DescribeSpeakerEnrollmentJobResponse$ = DescribeSpeakerEnrollmentJobResponse$;
1567
- exports.DescribeSpeakerRequest$ = DescribeSpeakerRequest$;
1568
- exports.DescribeSpeakerResponse$ = DescribeSpeakerResponse$;
1569
- exports.DescribeWatchlist$ = DescribeWatchlist$;
1570
632
  exports.DescribeWatchlistCommand = DescribeWatchlistCommand;
1571
- exports.DescribeWatchlistRequest$ = DescribeWatchlistRequest$;
1572
- exports.DescribeWatchlistResponse$ = DescribeWatchlistResponse$;
1573
- exports.DisassociateFraudster$ = DisassociateFraudster$;
1574
633
  exports.DisassociateFraudsterCommand = DisassociateFraudsterCommand;
1575
- exports.DisassociateFraudsterRequest$ = DisassociateFraudsterRequest$;
1576
- exports.DisassociateFraudsterResponse$ = DisassociateFraudsterResponse$;
1577
- exports.Domain$ = Domain$;
1578
634
  exports.DomainStatus = DomainStatus;
1579
- exports.DomainSummary$ = DomainSummary$;
1580
635
  exports.DuplicateRegistrationAction = DuplicateRegistrationAction;
1581
- exports.EnrollmentConfig$ = EnrollmentConfig$;
1582
- exports.EnrollmentJobFraudDetectionConfig$ = EnrollmentJobFraudDetectionConfig$;
1583
- exports.EvaluateSession$ = EvaluateSession$;
1584
636
  exports.EvaluateSessionCommand = EvaluateSessionCommand;
1585
- exports.EvaluateSessionRequest$ = EvaluateSessionRequest$;
1586
- exports.EvaluateSessionResponse$ = EvaluateSessionResponse$;
1587
637
  exports.ExistingEnrollmentAction = ExistingEnrollmentAction;
1588
- exports.FailureDetails$ = FailureDetails$;
1589
638
  exports.FraudDetectionAction = FraudDetectionAction;
1590
- exports.FraudDetectionConfiguration$ = FraudDetectionConfiguration$;
1591
639
  exports.FraudDetectionDecision = FraudDetectionDecision;
1592
640
  exports.FraudDetectionReason = FraudDetectionReason;
1593
- exports.FraudDetectionResult$ = FraudDetectionResult$;
1594
- exports.FraudRiskDetails$ = FraudRiskDetails$;
1595
- exports.Fraudster$ = Fraudster$;
1596
- exports.FraudsterRegistrationJob$ = FraudsterRegistrationJob$;
1597
641
  exports.FraudsterRegistrationJobStatus = FraudsterRegistrationJobStatus;
1598
- exports.FraudsterRegistrationJobSummary$ = FraudsterRegistrationJobSummary$;
1599
- exports.FraudsterSummary$ = FraudsterSummary$;
1600
- exports.InputDataConfig$ = InputDataConfig$;
1601
- exports.InternalServerException = InternalServerException;
1602
- exports.InternalServerException$ = InternalServerException$;
1603
- exports.JobProgress$ = JobProgress$;
1604
- exports.KnownFraudsterRisk$ = KnownFraudsterRisk$;
1605
- exports.ListDomains$ = ListDomains$;
1606
642
  exports.ListDomainsCommand = ListDomainsCommand;
1607
- exports.ListDomainsRequest$ = ListDomainsRequest$;
1608
- exports.ListDomainsResponse$ = ListDomainsResponse$;
1609
- exports.ListFraudsterRegistrationJobs$ = ListFraudsterRegistrationJobs$;
1610
643
  exports.ListFraudsterRegistrationJobsCommand = ListFraudsterRegistrationJobsCommand;
1611
- exports.ListFraudsterRegistrationJobsRequest$ = ListFraudsterRegistrationJobsRequest$;
1612
- exports.ListFraudsterRegistrationJobsResponse$ = ListFraudsterRegistrationJobsResponse$;
1613
- exports.ListFraudsters$ = ListFraudsters$;
1614
644
  exports.ListFraudstersCommand = ListFraudstersCommand;
1615
- exports.ListFraudstersRequest$ = ListFraudstersRequest$;
1616
- exports.ListFraudstersResponse$ = ListFraudstersResponse$;
1617
- exports.ListSpeakerEnrollmentJobs$ = ListSpeakerEnrollmentJobs$;
1618
645
  exports.ListSpeakerEnrollmentJobsCommand = ListSpeakerEnrollmentJobsCommand;
1619
- exports.ListSpeakerEnrollmentJobsRequest$ = ListSpeakerEnrollmentJobsRequest$;
1620
- exports.ListSpeakerEnrollmentJobsResponse$ = ListSpeakerEnrollmentJobsResponse$;
1621
- exports.ListSpeakers$ = ListSpeakers$;
1622
646
  exports.ListSpeakersCommand = ListSpeakersCommand;
1623
- exports.ListSpeakersRequest$ = ListSpeakersRequest$;
1624
- exports.ListSpeakersResponse$ = ListSpeakersResponse$;
1625
- exports.ListTagsForResource$ = ListTagsForResource$;
1626
647
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1627
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1628
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1629
- exports.ListWatchlists$ = ListWatchlists$;
1630
648
  exports.ListWatchlistsCommand = ListWatchlistsCommand;
1631
- exports.ListWatchlistsRequest$ = ListWatchlistsRequest$;
1632
- exports.ListWatchlistsResponse$ = ListWatchlistsResponse$;
1633
- exports.OptOutSpeaker$ = OptOutSpeaker$;
1634
649
  exports.OptOutSpeakerCommand = OptOutSpeakerCommand;
1635
- exports.OptOutSpeakerRequest$ = OptOutSpeakerRequest$;
1636
- exports.OptOutSpeakerResponse$ = OptOutSpeakerResponse$;
1637
- exports.OutputDataConfig$ = OutputDataConfig$;
1638
- exports.RegistrationConfig$ = RegistrationConfig$;
1639
- exports.ResourceNotFoundException = ResourceNotFoundException;
1640
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1641
650
  exports.ResourceType = ResourceType;
1642
- exports.ServerSideEncryptionConfiguration$ = ServerSideEncryptionConfiguration$;
1643
- exports.ServerSideEncryptionUpdateDetails$ = ServerSideEncryptionUpdateDetails$;
1644
651
  exports.ServerSideEncryptionUpdateStatus = ServerSideEncryptionUpdateStatus;
1645
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1646
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1647
- exports.Speaker$ = Speaker$;
1648
- exports.SpeakerEnrollmentJob$ = SpeakerEnrollmentJob$;
1649
652
  exports.SpeakerEnrollmentJobStatus = SpeakerEnrollmentJobStatus;
1650
- exports.SpeakerEnrollmentJobSummary$ = SpeakerEnrollmentJobSummary$;
1651
653
  exports.SpeakerStatus = SpeakerStatus;
1652
- exports.SpeakerSummary$ = SpeakerSummary$;
1653
- exports.StartFraudsterRegistrationJob$ = StartFraudsterRegistrationJob$;
1654
654
  exports.StartFraudsterRegistrationJobCommand = StartFraudsterRegistrationJobCommand;
1655
- exports.StartFraudsterRegistrationJobRequest$ = StartFraudsterRegistrationJobRequest$;
1656
- exports.StartFraudsterRegistrationJobResponse$ = StartFraudsterRegistrationJobResponse$;
1657
- exports.StartSpeakerEnrollmentJob$ = StartSpeakerEnrollmentJob$;
1658
655
  exports.StartSpeakerEnrollmentJobCommand = StartSpeakerEnrollmentJobCommand;
1659
- exports.StartSpeakerEnrollmentJobRequest$ = StartSpeakerEnrollmentJobRequest$;
1660
- exports.StartSpeakerEnrollmentJobResponse$ = StartSpeakerEnrollmentJobResponse$;
1661
656
  exports.StreamingStatus = StreamingStatus;
1662
- exports.Tag$ = Tag$;
1663
- exports.TagResource$ = TagResource$;
1664
657
  exports.TagResourceCommand = TagResourceCommand;
1665
- exports.TagResourceRequest$ = TagResourceRequest$;
1666
- exports.TagResourceResponse$ = TagResourceResponse$;
1667
- exports.ThrottlingException = ThrottlingException;
1668
- exports.ThrottlingException$ = ThrottlingException$;
1669
- exports.UntagResource$ = UntagResource$;
1670
658
  exports.UntagResourceCommand = UntagResourceCommand;
1671
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1672
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1673
- exports.UpdateDomain$ = UpdateDomain$;
1674
659
  exports.UpdateDomainCommand = UpdateDomainCommand;
1675
- exports.UpdateDomainRequest$ = UpdateDomainRequest$;
1676
- exports.UpdateDomainResponse$ = UpdateDomainResponse$;
1677
- exports.UpdateWatchlist$ = UpdateWatchlist$;
1678
660
  exports.UpdateWatchlistCommand = UpdateWatchlistCommand;
1679
- exports.UpdateWatchlistRequest$ = UpdateWatchlistRequest$;
1680
- exports.UpdateWatchlistResponse$ = UpdateWatchlistResponse$;
1681
- exports.ValidationException = ValidationException;
1682
- exports.ValidationException$ = ValidationException$;
1683
661
  exports.VoiceID = VoiceID;
1684
662
  exports.VoiceIDClient = VoiceIDClient;
1685
- exports.VoiceIDServiceException = VoiceIDServiceException;
1686
- exports.VoiceIDServiceException$ = VoiceIDServiceException$;
1687
- exports.VoiceSpoofingRisk$ = VoiceSpoofingRisk$;
1688
- exports.Watchlist$ = Watchlist$;
1689
- exports.WatchlistDetails$ = WatchlistDetails$;
1690
- exports.WatchlistSummary$ = WatchlistSummary$;
1691
663
  exports.paginateListDomains = paginateListDomains;
1692
664
  exports.paginateListFraudsterRegistrationJobs = paginateListFraudsterRegistrationJobs;
1693
665
  exports.paginateListFraudsters = paginateListFraudsters;
1694
666
  exports.paginateListSpeakerEnrollmentJobs = paginateListSpeakerEnrollmentJobs;
1695
667
  exports.paginateListSpeakers = paginateListSpeakers;
1696
668
  exports.paginateListWatchlists = paginateListWatchlists;
669
+ Object.keys(schemas_0).forEach(function (k) {
670
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
671
+ enumerable: true,
672
+ get: function () { return schemas_0[k]; }
673
+ });
674
+ });
675
+ Object.keys(errors).forEach(function (k) {
676
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
677
+ enumerable: true,
678
+ get: function () { return errors[k]; }
679
+ });
680
+ });