aws-sdk 2.992.0 → 2.996.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 (56) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appintegrations-2020-07-29.min.json +222 -8
  4. package/apis/appsync-2017-07-25.min.json +97 -77
  5. package/apis/connect-2017-08-08.min.json +25 -11
  6. package/apis/ec2-2016-11-15.min.json +25 -15
  7. package/apis/imagebuilder-2019-12-02.min.json +116 -82
  8. package/apis/license-manager-2018-08-01.min.json +186 -72
  9. package/apis/mediaconvert-2017-08-29.min.json +194 -83
  10. package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
  11. package/apis/mediatailor-2018-04-23.min.json +198 -149
  12. package/apis/metadata.json +7 -0
  13. package/apis/models.lex.v2-2020-08-07.min.json +179 -22
  14. package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  15. package/apis/pinpoint-2016-12-01.min.json +226 -213
  16. package/apis/ssm-2014-11-06.min.json +105 -100
  17. package/apis/ssm-2014-11-06.waiters2.json +5 -0
  18. package/apis/voice-id-2021-09-27.examples.json +5 -0
  19. package/apis/voice-id-2021-09-27.min.json +903 -0
  20. package/apis/voice-id-2021-09-27.paginators.json +24 -0
  21. package/apis/wafv2-2019-07-29.min.json +114 -97
  22. package/apis/wisdom-2020-10-19.examples.json +5 -0
  23. package/apis/wisdom-2020-10-19.min.json +1525 -0
  24. package/apis/wisdom-2020-10-19.paginators.json +46 -0
  25. package/clients/all.d.ts +2 -0
  26. package/clients/all.js +3 -1
  27. package/clients/appintegrations.d.ts +273 -2
  28. package/clients/appsync.d.ts +35 -13
  29. package/clients/connect.d.ts +60 -32
  30. package/clients/ec2.d.ts +17 -5
  31. package/clients/elbv2.d.ts +7 -7
  32. package/clients/iam.d.ts +85 -85
  33. package/clients/imagebuilder.d.ts +73 -25
  34. package/clients/lexmodelsv2.d.ts +188 -0
  35. package/clients/licensemanager.d.ts +215 -42
  36. package/clients/mediaconvert.d.ts +154 -17
  37. package/clients/mediapackagevod.d.ts +4 -0
  38. package/clients/mediatailor.d.ts +47 -1
  39. package/clients/pinpoint.d.ts +24 -0
  40. package/clients/ssm.d.ts +40 -19
  41. package/clients/voiceid.d.ts +1133 -0
  42. package/clients/voiceid.js +18 -0
  43. package/clients/wafv2.d.ts +18 -0
  44. package/clients/wisdom.d.ts +1499 -0
  45. package/clients/wisdom.js +18 -0
  46. package/dist/aws-sdk-core-react-native.js +5 -5
  47. package/dist/aws-sdk-react-native.js +96 -22
  48. package/dist/aws-sdk.js +173 -132
  49. package/dist/aws-sdk.min.js +70 -70
  50. package/lib/config.js +1 -1
  51. package/lib/config_service_placeholders.d.ts +4 -0
  52. package/lib/core.js +1 -1
  53. package/lib/event_listeners.js +1 -1
  54. package/lib/http_request.d.ts +1 -1
  55. package/lib/signers/v4.js +1 -1
  56. package/package.json +1 -1
@@ -0,0 +1,903 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-09-27",
5
+ "endpointPrefix": "voiceid",
6
+ "jsonVersion": "1.0",
7
+ "protocol": "json",
8
+ "serviceFullName": "Amazon Voice ID",
9
+ "serviceId": "Voice ID",
10
+ "signatureVersion": "v4",
11
+ "signingName": "voiceid",
12
+ "targetPrefix": "VoiceID",
13
+ "uid": "voice-id-2021-09-27"
14
+ },
15
+ "operations": {
16
+ "CreateDomain": {
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "Name",
21
+ "ServerSideEncryptionConfiguration"
22
+ ],
23
+ "members": {
24
+ "ClientToken": {
25
+ "idempotencyToken": true
26
+ },
27
+ "Description": {
28
+ "shape": "S3"
29
+ },
30
+ "Name": {
31
+ "shape": "S4"
32
+ },
33
+ "ServerSideEncryptionConfiguration": {
34
+ "shape": "S5"
35
+ },
36
+ "Tags": {
37
+ "shape": "S7"
38
+ }
39
+ }
40
+ },
41
+ "output": {
42
+ "type": "structure",
43
+ "members": {
44
+ "Domain": {
45
+ "shape": "Sc"
46
+ }
47
+ }
48
+ },
49
+ "idempotent": true
50
+ },
51
+ "DeleteDomain": {
52
+ "input": {
53
+ "type": "structure",
54
+ "required": [
55
+ "DomainId"
56
+ ],
57
+ "members": {
58
+ "DomainId": {}
59
+ }
60
+ }
61
+ },
62
+ "DeleteFraudster": {
63
+ "input": {
64
+ "type": "structure",
65
+ "required": [
66
+ "DomainId",
67
+ "FraudsterId"
68
+ ],
69
+ "members": {
70
+ "DomainId": {},
71
+ "FraudsterId": {
72
+ "shape": "Sj"
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "DeleteSpeaker": {
78
+ "input": {
79
+ "type": "structure",
80
+ "required": [
81
+ "DomainId",
82
+ "SpeakerId"
83
+ ],
84
+ "members": {
85
+ "DomainId": {},
86
+ "SpeakerId": {
87
+ "shape": "Sl"
88
+ }
89
+ }
90
+ }
91
+ },
92
+ "DescribeDomain": {
93
+ "input": {
94
+ "type": "structure",
95
+ "required": [
96
+ "DomainId"
97
+ ],
98
+ "members": {
99
+ "DomainId": {}
100
+ }
101
+ },
102
+ "output": {
103
+ "type": "structure",
104
+ "members": {
105
+ "Domain": {
106
+ "shape": "Sc"
107
+ }
108
+ }
109
+ }
110
+ },
111
+ "DescribeFraudster": {
112
+ "input": {
113
+ "type": "structure",
114
+ "required": [
115
+ "DomainId",
116
+ "FraudsterId"
117
+ ],
118
+ "members": {
119
+ "DomainId": {},
120
+ "FraudsterId": {
121
+ "shape": "Sj"
122
+ }
123
+ }
124
+ },
125
+ "output": {
126
+ "type": "structure",
127
+ "members": {
128
+ "Fraudster": {
129
+ "type": "structure",
130
+ "members": {
131
+ "CreatedAt": {
132
+ "type": "timestamp"
133
+ },
134
+ "DomainId": {},
135
+ "GeneratedFraudsterId": {}
136
+ }
137
+ }
138
+ }
139
+ }
140
+ },
141
+ "DescribeFraudsterRegistrationJob": {
142
+ "input": {
143
+ "type": "structure",
144
+ "required": [
145
+ "DomainId",
146
+ "JobId"
147
+ ],
148
+ "members": {
149
+ "DomainId": {},
150
+ "JobId": {}
151
+ }
152
+ },
153
+ "output": {
154
+ "type": "structure",
155
+ "members": {
156
+ "Job": {
157
+ "shape": "Sv"
158
+ }
159
+ }
160
+ }
161
+ },
162
+ "DescribeSpeaker": {
163
+ "input": {
164
+ "type": "structure",
165
+ "required": [
166
+ "DomainId",
167
+ "SpeakerId"
168
+ ],
169
+ "members": {
170
+ "DomainId": {},
171
+ "SpeakerId": {
172
+ "shape": "Sl"
173
+ }
174
+ }
175
+ },
176
+ "output": {
177
+ "type": "structure",
178
+ "members": {
179
+ "Speaker": {
180
+ "shape": "S1b"
181
+ }
182
+ }
183
+ }
184
+ },
185
+ "DescribeSpeakerEnrollmentJob": {
186
+ "input": {
187
+ "type": "structure",
188
+ "required": [
189
+ "DomainId",
190
+ "JobId"
191
+ ],
192
+ "members": {
193
+ "DomainId": {},
194
+ "JobId": {}
195
+ }
196
+ },
197
+ "output": {
198
+ "type": "structure",
199
+ "members": {
200
+ "Job": {
201
+ "shape": "S1h"
202
+ }
203
+ }
204
+ }
205
+ },
206
+ "EvaluateSession": {
207
+ "input": {
208
+ "type": "structure",
209
+ "required": [
210
+ "DomainId",
211
+ "SessionNameOrId"
212
+ ],
213
+ "members": {
214
+ "DomainId": {},
215
+ "SessionNameOrId": {}
216
+ }
217
+ },
218
+ "output": {
219
+ "type": "structure",
220
+ "members": {
221
+ "AuthenticationResult": {
222
+ "type": "structure",
223
+ "members": {
224
+ "AudioAggregationEndedAt": {
225
+ "type": "timestamp"
226
+ },
227
+ "AudioAggregationStartedAt": {
228
+ "type": "timestamp"
229
+ },
230
+ "AuthenticationResultId": {},
231
+ "Configuration": {
232
+ "type": "structure",
233
+ "required": [
234
+ "AcceptanceThreshold"
235
+ ],
236
+ "members": {
237
+ "AcceptanceThreshold": {
238
+ "type": "integer"
239
+ }
240
+ }
241
+ },
242
+ "CustomerSpeakerId": {
243
+ "shape": "S1c"
244
+ },
245
+ "Decision": {},
246
+ "GeneratedSpeakerId": {},
247
+ "Score": {
248
+ "type": "integer"
249
+ }
250
+ }
251
+ },
252
+ "DomainId": {},
253
+ "FraudDetectionResult": {
254
+ "type": "structure",
255
+ "members": {
256
+ "AudioAggregationEndedAt": {
257
+ "type": "timestamp"
258
+ },
259
+ "AudioAggregationStartedAt": {
260
+ "type": "timestamp"
261
+ },
262
+ "Configuration": {
263
+ "type": "structure",
264
+ "required": [
265
+ "RiskThreshold"
266
+ ],
267
+ "members": {
268
+ "RiskThreshold": {
269
+ "type": "integer"
270
+ }
271
+ }
272
+ },
273
+ "Decision": {},
274
+ "FraudDetectionResultId": {},
275
+ "Reasons": {
276
+ "type": "list",
277
+ "member": {}
278
+ },
279
+ "RiskDetails": {
280
+ "type": "structure",
281
+ "required": [
282
+ "KnownFraudsterRisk"
283
+ ],
284
+ "members": {
285
+ "KnownFraudsterRisk": {
286
+ "type": "structure",
287
+ "required": [
288
+ "RiskScore"
289
+ ],
290
+ "members": {
291
+ "GeneratedFraudsterId": {},
292
+ "RiskScore": {
293
+ "type": "integer"
294
+ }
295
+ }
296
+ }
297
+ }
298
+ }
299
+ }
300
+ },
301
+ "SessionId": {},
302
+ "SessionName": {},
303
+ "StreamingStatus": {}
304
+ }
305
+ }
306
+ },
307
+ "ListDomains": {
308
+ "input": {
309
+ "type": "structure",
310
+ "members": {
311
+ "MaxResults": {
312
+ "type": "integer"
313
+ },
314
+ "NextToken": {}
315
+ }
316
+ },
317
+ "output": {
318
+ "type": "structure",
319
+ "members": {
320
+ "DomainSummaries": {
321
+ "type": "list",
322
+ "member": {
323
+ "type": "structure",
324
+ "members": {
325
+ "Arn": {},
326
+ "CreatedAt": {
327
+ "type": "timestamp"
328
+ },
329
+ "Description": {
330
+ "shape": "S3"
331
+ },
332
+ "DomainId": {},
333
+ "DomainStatus": {},
334
+ "Name": {
335
+ "shape": "S4"
336
+ },
337
+ "ServerSideEncryptionConfiguration": {
338
+ "shape": "S5"
339
+ },
340
+ "UpdatedAt": {
341
+ "type": "timestamp"
342
+ }
343
+ }
344
+ }
345
+ },
346
+ "NextToken": {}
347
+ }
348
+ }
349
+ },
350
+ "ListFraudsterRegistrationJobs": {
351
+ "input": {
352
+ "type": "structure",
353
+ "required": [
354
+ "DomainId"
355
+ ],
356
+ "members": {
357
+ "DomainId": {},
358
+ "JobStatus": {},
359
+ "MaxResults": {
360
+ "type": "integer"
361
+ },
362
+ "NextToken": {}
363
+ }
364
+ },
365
+ "output": {
366
+ "type": "structure",
367
+ "members": {
368
+ "JobSummaries": {
369
+ "type": "list",
370
+ "member": {
371
+ "type": "structure",
372
+ "members": {
373
+ "CreatedAt": {
374
+ "type": "timestamp"
375
+ },
376
+ "DomainId": {},
377
+ "EndedAt": {
378
+ "type": "timestamp"
379
+ },
380
+ "FailureDetails": {
381
+ "shape": "Sx"
382
+ },
383
+ "JobId": {},
384
+ "JobName": {
385
+ "shape": "S12"
386
+ },
387
+ "JobProgress": {
388
+ "shape": "S13"
389
+ },
390
+ "JobStatus": {}
391
+ }
392
+ }
393
+ },
394
+ "NextToken": {}
395
+ }
396
+ }
397
+ },
398
+ "ListSpeakerEnrollmentJobs": {
399
+ "input": {
400
+ "type": "structure",
401
+ "required": [
402
+ "DomainId"
403
+ ],
404
+ "members": {
405
+ "DomainId": {},
406
+ "JobStatus": {},
407
+ "MaxResults": {
408
+ "type": "integer"
409
+ },
410
+ "NextToken": {}
411
+ }
412
+ },
413
+ "output": {
414
+ "type": "structure",
415
+ "members": {
416
+ "JobSummaries": {
417
+ "type": "list",
418
+ "member": {
419
+ "type": "structure",
420
+ "members": {
421
+ "CreatedAt": {
422
+ "type": "timestamp"
423
+ },
424
+ "DomainId": {},
425
+ "EndedAt": {
426
+ "type": "timestamp"
427
+ },
428
+ "FailureDetails": {
429
+ "shape": "Sx"
430
+ },
431
+ "JobId": {},
432
+ "JobName": {
433
+ "shape": "S12"
434
+ },
435
+ "JobProgress": {
436
+ "shape": "S13"
437
+ },
438
+ "JobStatus": {}
439
+ }
440
+ }
441
+ },
442
+ "NextToken": {}
443
+ }
444
+ }
445
+ },
446
+ "ListSpeakers": {
447
+ "input": {
448
+ "type": "structure",
449
+ "required": [
450
+ "DomainId"
451
+ ],
452
+ "members": {
453
+ "DomainId": {},
454
+ "MaxResults": {
455
+ "type": "integer"
456
+ },
457
+ "NextToken": {}
458
+ }
459
+ },
460
+ "output": {
461
+ "type": "structure",
462
+ "members": {
463
+ "NextToken": {},
464
+ "SpeakerSummaries": {
465
+ "type": "list",
466
+ "member": {
467
+ "type": "structure",
468
+ "members": {
469
+ "CreatedAt": {
470
+ "type": "timestamp"
471
+ },
472
+ "CustomerSpeakerId": {
473
+ "shape": "S1c"
474
+ },
475
+ "DomainId": {},
476
+ "GeneratedSpeakerId": {},
477
+ "Status": {},
478
+ "UpdatedAt": {
479
+ "type": "timestamp"
480
+ }
481
+ }
482
+ }
483
+ }
484
+ }
485
+ }
486
+ },
487
+ "ListTagsForResource": {
488
+ "input": {
489
+ "type": "structure",
490
+ "required": [
491
+ "ResourceArn"
492
+ ],
493
+ "members": {
494
+ "ResourceArn": {}
495
+ }
496
+ },
497
+ "output": {
498
+ "type": "structure",
499
+ "members": {
500
+ "Tags": {
501
+ "shape": "S7"
502
+ }
503
+ }
504
+ }
505
+ },
506
+ "OptOutSpeaker": {
507
+ "input": {
508
+ "type": "structure",
509
+ "required": [
510
+ "DomainId",
511
+ "SpeakerId"
512
+ ],
513
+ "members": {
514
+ "DomainId": {},
515
+ "SpeakerId": {
516
+ "shape": "Sl"
517
+ }
518
+ }
519
+ },
520
+ "output": {
521
+ "type": "structure",
522
+ "members": {
523
+ "Speaker": {
524
+ "shape": "S1b"
525
+ }
526
+ }
527
+ }
528
+ },
529
+ "StartFraudsterRegistrationJob": {
530
+ "input": {
531
+ "type": "structure",
532
+ "required": [
533
+ "DataAccessRoleArn",
534
+ "DomainId",
535
+ "InputDataConfig",
536
+ "OutputDataConfig"
537
+ ],
538
+ "members": {
539
+ "ClientToken": {
540
+ "idempotencyToken": true
541
+ },
542
+ "DataAccessRoleArn": {},
543
+ "DomainId": {},
544
+ "InputDataConfig": {
545
+ "shape": "S10"
546
+ },
547
+ "JobName": {
548
+ "shape": "S12"
549
+ },
550
+ "OutputDataConfig": {
551
+ "shape": "S16"
552
+ },
553
+ "RegistrationConfig": {
554
+ "shape": "S17"
555
+ }
556
+ }
557
+ },
558
+ "output": {
559
+ "type": "structure",
560
+ "members": {
561
+ "Job": {
562
+ "shape": "Sv"
563
+ }
564
+ }
565
+ },
566
+ "idempotent": true
567
+ },
568
+ "StartSpeakerEnrollmentJob": {
569
+ "input": {
570
+ "type": "structure",
571
+ "required": [
572
+ "DataAccessRoleArn",
573
+ "DomainId",
574
+ "InputDataConfig",
575
+ "OutputDataConfig"
576
+ ],
577
+ "members": {
578
+ "ClientToken": {
579
+ "idempotencyToken": true
580
+ },
581
+ "DataAccessRoleArn": {},
582
+ "DomainId": {},
583
+ "EnrollmentConfig": {
584
+ "shape": "S1i"
585
+ },
586
+ "InputDataConfig": {
587
+ "shape": "S10"
588
+ },
589
+ "JobName": {
590
+ "shape": "S12"
591
+ },
592
+ "OutputDataConfig": {
593
+ "shape": "S16"
594
+ }
595
+ }
596
+ },
597
+ "output": {
598
+ "type": "structure",
599
+ "members": {
600
+ "Job": {
601
+ "shape": "S1h"
602
+ }
603
+ }
604
+ },
605
+ "idempotent": true
606
+ },
607
+ "TagResource": {
608
+ "input": {
609
+ "type": "structure",
610
+ "required": [
611
+ "ResourceArn",
612
+ "Tags"
613
+ ],
614
+ "members": {
615
+ "ResourceArn": {},
616
+ "Tags": {
617
+ "shape": "S7"
618
+ }
619
+ }
620
+ },
621
+ "output": {
622
+ "type": "structure",
623
+ "members": {}
624
+ }
625
+ },
626
+ "UntagResource": {
627
+ "input": {
628
+ "type": "structure",
629
+ "required": [
630
+ "ResourceArn",
631
+ "TagKeys"
632
+ ],
633
+ "members": {
634
+ "ResourceArn": {},
635
+ "TagKeys": {
636
+ "type": "list",
637
+ "member": {
638
+ "shape": "S9"
639
+ }
640
+ }
641
+ }
642
+ },
643
+ "output": {
644
+ "type": "structure",
645
+ "members": {}
646
+ }
647
+ },
648
+ "UpdateDomain": {
649
+ "input": {
650
+ "type": "structure",
651
+ "required": [
652
+ "DomainId",
653
+ "Name",
654
+ "ServerSideEncryptionConfiguration"
655
+ ],
656
+ "members": {
657
+ "Description": {
658
+ "shape": "S3"
659
+ },
660
+ "DomainId": {},
661
+ "Name": {
662
+ "shape": "S4"
663
+ },
664
+ "ServerSideEncryptionConfiguration": {
665
+ "shape": "S5"
666
+ }
667
+ }
668
+ },
669
+ "output": {
670
+ "type": "structure",
671
+ "members": {
672
+ "Domain": {
673
+ "shape": "Sc"
674
+ }
675
+ }
676
+ }
677
+ }
678
+ },
679
+ "shapes": {
680
+ "S3": {
681
+ "type": "string",
682
+ "sensitive": true
683
+ },
684
+ "S4": {
685
+ "type": "string",
686
+ "sensitive": true
687
+ },
688
+ "S5": {
689
+ "type": "structure",
690
+ "required": [
691
+ "KmsKeyId"
692
+ ],
693
+ "members": {
694
+ "KmsKeyId": {}
695
+ }
696
+ },
697
+ "S7": {
698
+ "type": "list",
699
+ "member": {
700
+ "type": "structure",
701
+ "required": [
702
+ "Key",
703
+ "Value"
704
+ ],
705
+ "members": {
706
+ "Key": {
707
+ "shape": "S9"
708
+ },
709
+ "Value": {
710
+ "type": "string",
711
+ "sensitive": true
712
+ }
713
+ }
714
+ }
715
+ },
716
+ "S9": {
717
+ "type": "string",
718
+ "sensitive": true
719
+ },
720
+ "Sc": {
721
+ "type": "structure",
722
+ "members": {
723
+ "Arn": {},
724
+ "CreatedAt": {
725
+ "type": "timestamp"
726
+ },
727
+ "Description": {
728
+ "shape": "S3"
729
+ },
730
+ "DomainId": {},
731
+ "DomainStatus": {},
732
+ "Name": {
733
+ "shape": "S4"
734
+ },
735
+ "ServerSideEncryptionConfiguration": {
736
+ "shape": "S5"
737
+ },
738
+ "UpdatedAt": {
739
+ "type": "timestamp"
740
+ }
741
+ }
742
+ },
743
+ "Sj": {
744
+ "type": "string",
745
+ "sensitive": true
746
+ },
747
+ "Sl": {
748
+ "type": "string",
749
+ "sensitive": true
750
+ },
751
+ "Sv": {
752
+ "type": "structure",
753
+ "members": {
754
+ "CreatedAt": {
755
+ "type": "timestamp"
756
+ },
757
+ "DataAccessRoleArn": {},
758
+ "DomainId": {},
759
+ "EndedAt": {
760
+ "type": "timestamp"
761
+ },
762
+ "FailureDetails": {
763
+ "shape": "Sx"
764
+ },
765
+ "InputDataConfig": {
766
+ "shape": "S10"
767
+ },
768
+ "JobId": {},
769
+ "JobName": {
770
+ "shape": "S12"
771
+ },
772
+ "JobProgress": {
773
+ "shape": "S13"
774
+ },
775
+ "JobStatus": {},
776
+ "OutputDataConfig": {
777
+ "shape": "S16"
778
+ },
779
+ "RegistrationConfig": {
780
+ "shape": "S17"
781
+ }
782
+ }
783
+ },
784
+ "Sx": {
785
+ "type": "structure",
786
+ "members": {
787
+ "Message": {},
788
+ "StatusCode": {
789
+ "type": "integer"
790
+ }
791
+ }
792
+ },
793
+ "S10": {
794
+ "type": "structure",
795
+ "required": [
796
+ "S3Uri"
797
+ ],
798
+ "members": {
799
+ "S3Uri": {}
800
+ }
801
+ },
802
+ "S12": {
803
+ "type": "string",
804
+ "sensitive": true
805
+ },
806
+ "S13": {
807
+ "type": "structure",
808
+ "members": {
809
+ "PercentComplete": {
810
+ "type": "integer"
811
+ }
812
+ }
813
+ },
814
+ "S16": {
815
+ "type": "structure",
816
+ "required": [
817
+ "S3Uri"
818
+ ],
819
+ "members": {
820
+ "KmsKeyId": {},
821
+ "S3Uri": {}
822
+ }
823
+ },
824
+ "S17": {
825
+ "type": "structure",
826
+ "members": {
827
+ "DuplicateRegistrationAction": {},
828
+ "FraudsterSimilarityThreshold": {
829
+ "type": "integer"
830
+ }
831
+ }
832
+ },
833
+ "S1b": {
834
+ "type": "structure",
835
+ "members": {
836
+ "CreatedAt": {
837
+ "type": "timestamp"
838
+ },
839
+ "CustomerSpeakerId": {
840
+ "shape": "S1c"
841
+ },
842
+ "DomainId": {},
843
+ "GeneratedSpeakerId": {},
844
+ "Status": {},
845
+ "UpdatedAt": {
846
+ "type": "timestamp"
847
+ }
848
+ }
849
+ },
850
+ "S1c": {
851
+ "type": "string",
852
+ "sensitive": true
853
+ },
854
+ "S1h": {
855
+ "type": "structure",
856
+ "members": {
857
+ "CreatedAt": {
858
+ "type": "timestamp"
859
+ },
860
+ "DataAccessRoleArn": {},
861
+ "DomainId": {},
862
+ "EndedAt": {
863
+ "type": "timestamp"
864
+ },
865
+ "EnrollmentConfig": {
866
+ "shape": "S1i"
867
+ },
868
+ "FailureDetails": {
869
+ "shape": "Sx"
870
+ },
871
+ "InputDataConfig": {
872
+ "shape": "S10"
873
+ },
874
+ "JobId": {},
875
+ "JobName": {
876
+ "shape": "S12"
877
+ },
878
+ "JobProgress": {
879
+ "shape": "S13"
880
+ },
881
+ "JobStatus": {},
882
+ "OutputDataConfig": {
883
+ "shape": "S16"
884
+ }
885
+ }
886
+ },
887
+ "S1i": {
888
+ "type": "structure",
889
+ "members": {
890
+ "ExistingEnrollmentAction": {},
891
+ "FraudDetectionConfig": {
892
+ "type": "structure",
893
+ "members": {
894
+ "FraudDetectionAction": {},
895
+ "RiskThreshold": {
896
+ "type": "integer"
897
+ }
898
+ }
899
+ }
900
+ }
901
+ }
902
+ }
903
+ }