@aws-sdk/client-voice-id 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +1 -1
- package/dist-cjs/commands/DeleteFraudsterCommand.js +1 -1
- package/dist-cjs/commands/DeleteSpeakerCommand.js +1 -1
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
- package/dist-cjs/commands/DescribeFraudsterCommand.js +2 -2
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeSpeakerCommand.js +2 -2
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +2 -2
- package/dist-cjs/commands/EvaluateSessionCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSpeakersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/OptOutSpeakerCommand.js +2 -2
- package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +2 -2
- package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -2
- package/dist-cjs/models/models_0.js +310 -438
- package/dist-cjs/protocols/Aws_json1_0.js +105 -174
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +2 -2
- package/dist-es/commands/DeleteFraudsterCommand.js +2 -2
- package/dist-es/commands/DeleteSpeakerCommand.js +2 -2
- package/dist-es/commands/DescribeDomainCommand.js +3 -3
- package/dist-es/commands/DescribeFraudsterCommand.js +3 -3
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +3 -3
- package/dist-es/commands/DescribeSpeakerCommand.js +3 -3
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +3 -3
- package/dist-es/commands/EvaluateSessionCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +3 -3
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +3 -3
- package/dist-es/commands/ListSpeakersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/OptOutSpeakerCommand.js +3 -3
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +3 -3
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDomainCommand.js +3 -3
- package/dist-es/models/models_0.js +74 -266
- package/dist-es/protocols/Aws_json1_0.js +169 -175
- package/dist-types/models/models_0.d.ts +256 -384
- package/dist-types/ts3.4/models/models_0.d.ts +128 -256
- package/package.json +6 -6
|
@@ -13,10 +13,6 @@ export interface AuthenticationConfiguration {
|
|
|
13
13
|
|
|
14
14
|
AcceptanceThreshold: number | undefined;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace AuthenticationConfiguration {
|
|
17
|
-
|
|
18
|
-
const filterSensitiveLog: (obj: AuthenticationConfiguration) => any;
|
|
19
|
-
}
|
|
20
16
|
export declare enum AuthenticationDecision {
|
|
21
17
|
ACCEPT = "ACCEPT",
|
|
22
18
|
NOT_ENOUGH_SPEECH = "NOT_ENOUGH_SPEECH",
|
|
@@ -45,10 +41,6 @@ export interface AuthenticationResult {
|
|
|
45
41
|
|
|
46
42
|
Configuration?: AuthenticationConfiguration;
|
|
47
43
|
}
|
|
48
|
-
export declare namespace AuthenticationResult {
|
|
49
|
-
|
|
50
|
-
const filterSensitiveLog: (obj: AuthenticationResult) => any;
|
|
51
|
-
}
|
|
52
44
|
export declare enum ConflictType {
|
|
53
45
|
ANOTHER_ACTIVE_STREAM = "ANOTHER_ACTIVE_STREAM",
|
|
54
46
|
CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT = "CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT",
|
|
@@ -74,10 +66,6 @@ export interface ServerSideEncryptionConfiguration {
|
|
|
74
66
|
|
|
75
67
|
KmsKeyId: string | undefined;
|
|
76
68
|
}
|
|
77
|
-
export declare namespace ServerSideEncryptionConfiguration {
|
|
78
|
-
|
|
79
|
-
const filterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
|
|
80
|
-
}
|
|
81
69
|
|
|
82
70
|
export interface Tag {
|
|
83
71
|
|
|
@@ -85,10 +73,6 @@ export interface Tag {
|
|
|
85
73
|
|
|
86
74
|
Value: string | undefined;
|
|
87
75
|
}
|
|
88
|
-
export declare namespace Tag {
|
|
89
|
-
|
|
90
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
91
|
-
}
|
|
92
76
|
export interface CreateDomainRequest {
|
|
93
77
|
|
|
94
78
|
Name: string | undefined;
|
|
@@ -101,10 +85,6 @@ export interface CreateDomainRequest {
|
|
|
101
85
|
|
|
102
86
|
Tags?: Tag[];
|
|
103
87
|
}
|
|
104
|
-
export declare namespace CreateDomainRequest {
|
|
105
|
-
|
|
106
|
-
const filterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
107
|
-
}
|
|
108
88
|
export declare enum DomainStatus {
|
|
109
89
|
ACTIVE = "ACTIVE",
|
|
110
90
|
PENDING = "PENDING",
|
|
@@ -124,10 +104,6 @@ export interface ServerSideEncryptionUpdateDetails {
|
|
|
124
104
|
|
|
125
105
|
Message?: string;
|
|
126
106
|
}
|
|
127
|
-
export declare namespace ServerSideEncryptionUpdateDetails {
|
|
128
|
-
|
|
129
|
-
const filterSensitiveLog: (obj: ServerSideEncryptionUpdateDetails) => any;
|
|
130
|
-
}
|
|
131
107
|
|
|
132
108
|
export interface Domain {
|
|
133
109
|
|
|
@@ -149,18 +125,10 @@ export interface Domain {
|
|
|
149
125
|
|
|
150
126
|
ServerSideEncryptionUpdateDetails?: ServerSideEncryptionUpdateDetails;
|
|
151
127
|
}
|
|
152
|
-
export declare namespace Domain {
|
|
153
|
-
|
|
154
|
-
const filterSensitiveLog: (obj: Domain) => any;
|
|
155
|
-
}
|
|
156
128
|
export interface CreateDomainResponse {
|
|
157
129
|
|
|
158
130
|
Domain?: Domain;
|
|
159
131
|
}
|
|
160
|
-
export declare namespace CreateDomainResponse {
|
|
161
|
-
|
|
162
|
-
const filterSensitiveLog: (obj: CreateDomainResponse) => any;
|
|
163
|
-
}
|
|
164
132
|
|
|
165
133
|
export declare class InternalServerException extends __BaseException {
|
|
166
134
|
readonly name: "InternalServerException";
|
|
@@ -215,56 +183,32 @@ export interface DeleteDomainRequest {
|
|
|
215
183
|
|
|
216
184
|
DomainId: string | undefined;
|
|
217
185
|
}
|
|
218
|
-
export declare namespace DeleteDomainRequest {
|
|
219
|
-
|
|
220
|
-
const filterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
221
|
-
}
|
|
222
186
|
export interface DeleteFraudsterRequest {
|
|
223
187
|
|
|
224
188
|
DomainId: string | undefined;
|
|
225
189
|
|
|
226
190
|
FraudsterId: string | undefined;
|
|
227
191
|
}
|
|
228
|
-
export declare namespace DeleteFraudsterRequest {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: DeleteFraudsterRequest) => any;
|
|
231
|
-
}
|
|
232
192
|
export interface DeleteSpeakerRequest {
|
|
233
193
|
|
|
234
194
|
DomainId: string | undefined;
|
|
235
195
|
|
|
236
196
|
SpeakerId: string | undefined;
|
|
237
197
|
}
|
|
238
|
-
export declare namespace DeleteSpeakerRequest {
|
|
239
|
-
|
|
240
|
-
const filterSensitiveLog: (obj: DeleteSpeakerRequest) => any;
|
|
241
|
-
}
|
|
242
198
|
export interface DescribeDomainRequest {
|
|
243
199
|
|
|
244
200
|
DomainId: string | undefined;
|
|
245
201
|
}
|
|
246
|
-
export declare namespace DescribeDomainRequest {
|
|
247
|
-
|
|
248
|
-
const filterSensitiveLog: (obj: DescribeDomainRequest) => any;
|
|
249
|
-
}
|
|
250
202
|
export interface DescribeDomainResponse {
|
|
251
203
|
|
|
252
204
|
Domain?: Domain;
|
|
253
205
|
}
|
|
254
|
-
export declare namespace DescribeDomainResponse {
|
|
255
|
-
|
|
256
|
-
const filterSensitiveLog: (obj: DescribeDomainResponse) => any;
|
|
257
|
-
}
|
|
258
206
|
export interface DescribeFraudsterRequest {
|
|
259
207
|
|
|
260
208
|
DomainId: string | undefined;
|
|
261
209
|
|
|
262
210
|
FraudsterId: string | undefined;
|
|
263
211
|
}
|
|
264
|
-
export declare namespace DescribeFraudsterRequest {
|
|
265
|
-
|
|
266
|
-
const filterSensitiveLog: (obj: DescribeFraudsterRequest) => any;
|
|
267
|
-
}
|
|
268
212
|
|
|
269
213
|
export interface Fraudster {
|
|
270
214
|
|
|
@@ -274,28 +218,16 @@ export interface Fraudster {
|
|
|
274
218
|
|
|
275
219
|
CreatedAt?: Date;
|
|
276
220
|
}
|
|
277
|
-
export declare namespace Fraudster {
|
|
278
|
-
|
|
279
|
-
const filterSensitiveLog: (obj: Fraudster) => any;
|
|
280
|
-
}
|
|
281
221
|
export interface DescribeFraudsterResponse {
|
|
282
222
|
|
|
283
223
|
Fraudster?: Fraudster;
|
|
284
224
|
}
|
|
285
|
-
export declare namespace DescribeFraudsterResponse {
|
|
286
|
-
|
|
287
|
-
const filterSensitiveLog: (obj: DescribeFraudsterResponse) => any;
|
|
288
|
-
}
|
|
289
225
|
export interface DescribeFraudsterRegistrationJobRequest {
|
|
290
226
|
|
|
291
227
|
DomainId: string | undefined;
|
|
292
228
|
|
|
293
229
|
JobId: string | undefined;
|
|
294
230
|
}
|
|
295
|
-
export declare namespace DescribeFraudsterRegistrationJobRequest {
|
|
296
|
-
|
|
297
|
-
const filterSensitiveLog: (obj: DescribeFraudsterRegistrationJobRequest) => any;
|
|
298
|
-
}
|
|
299
231
|
|
|
300
232
|
export interface FailureDetails {
|
|
301
233
|
|
|
@@ -303,28 +235,16 @@ export interface FailureDetails {
|
|
|
303
235
|
|
|
304
236
|
Message?: string;
|
|
305
237
|
}
|
|
306
|
-
export declare namespace FailureDetails {
|
|
307
|
-
|
|
308
|
-
const filterSensitiveLog: (obj: FailureDetails) => any;
|
|
309
|
-
}
|
|
310
238
|
|
|
311
239
|
export interface InputDataConfig {
|
|
312
240
|
|
|
313
241
|
S3Uri: string | undefined;
|
|
314
242
|
}
|
|
315
|
-
export declare namespace InputDataConfig {
|
|
316
|
-
|
|
317
|
-
const filterSensitiveLog: (obj: InputDataConfig) => any;
|
|
318
|
-
}
|
|
319
243
|
|
|
320
244
|
export interface JobProgress {
|
|
321
245
|
|
|
322
246
|
PercentComplete?: number;
|
|
323
247
|
}
|
|
324
|
-
export declare namespace JobProgress {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: JobProgress) => any;
|
|
327
|
-
}
|
|
328
248
|
export declare enum FraudsterRegistrationJobStatus {
|
|
329
249
|
COMPLETED = "COMPLETED",
|
|
330
250
|
COMPLETED_WITH_ERRORS = "COMPLETED_WITH_ERRORS",
|
|
@@ -339,10 +259,6 @@ export interface OutputDataConfig {
|
|
|
339
259
|
|
|
340
260
|
KmsKeyId?: string;
|
|
341
261
|
}
|
|
342
|
-
export declare namespace OutputDataConfig {
|
|
343
|
-
|
|
344
|
-
const filterSensitiveLog: (obj: OutputDataConfig) => any;
|
|
345
|
-
}
|
|
346
262
|
export declare enum DuplicateRegistrationAction {
|
|
347
263
|
REGISTER_AS_NEW = "REGISTER_AS_NEW",
|
|
348
264
|
SKIP = "SKIP"
|
|
@@ -354,10 +270,6 @@ export interface RegistrationConfig {
|
|
|
354
270
|
|
|
355
271
|
FraudsterSimilarityThreshold?: number;
|
|
356
272
|
}
|
|
357
|
-
export declare namespace RegistrationConfig {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: RegistrationConfig) => any;
|
|
360
|
-
}
|
|
361
273
|
|
|
362
274
|
export interface FraudsterRegistrationJob {
|
|
363
275
|
|
|
@@ -385,28 +297,16 @@ export interface FraudsterRegistrationJob {
|
|
|
385
297
|
|
|
386
298
|
JobProgress?: JobProgress;
|
|
387
299
|
}
|
|
388
|
-
export declare namespace FraudsterRegistrationJob {
|
|
389
|
-
|
|
390
|
-
const filterSensitiveLog: (obj: FraudsterRegistrationJob) => any;
|
|
391
|
-
}
|
|
392
300
|
export interface DescribeFraudsterRegistrationJobResponse {
|
|
393
301
|
|
|
394
302
|
Job?: FraudsterRegistrationJob;
|
|
395
303
|
}
|
|
396
|
-
export declare namespace DescribeFraudsterRegistrationJobResponse {
|
|
397
|
-
|
|
398
|
-
const filterSensitiveLog: (obj: DescribeFraudsterRegistrationJobResponse) => any;
|
|
399
|
-
}
|
|
400
304
|
export interface DescribeSpeakerRequest {
|
|
401
305
|
|
|
402
306
|
DomainId: string | undefined;
|
|
403
307
|
|
|
404
308
|
SpeakerId: string | undefined;
|
|
405
309
|
}
|
|
406
|
-
export declare namespace DescribeSpeakerRequest {
|
|
407
|
-
|
|
408
|
-
const filterSensitiveLog: (obj: DescribeSpeakerRequest) => any;
|
|
409
|
-
}
|
|
410
310
|
export declare enum SpeakerStatus {
|
|
411
311
|
ENROLLED = "ENROLLED",
|
|
412
312
|
EXPIRED = "EXPIRED",
|
|
@@ -430,28 +330,16 @@ export interface Speaker {
|
|
|
430
330
|
|
|
431
331
|
LastAccessedAt?: Date;
|
|
432
332
|
}
|
|
433
|
-
export declare namespace Speaker {
|
|
434
|
-
|
|
435
|
-
const filterSensitiveLog: (obj: Speaker) => any;
|
|
436
|
-
}
|
|
437
333
|
export interface DescribeSpeakerResponse {
|
|
438
334
|
|
|
439
335
|
Speaker?: Speaker;
|
|
440
336
|
}
|
|
441
|
-
export declare namespace DescribeSpeakerResponse {
|
|
442
|
-
|
|
443
|
-
const filterSensitiveLog: (obj: DescribeSpeakerResponse) => any;
|
|
444
|
-
}
|
|
445
337
|
export interface DescribeSpeakerEnrollmentJobRequest {
|
|
446
338
|
|
|
447
339
|
DomainId: string | undefined;
|
|
448
340
|
|
|
449
341
|
JobId: string | undefined;
|
|
450
342
|
}
|
|
451
|
-
export declare namespace DescribeSpeakerEnrollmentJobRequest {
|
|
452
|
-
|
|
453
|
-
const filterSensitiveLog: (obj: DescribeSpeakerEnrollmentJobRequest) => any;
|
|
454
|
-
}
|
|
455
343
|
export declare enum ExistingEnrollmentAction {
|
|
456
344
|
OVERWRITE = "OVERWRITE",
|
|
457
345
|
SKIP = "SKIP"
|
|
@@ -467,10 +355,6 @@ export interface EnrollmentJobFraudDetectionConfig {
|
|
|
467
355
|
|
|
468
356
|
RiskThreshold?: number;
|
|
469
357
|
}
|
|
470
|
-
export declare namespace EnrollmentJobFraudDetectionConfig {
|
|
471
|
-
|
|
472
|
-
const filterSensitiveLog: (obj: EnrollmentJobFraudDetectionConfig) => any;
|
|
473
|
-
}
|
|
474
358
|
|
|
475
359
|
export interface EnrollmentConfig {
|
|
476
360
|
|
|
@@ -478,10 +362,6 @@ export interface EnrollmentConfig {
|
|
|
478
362
|
|
|
479
363
|
FraudDetectionConfig?: EnrollmentJobFraudDetectionConfig;
|
|
480
364
|
}
|
|
481
|
-
export declare namespace EnrollmentConfig {
|
|
482
|
-
|
|
483
|
-
const filterSensitiveLog: (obj: EnrollmentConfig) => any;
|
|
484
|
-
}
|
|
485
365
|
export declare enum SpeakerEnrollmentJobStatus {
|
|
486
366
|
COMPLETED = "COMPLETED",
|
|
487
367
|
COMPLETED_WITH_ERRORS = "COMPLETED_WITH_ERRORS",
|
|
@@ -516,18 +396,10 @@ export interface SpeakerEnrollmentJob {
|
|
|
516
396
|
|
|
517
397
|
JobProgress?: JobProgress;
|
|
518
398
|
}
|
|
519
|
-
export declare namespace SpeakerEnrollmentJob {
|
|
520
|
-
|
|
521
|
-
const filterSensitiveLog: (obj: SpeakerEnrollmentJob) => any;
|
|
522
|
-
}
|
|
523
399
|
export interface DescribeSpeakerEnrollmentJobResponse {
|
|
524
400
|
|
|
525
401
|
Job?: SpeakerEnrollmentJob;
|
|
526
402
|
}
|
|
527
|
-
export declare namespace DescribeSpeakerEnrollmentJobResponse {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: DescribeSpeakerEnrollmentJobResponse) => any;
|
|
530
|
-
}
|
|
531
403
|
|
|
532
404
|
export interface DomainSummary {
|
|
533
405
|
|
|
@@ -549,29 +421,17 @@ export interface DomainSummary {
|
|
|
549
421
|
|
|
550
422
|
ServerSideEncryptionUpdateDetails?: ServerSideEncryptionUpdateDetails;
|
|
551
423
|
}
|
|
552
|
-
export declare namespace DomainSummary {
|
|
553
|
-
|
|
554
|
-
const filterSensitiveLog: (obj: DomainSummary) => any;
|
|
555
|
-
}
|
|
556
424
|
export interface EvaluateSessionRequest {
|
|
557
425
|
|
|
558
426
|
DomainId: string | undefined;
|
|
559
427
|
|
|
560
428
|
SessionNameOrId: string | undefined;
|
|
561
429
|
}
|
|
562
|
-
export declare namespace EvaluateSessionRequest {
|
|
563
|
-
|
|
564
|
-
const filterSensitiveLog: (obj: EvaluateSessionRequest) => any;
|
|
565
|
-
}
|
|
566
430
|
|
|
567
431
|
export interface FraudDetectionConfiguration {
|
|
568
432
|
|
|
569
433
|
RiskThreshold: number | undefined;
|
|
570
434
|
}
|
|
571
|
-
export declare namespace FraudDetectionConfiguration {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: FraudDetectionConfiguration) => any;
|
|
574
|
-
}
|
|
575
435
|
export declare enum FraudDetectionDecision {
|
|
576
436
|
HIGH_RISK = "HIGH_RISK",
|
|
577
437
|
LOW_RISK = "LOW_RISK",
|
|
@@ -587,19 +447,11 @@ export interface KnownFraudsterRisk {
|
|
|
587
447
|
|
|
588
448
|
GeneratedFraudsterId?: string;
|
|
589
449
|
}
|
|
590
|
-
export declare namespace KnownFraudsterRisk {
|
|
591
|
-
|
|
592
|
-
const filterSensitiveLog: (obj: KnownFraudsterRisk) => any;
|
|
593
|
-
}
|
|
594
450
|
|
|
595
451
|
export interface FraudRiskDetails {
|
|
596
452
|
|
|
597
453
|
KnownFraudsterRisk: KnownFraudsterRisk | undefined;
|
|
598
454
|
}
|
|
599
|
-
export declare namespace FraudRiskDetails {
|
|
600
|
-
|
|
601
|
-
const filterSensitiveLog: (obj: FraudRiskDetails) => any;
|
|
602
|
-
}
|
|
603
455
|
|
|
604
456
|
export interface FraudDetectionResult {
|
|
605
457
|
|
|
@@ -617,10 +469,6 @@ export interface FraudDetectionResult {
|
|
|
617
469
|
|
|
618
470
|
RiskDetails?: FraudRiskDetails;
|
|
619
471
|
}
|
|
620
|
-
export declare namespace FraudDetectionResult {
|
|
621
|
-
|
|
622
|
-
const filterSensitiveLog: (obj: FraudDetectionResult) => any;
|
|
623
|
-
}
|
|
624
472
|
export declare enum StreamingStatus {
|
|
625
473
|
ENDED = "ENDED",
|
|
626
474
|
ONGOING = "ONGOING",
|
|
@@ -640,10 +488,6 @@ export interface EvaluateSessionResponse {
|
|
|
640
488
|
|
|
641
489
|
FraudDetectionResult?: FraudDetectionResult;
|
|
642
490
|
}
|
|
643
|
-
export declare namespace EvaluateSessionResponse {
|
|
644
|
-
|
|
645
|
-
const filterSensitiveLog: (obj: EvaluateSessionResponse) => any;
|
|
646
|
-
}
|
|
647
491
|
|
|
648
492
|
export interface FraudsterRegistrationJobSummary {
|
|
649
493
|
|
|
@@ -663,30 +507,18 @@ export interface FraudsterRegistrationJobSummary {
|
|
|
663
507
|
|
|
664
508
|
JobProgress?: JobProgress;
|
|
665
509
|
}
|
|
666
|
-
export declare namespace FraudsterRegistrationJobSummary {
|
|
667
|
-
|
|
668
|
-
const filterSensitiveLog: (obj: FraudsterRegistrationJobSummary) => any;
|
|
669
|
-
}
|
|
670
510
|
export interface ListDomainsRequest {
|
|
671
511
|
|
|
672
512
|
MaxResults?: number;
|
|
673
513
|
|
|
674
514
|
NextToken?: string;
|
|
675
515
|
}
|
|
676
|
-
export declare namespace ListDomainsRequest {
|
|
677
|
-
|
|
678
|
-
const filterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
679
|
-
}
|
|
680
516
|
export interface ListDomainsResponse {
|
|
681
517
|
|
|
682
518
|
DomainSummaries?: DomainSummary[];
|
|
683
519
|
|
|
684
520
|
NextToken?: string;
|
|
685
521
|
}
|
|
686
|
-
export declare namespace ListDomainsResponse {
|
|
687
|
-
|
|
688
|
-
const filterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
689
|
-
}
|
|
690
522
|
export interface ListFraudsterRegistrationJobsRequest {
|
|
691
523
|
|
|
692
524
|
DomainId: string | undefined;
|
|
@@ -697,20 +529,12 @@ export interface ListFraudsterRegistrationJobsRequest {
|
|
|
697
529
|
|
|
698
530
|
NextToken?: string;
|
|
699
531
|
}
|
|
700
|
-
export declare namespace ListFraudsterRegistrationJobsRequest {
|
|
701
|
-
|
|
702
|
-
const filterSensitiveLog: (obj: ListFraudsterRegistrationJobsRequest) => any;
|
|
703
|
-
}
|
|
704
532
|
export interface ListFraudsterRegistrationJobsResponse {
|
|
705
533
|
|
|
706
534
|
JobSummaries?: FraudsterRegistrationJobSummary[];
|
|
707
535
|
|
|
708
536
|
NextToken?: string;
|
|
709
537
|
}
|
|
710
|
-
export declare namespace ListFraudsterRegistrationJobsResponse {
|
|
711
|
-
|
|
712
|
-
const filterSensitiveLog: (obj: ListFraudsterRegistrationJobsResponse) => any;
|
|
713
|
-
}
|
|
714
538
|
export interface ListSpeakerEnrollmentJobsRequest {
|
|
715
539
|
|
|
716
540
|
DomainId: string | undefined;
|
|
@@ -721,10 +545,6 @@ export interface ListSpeakerEnrollmentJobsRequest {
|
|
|
721
545
|
|
|
722
546
|
NextToken?: string;
|
|
723
547
|
}
|
|
724
|
-
export declare namespace ListSpeakerEnrollmentJobsRequest {
|
|
725
|
-
|
|
726
|
-
const filterSensitiveLog: (obj: ListSpeakerEnrollmentJobsRequest) => any;
|
|
727
|
-
}
|
|
728
548
|
|
|
729
549
|
export interface SpeakerEnrollmentJobSummary {
|
|
730
550
|
|
|
@@ -744,20 +564,12 @@ export interface SpeakerEnrollmentJobSummary {
|
|
|
744
564
|
|
|
745
565
|
JobProgress?: JobProgress;
|
|
746
566
|
}
|
|
747
|
-
export declare namespace SpeakerEnrollmentJobSummary {
|
|
748
|
-
|
|
749
|
-
const filterSensitiveLog: (obj: SpeakerEnrollmentJobSummary) => any;
|
|
750
|
-
}
|
|
751
567
|
export interface ListSpeakerEnrollmentJobsResponse {
|
|
752
568
|
|
|
753
569
|
JobSummaries?: SpeakerEnrollmentJobSummary[];
|
|
754
570
|
|
|
755
571
|
NextToken?: string;
|
|
756
572
|
}
|
|
757
|
-
export declare namespace ListSpeakerEnrollmentJobsResponse {
|
|
758
|
-
|
|
759
|
-
const filterSensitiveLog: (obj: ListSpeakerEnrollmentJobsResponse) => any;
|
|
760
|
-
}
|
|
761
573
|
export interface ListSpeakersRequest {
|
|
762
574
|
|
|
763
575
|
DomainId: string | undefined;
|
|
@@ -766,10 +578,6 @@ export interface ListSpeakersRequest {
|
|
|
766
578
|
|
|
767
579
|
NextToken?: string;
|
|
768
580
|
}
|
|
769
|
-
export declare namespace ListSpeakersRequest {
|
|
770
|
-
|
|
771
|
-
const filterSensitiveLog: (obj: ListSpeakersRequest) => any;
|
|
772
|
-
}
|
|
773
581
|
|
|
774
582
|
export interface SpeakerSummary {
|
|
775
583
|
|
|
@@ -787,54 +595,30 @@ export interface SpeakerSummary {
|
|
|
787
595
|
|
|
788
596
|
LastAccessedAt?: Date;
|
|
789
597
|
}
|
|
790
|
-
export declare namespace SpeakerSummary {
|
|
791
|
-
|
|
792
|
-
const filterSensitiveLog: (obj: SpeakerSummary) => any;
|
|
793
|
-
}
|
|
794
598
|
export interface ListSpeakersResponse {
|
|
795
599
|
|
|
796
600
|
SpeakerSummaries?: SpeakerSummary[];
|
|
797
601
|
|
|
798
602
|
NextToken?: string;
|
|
799
603
|
}
|
|
800
|
-
export declare namespace ListSpeakersResponse {
|
|
801
|
-
|
|
802
|
-
const filterSensitiveLog: (obj: ListSpeakersResponse) => any;
|
|
803
|
-
}
|
|
804
604
|
export interface ListTagsForResourceRequest {
|
|
805
605
|
|
|
806
606
|
ResourceArn: string | undefined;
|
|
807
607
|
}
|
|
808
|
-
export declare namespace ListTagsForResourceRequest {
|
|
809
|
-
|
|
810
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
811
|
-
}
|
|
812
608
|
export interface ListTagsForResourceResponse {
|
|
813
609
|
|
|
814
610
|
Tags?: Tag[];
|
|
815
611
|
}
|
|
816
|
-
export declare namespace ListTagsForResourceResponse {
|
|
817
|
-
|
|
818
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
819
|
-
}
|
|
820
612
|
export interface OptOutSpeakerRequest {
|
|
821
613
|
|
|
822
614
|
DomainId: string | undefined;
|
|
823
615
|
|
|
824
616
|
SpeakerId: string | undefined;
|
|
825
617
|
}
|
|
826
|
-
export declare namespace OptOutSpeakerRequest {
|
|
827
|
-
|
|
828
|
-
const filterSensitiveLog: (obj: OptOutSpeakerRequest) => any;
|
|
829
|
-
}
|
|
830
618
|
export interface OptOutSpeakerResponse {
|
|
831
619
|
|
|
832
620
|
Speaker?: Speaker;
|
|
833
621
|
}
|
|
834
|
-
export declare namespace OptOutSpeakerResponse {
|
|
835
|
-
|
|
836
|
-
const filterSensitiveLog: (obj: OptOutSpeakerResponse) => any;
|
|
837
|
-
}
|
|
838
622
|
export interface StartFraudsterRegistrationJobRequest {
|
|
839
623
|
|
|
840
624
|
ClientToken?: string;
|
|
@@ -851,18 +635,10 @@ export interface StartFraudsterRegistrationJobRequest {
|
|
|
851
635
|
|
|
852
636
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
853
637
|
}
|
|
854
|
-
export declare namespace StartFraudsterRegistrationJobRequest {
|
|
855
|
-
|
|
856
|
-
const filterSensitiveLog: (obj: StartFraudsterRegistrationJobRequest) => any;
|
|
857
|
-
}
|
|
858
638
|
export interface StartFraudsterRegistrationJobResponse {
|
|
859
639
|
|
|
860
640
|
Job?: FraudsterRegistrationJob;
|
|
861
641
|
}
|
|
862
|
-
export declare namespace StartFraudsterRegistrationJobResponse {
|
|
863
|
-
|
|
864
|
-
const filterSensitiveLog: (obj: StartFraudsterRegistrationJobResponse) => any;
|
|
865
|
-
}
|
|
866
642
|
export interface StartSpeakerEnrollmentJobRequest {
|
|
867
643
|
|
|
868
644
|
ClientToken?: string;
|
|
@@ -879,50 +655,26 @@ export interface StartSpeakerEnrollmentJobRequest {
|
|
|
879
655
|
|
|
880
656
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
881
657
|
}
|
|
882
|
-
export declare namespace StartSpeakerEnrollmentJobRequest {
|
|
883
|
-
|
|
884
|
-
const filterSensitiveLog: (obj: StartSpeakerEnrollmentJobRequest) => any;
|
|
885
|
-
}
|
|
886
658
|
export interface StartSpeakerEnrollmentJobResponse {
|
|
887
659
|
|
|
888
660
|
Job?: SpeakerEnrollmentJob;
|
|
889
661
|
}
|
|
890
|
-
export declare namespace StartSpeakerEnrollmentJobResponse {
|
|
891
|
-
|
|
892
|
-
const filterSensitiveLog: (obj: StartSpeakerEnrollmentJobResponse) => any;
|
|
893
|
-
}
|
|
894
662
|
export interface TagResourceRequest {
|
|
895
663
|
|
|
896
664
|
ResourceArn: string | undefined;
|
|
897
665
|
|
|
898
666
|
Tags: Tag[] | undefined;
|
|
899
667
|
}
|
|
900
|
-
export declare namespace TagResourceRequest {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
903
|
-
}
|
|
904
668
|
export interface TagResourceResponse {
|
|
905
669
|
}
|
|
906
|
-
export declare namespace TagResourceResponse {
|
|
907
|
-
|
|
908
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
909
|
-
}
|
|
910
670
|
export interface UntagResourceRequest {
|
|
911
671
|
|
|
912
672
|
ResourceArn: string | undefined;
|
|
913
673
|
|
|
914
674
|
TagKeys: string[] | undefined;
|
|
915
675
|
}
|
|
916
|
-
export declare namespace UntagResourceRequest {
|
|
917
|
-
|
|
918
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
919
|
-
}
|
|
920
676
|
export interface UntagResourceResponse {
|
|
921
677
|
}
|
|
922
|
-
export declare namespace UntagResourceResponse {
|
|
923
|
-
|
|
924
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
925
|
-
}
|
|
926
678
|
export interface UpdateDomainRequest {
|
|
927
679
|
|
|
928
680
|
DomainId: string | undefined;
|
|
@@ -933,15 +685,135 @@ export interface UpdateDomainRequest {
|
|
|
933
685
|
|
|
934
686
|
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration | undefined;
|
|
935
687
|
}
|
|
936
|
-
export declare namespace UpdateDomainRequest {
|
|
937
|
-
|
|
938
|
-
const filterSensitiveLog: (obj: UpdateDomainRequest) => any;
|
|
939
|
-
}
|
|
940
688
|
export interface UpdateDomainResponse {
|
|
941
689
|
|
|
942
690
|
Domain?: Domain;
|
|
943
691
|
}
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
692
|
+
|
|
693
|
+
export declare const AuthenticationConfigurationFilterSensitiveLog: (obj: AuthenticationConfiguration) => any;
|
|
694
|
+
|
|
695
|
+
export declare const AuthenticationResultFilterSensitiveLog: (obj: AuthenticationResult) => any;
|
|
696
|
+
|
|
697
|
+
export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
|
|
698
|
+
|
|
699
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
700
|
+
|
|
701
|
+
export declare const CreateDomainRequestFilterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
702
|
+
|
|
703
|
+
export declare const ServerSideEncryptionUpdateDetailsFilterSensitiveLog: (obj: ServerSideEncryptionUpdateDetails) => any;
|
|
704
|
+
|
|
705
|
+
export declare const DomainFilterSensitiveLog: (obj: Domain) => any;
|
|
706
|
+
|
|
707
|
+
export declare const CreateDomainResponseFilterSensitiveLog: (obj: CreateDomainResponse) => any;
|
|
708
|
+
|
|
709
|
+
export declare const DeleteDomainRequestFilterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
710
|
+
|
|
711
|
+
export declare const DeleteFraudsterRequestFilterSensitiveLog: (obj: DeleteFraudsterRequest) => any;
|
|
712
|
+
|
|
713
|
+
export declare const DeleteSpeakerRequestFilterSensitiveLog: (obj: DeleteSpeakerRequest) => any;
|
|
714
|
+
|
|
715
|
+
export declare const DescribeDomainRequestFilterSensitiveLog: (obj: DescribeDomainRequest) => any;
|
|
716
|
+
|
|
717
|
+
export declare const DescribeDomainResponseFilterSensitiveLog: (obj: DescribeDomainResponse) => any;
|
|
718
|
+
|
|
719
|
+
export declare const DescribeFraudsterRequestFilterSensitiveLog: (obj: DescribeFraudsterRequest) => any;
|
|
720
|
+
|
|
721
|
+
export declare const FraudsterFilterSensitiveLog: (obj: Fraudster) => any;
|
|
722
|
+
|
|
723
|
+
export declare const DescribeFraudsterResponseFilterSensitiveLog: (obj: DescribeFraudsterResponse) => any;
|
|
724
|
+
|
|
725
|
+
export declare const DescribeFraudsterRegistrationJobRequestFilterSensitiveLog: (obj: DescribeFraudsterRegistrationJobRequest) => any;
|
|
726
|
+
|
|
727
|
+
export declare const FailureDetailsFilterSensitiveLog: (obj: FailureDetails) => any;
|
|
728
|
+
|
|
729
|
+
export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
|
|
730
|
+
|
|
731
|
+
export declare const JobProgressFilterSensitiveLog: (obj: JobProgress) => any;
|
|
732
|
+
|
|
733
|
+
export declare const OutputDataConfigFilterSensitiveLog: (obj: OutputDataConfig) => any;
|
|
734
|
+
|
|
735
|
+
export declare const RegistrationConfigFilterSensitiveLog: (obj: RegistrationConfig) => any;
|
|
736
|
+
|
|
737
|
+
export declare const FraudsterRegistrationJobFilterSensitiveLog: (obj: FraudsterRegistrationJob) => any;
|
|
738
|
+
|
|
739
|
+
export declare const DescribeFraudsterRegistrationJobResponseFilterSensitiveLog: (obj: DescribeFraudsterRegistrationJobResponse) => any;
|
|
740
|
+
|
|
741
|
+
export declare const DescribeSpeakerRequestFilterSensitiveLog: (obj: DescribeSpeakerRequest) => any;
|
|
742
|
+
|
|
743
|
+
export declare const SpeakerFilterSensitiveLog: (obj: Speaker) => any;
|
|
744
|
+
|
|
745
|
+
export declare const DescribeSpeakerResponseFilterSensitiveLog: (obj: DescribeSpeakerResponse) => any;
|
|
746
|
+
|
|
747
|
+
export declare const DescribeSpeakerEnrollmentJobRequestFilterSensitiveLog: (obj: DescribeSpeakerEnrollmentJobRequest) => any;
|
|
748
|
+
|
|
749
|
+
export declare const EnrollmentJobFraudDetectionConfigFilterSensitiveLog: (obj: EnrollmentJobFraudDetectionConfig) => any;
|
|
750
|
+
|
|
751
|
+
export declare const EnrollmentConfigFilterSensitiveLog: (obj: EnrollmentConfig) => any;
|
|
752
|
+
|
|
753
|
+
export declare const SpeakerEnrollmentJobFilterSensitiveLog: (obj: SpeakerEnrollmentJob) => any;
|
|
754
|
+
|
|
755
|
+
export declare const DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog: (obj: DescribeSpeakerEnrollmentJobResponse) => any;
|
|
756
|
+
|
|
757
|
+
export declare const DomainSummaryFilterSensitiveLog: (obj: DomainSummary) => any;
|
|
758
|
+
|
|
759
|
+
export declare const EvaluateSessionRequestFilterSensitiveLog: (obj: EvaluateSessionRequest) => any;
|
|
760
|
+
|
|
761
|
+
export declare const FraudDetectionConfigurationFilterSensitiveLog: (obj: FraudDetectionConfiguration) => any;
|
|
762
|
+
|
|
763
|
+
export declare const KnownFraudsterRiskFilterSensitiveLog: (obj: KnownFraudsterRisk) => any;
|
|
764
|
+
|
|
765
|
+
export declare const FraudRiskDetailsFilterSensitiveLog: (obj: FraudRiskDetails) => any;
|
|
766
|
+
|
|
767
|
+
export declare const FraudDetectionResultFilterSensitiveLog: (obj: FraudDetectionResult) => any;
|
|
768
|
+
|
|
769
|
+
export declare const EvaluateSessionResponseFilterSensitiveLog: (obj: EvaluateSessionResponse) => any;
|
|
770
|
+
|
|
771
|
+
export declare const FraudsterRegistrationJobSummaryFilterSensitiveLog: (obj: FraudsterRegistrationJobSummary) => any;
|
|
772
|
+
|
|
773
|
+
export declare const ListDomainsRequestFilterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
774
|
+
|
|
775
|
+
export declare const ListDomainsResponseFilterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
776
|
+
|
|
777
|
+
export declare const ListFraudsterRegistrationJobsRequestFilterSensitiveLog: (obj: ListFraudsterRegistrationJobsRequest) => any;
|
|
778
|
+
|
|
779
|
+
export declare const ListFraudsterRegistrationJobsResponseFilterSensitiveLog: (obj: ListFraudsterRegistrationJobsResponse) => any;
|
|
780
|
+
|
|
781
|
+
export declare const ListSpeakerEnrollmentJobsRequestFilterSensitiveLog: (obj: ListSpeakerEnrollmentJobsRequest) => any;
|
|
782
|
+
|
|
783
|
+
export declare const SpeakerEnrollmentJobSummaryFilterSensitiveLog: (obj: SpeakerEnrollmentJobSummary) => any;
|
|
784
|
+
|
|
785
|
+
export declare const ListSpeakerEnrollmentJobsResponseFilterSensitiveLog: (obj: ListSpeakerEnrollmentJobsResponse) => any;
|
|
786
|
+
|
|
787
|
+
export declare const ListSpeakersRequestFilterSensitiveLog: (obj: ListSpeakersRequest) => any;
|
|
788
|
+
|
|
789
|
+
export declare const SpeakerSummaryFilterSensitiveLog: (obj: SpeakerSummary) => any;
|
|
790
|
+
|
|
791
|
+
export declare const ListSpeakersResponseFilterSensitiveLog: (obj: ListSpeakersResponse) => any;
|
|
792
|
+
|
|
793
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
794
|
+
|
|
795
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
796
|
+
|
|
797
|
+
export declare const OptOutSpeakerRequestFilterSensitiveLog: (obj: OptOutSpeakerRequest) => any;
|
|
798
|
+
|
|
799
|
+
export declare const OptOutSpeakerResponseFilterSensitiveLog: (obj: OptOutSpeakerResponse) => any;
|
|
800
|
+
|
|
801
|
+
export declare const StartFraudsterRegistrationJobRequestFilterSensitiveLog: (obj: StartFraudsterRegistrationJobRequest) => any;
|
|
802
|
+
|
|
803
|
+
export declare const StartFraudsterRegistrationJobResponseFilterSensitiveLog: (obj: StartFraudsterRegistrationJobResponse) => any;
|
|
804
|
+
|
|
805
|
+
export declare const StartSpeakerEnrollmentJobRequestFilterSensitiveLog: (obj: StartSpeakerEnrollmentJobRequest) => any;
|
|
806
|
+
|
|
807
|
+
export declare const StartSpeakerEnrollmentJobResponseFilterSensitiveLog: (obj: StartSpeakerEnrollmentJobResponse) => any;
|
|
808
|
+
|
|
809
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
810
|
+
|
|
811
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
812
|
+
|
|
813
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
814
|
+
|
|
815
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
816
|
+
|
|
817
|
+
export declare const UpdateDomainRequestFilterSensitiveLog: (obj: UpdateDomainRequest) => any;
|
|
818
|
+
|
|
819
|
+
export declare const UpdateDomainResponseFilterSensitiveLog: (obj: UpdateDomainResponse) => any;
|