aws-sdk 2.1343.0 → 2.1344.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.
@@ -13,6 +13,31 @@
13
13
  "uid": "voice-id-2021-09-27"
14
14
  },
15
15
  "operations": {
16
+ "AssociateFraudster": {
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "DomainId",
21
+ "FraudsterId",
22
+ "WatchlistId"
23
+ ],
24
+ "members": {
25
+ "DomainId": {},
26
+ "FraudsterId": {
27
+ "shape": "S3"
28
+ },
29
+ "WatchlistId": {}
30
+ }
31
+ },
32
+ "output": {
33
+ "type": "structure",
34
+ "members": {
35
+ "Fraudster": {
36
+ "shape": "S6"
37
+ }
38
+ }
39
+ }
40
+ },
16
41
  "CreateDomain": {
17
42
  "input": {
18
43
  "type": "structure",
@@ -25,16 +50,16 @@
25
50
  "idempotencyToken": true
26
51
  },
27
52
  "Description": {
28
- "shape": "S3"
53
+ "shape": "Sc"
29
54
  },
30
55
  "Name": {
31
- "shape": "S4"
56
+ "shape": "Sd"
32
57
  },
33
58
  "ServerSideEncryptionConfiguration": {
34
- "shape": "S5"
59
+ "shape": "Se"
35
60
  },
36
61
  "Tags": {
37
- "shape": "S7"
62
+ "shape": "Sg"
38
63
  }
39
64
  }
40
65
  },
@@ -42,7 +67,37 @@
42
67
  "type": "structure",
43
68
  "members": {
44
69
  "Domain": {
45
- "shape": "Sc"
70
+ "shape": "Sl"
71
+ }
72
+ }
73
+ },
74
+ "idempotent": true
75
+ },
76
+ "CreateWatchlist": {
77
+ "input": {
78
+ "type": "structure",
79
+ "required": [
80
+ "DomainId",
81
+ "Name"
82
+ ],
83
+ "members": {
84
+ "ClientToken": {
85
+ "idempotencyToken": true
86
+ },
87
+ "Description": {
88
+ "shape": "St"
89
+ },
90
+ "DomainId": {},
91
+ "Name": {
92
+ "shape": "Su"
93
+ }
94
+ }
95
+ },
96
+ "output": {
97
+ "type": "structure",
98
+ "members": {
99
+ "Watchlist": {
100
+ "shape": "Sw"
46
101
  }
47
102
  }
48
103
  },
@@ -70,7 +125,7 @@
70
125
  "members": {
71
126
  "DomainId": {},
72
127
  "FraudsterId": {
73
- "shape": "Sm"
128
+ "shape": "S3"
74
129
  }
75
130
  }
76
131
  }
@@ -85,11 +140,24 @@
85
140
  "members": {
86
141
  "DomainId": {},
87
142
  "SpeakerId": {
88
- "shape": "So"
143
+ "shape": "S11"
89
144
  }
90
145
  }
91
146
  }
92
147
  },
148
+ "DeleteWatchlist": {
149
+ "input": {
150
+ "type": "structure",
151
+ "required": [
152
+ "DomainId",
153
+ "WatchlistId"
154
+ ],
155
+ "members": {
156
+ "DomainId": {},
157
+ "WatchlistId": {}
158
+ }
159
+ }
160
+ },
93
161
  "DescribeDomain": {
94
162
  "input": {
95
163
  "type": "structure",
@@ -104,7 +172,7 @@
104
172
  "type": "structure",
105
173
  "members": {
106
174
  "Domain": {
107
- "shape": "Sc"
175
+ "shape": "Sl"
108
176
  }
109
177
  }
110
178
  }
@@ -119,7 +187,7 @@
119
187
  "members": {
120
188
  "DomainId": {},
121
189
  "FraudsterId": {
122
- "shape": "Sm"
190
+ "shape": "S3"
123
191
  }
124
192
  }
125
193
  },
@@ -127,14 +195,7 @@
127
195
  "type": "structure",
128
196
  "members": {
129
197
  "Fraudster": {
130
- "type": "structure",
131
- "members": {
132
- "CreatedAt": {
133
- "type": "timestamp"
134
- },
135
- "DomainId": {},
136
- "GeneratedFraudsterId": {}
137
- }
198
+ "shape": "S6"
138
199
  }
139
200
  }
140
201
  }
@@ -155,7 +216,7 @@
155
216
  "type": "structure",
156
217
  "members": {
157
218
  "Job": {
158
- "shape": "Sy"
219
+ "shape": "S1a"
159
220
  }
160
221
  }
161
222
  }
@@ -170,7 +231,7 @@
170
231
  "members": {
171
232
  "DomainId": {},
172
233
  "SpeakerId": {
173
- "shape": "So"
234
+ "shape": "S11"
174
235
  }
175
236
  }
176
237
  },
@@ -178,7 +239,7 @@
178
239
  "type": "structure",
179
240
  "members": {
180
241
  "Speaker": {
181
- "shape": "S1d"
242
+ "shape": "S1q"
182
243
  }
183
244
  }
184
245
  }
@@ -199,7 +260,53 @@
199
260
  "type": "structure",
200
261
  "members": {
201
262
  "Job": {
202
- "shape": "S1j"
263
+ "shape": "S1w"
264
+ }
265
+ }
266
+ }
267
+ },
268
+ "DescribeWatchlist": {
269
+ "input": {
270
+ "type": "structure",
271
+ "required": [
272
+ "DomainId",
273
+ "WatchlistId"
274
+ ],
275
+ "members": {
276
+ "DomainId": {},
277
+ "WatchlistId": {}
278
+ }
279
+ },
280
+ "output": {
281
+ "type": "structure",
282
+ "members": {
283
+ "Watchlist": {
284
+ "shape": "Sw"
285
+ }
286
+ }
287
+ }
288
+ },
289
+ "DisassociateFraudster": {
290
+ "input": {
291
+ "type": "structure",
292
+ "required": [
293
+ "DomainId",
294
+ "FraudsterId",
295
+ "WatchlistId"
296
+ ],
297
+ "members": {
298
+ "DomainId": {},
299
+ "FraudsterId": {
300
+ "shape": "S3"
301
+ },
302
+ "WatchlistId": {}
303
+ }
304
+ },
305
+ "output": {
306
+ "type": "structure",
307
+ "members": {
308
+ "Fraudster": {
309
+ "shape": "S6"
203
310
  }
204
311
  }
205
312
  }
@@ -241,7 +348,7 @@
241
348
  }
242
349
  },
243
350
  "CustomerSpeakerId": {
244
- "shape": "S1e"
351
+ "shape": "S1r"
245
352
  },
246
353
  "Decision": {},
247
354
  "GeneratedSpeakerId": {},
@@ -262,13 +369,11 @@
262
369
  },
263
370
  "Configuration": {
264
371
  "type": "structure",
265
- "required": [
266
- "RiskThreshold"
267
- ],
268
372
  "members": {
269
373
  "RiskThreshold": {
270
374
  "type": "integer"
271
- }
375
+ },
376
+ "WatchlistId": {}
272
377
  }
273
378
  },
274
379
  "Decision": {},
@@ -340,21 +445,24 @@
340
445
  "type": "timestamp"
341
446
  },
342
447
  "Description": {
343
- "shape": "S3"
448
+ "shape": "Sc"
344
449
  },
345
450
  "DomainId": {},
346
451
  "DomainStatus": {},
347
452
  "Name": {
348
- "shape": "S4"
453
+ "shape": "Sd"
349
454
  },
350
455
  "ServerSideEncryptionConfiguration": {
351
- "shape": "S5"
456
+ "shape": "Se"
352
457
  },
353
458
  "ServerSideEncryptionUpdateDetails": {
354
- "shape": "Sh"
459
+ "shape": "So"
355
460
  },
356
461
  "UpdatedAt": {
357
462
  "type": "timestamp"
463
+ },
464
+ "WatchlistDetails": {
465
+ "shape": "Sr"
358
466
  }
359
467
  }
360
468
  }
@@ -394,14 +502,14 @@
394
502
  "type": "timestamp"
395
503
  },
396
504
  "FailureDetails": {
397
- "shape": "S10"
505
+ "shape": "S1c"
398
506
  },
399
507
  "JobId": {},
400
508
  "JobName": {
401
- "shape": "S14"
509
+ "shape": "S1g"
402
510
  },
403
511
  "JobProgress": {
404
- "shape": "S15"
512
+ "shape": "S1h"
405
513
  },
406
514
  "JobStatus": {}
407
515
  }
@@ -411,6 +519,44 @@
411
519
  }
412
520
  }
413
521
  },
522
+ "ListFraudsters": {
523
+ "input": {
524
+ "type": "structure",
525
+ "required": [
526
+ "DomainId"
527
+ ],
528
+ "members": {
529
+ "DomainId": {},
530
+ "MaxResults": {
531
+ "type": "integer"
532
+ },
533
+ "NextToken": {},
534
+ "WatchlistId": {}
535
+ }
536
+ },
537
+ "output": {
538
+ "type": "structure",
539
+ "members": {
540
+ "FraudsterSummaries": {
541
+ "type": "list",
542
+ "member": {
543
+ "type": "structure",
544
+ "members": {
545
+ "CreatedAt": {
546
+ "type": "timestamp"
547
+ },
548
+ "DomainId": {},
549
+ "GeneratedFraudsterId": {},
550
+ "WatchlistIds": {
551
+ "shape": "S9"
552
+ }
553
+ }
554
+ }
555
+ },
556
+ "NextToken": {}
557
+ }
558
+ }
559
+ },
414
560
  "ListSpeakerEnrollmentJobs": {
415
561
  "input": {
416
562
  "type": "structure",
@@ -442,14 +588,14 @@
442
588
  "type": "timestamp"
443
589
  },
444
590
  "FailureDetails": {
445
- "shape": "S10"
591
+ "shape": "S1c"
446
592
  },
447
593
  "JobId": {},
448
594
  "JobName": {
449
- "shape": "S14"
595
+ "shape": "S1g"
450
596
  },
451
597
  "JobProgress": {
452
- "shape": "S15"
598
+ "shape": "S1h"
453
599
  },
454
600
  "JobStatus": {}
455
601
  }
@@ -486,7 +632,7 @@
486
632
  "type": "timestamp"
487
633
  },
488
634
  "CustomerSpeakerId": {
489
- "shape": "S1e"
635
+ "shape": "S1r"
490
636
  },
491
637
  "DomainId": {},
492
638
  "GeneratedSpeakerId": {},
@@ -517,7 +663,53 @@
517
663
  "type": "structure",
518
664
  "members": {
519
665
  "Tags": {
520
- "shape": "S7"
666
+ "shape": "Sg"
667
+ }
668
+ }
669
+ }
670
+ },
671
+ "ListWatchlists": {
672
+ "input": {
673
+ "type": "structure",
674
+ "required": [
675
+ "DomainId"
676
+ ],
677
+ "members": {
678
+ "DomainId": {},
679
+ "MaxResults": {
680
+ "type": "integer"
681
+ },
682
+ "NextToken": {}
683
+ }
684
+ },
685
+ "output": {
686
+ "type": "structure",
687
+ "members": {
688
+ "NextToken": {},
689
+ "WatchlistSummaries": {
690
+ "type": "list",
691
+ "member": {
692
+ "type": "structure",
693
+ "members": {
694
+ "CreatedAt": {
695
+ "type": "timestamp"
696
+ },
697
+ "DefaultWatchlist": {
698
+ "type": "boolean"
699
+ },
700
+ "Description": {
701
+ "shape": "St"
702
+ },
703
+ "DomainId": {},
704
+ "Name": {
705
+ "shape": "Su"
706
+ },
707
+ "UpdatedAt": {
708
+ "type": "timestamp"
709
+ },
710
+ "WatchlistId": {}
711
+ }
712
+ }
521
713
  }
522
714
  }
523
715
  }
@@ -532,7 +724,7 @@
532
724
  "members": {
533
725
  "DomainId": {},
534
726
  "SpeakerId": {
535
- "shape": "So"
727
+ "shape": "S11"
536
728
  }
537
729
  }
538
730
  },
@@ -540,7 +732,7 @@
540
732
  "type": "structure",
541
733
  "members": {
542
734
  "Speaker": {
543
- "shape": "S1d"
735
+ "shape": "S1q"
544
736
  }
545
737
  }
546
738
  }
@@ -561,16 +753,16 @@
561
753
  "DataAccessRoleArn": {},
562
754
  "DomainId": {},
563
755
  "InputDataConfig": {
564
- "shape": "S12"
756
+ "shape": "S1e"
565
757
  },
566
758
  "JobName": {
567
- "shape": "S14"
759
+ "shape": "S1g"
568
760
  },
569
761
  "OutputDataConfig": {
570
- "shape": "S18"
762
+ "shape": "S1k"
571
763
  },
572
764
  "RegistrationConfig": {
573
- "shape": "S19"
765
+ "shape": "S1l"
574
766
  }
575
767
  }
576
768
  },
@@ -578,7 +770,7 @@
578
770
  "type": "structure",
579
771
  "members": {
580
772
  "Job": {
581
- "shape": "Sy"
773
+ "shape": "S1a"
582
774
  }
583
775
  }
584
776
  },
@@ -600,16 +792,16 @@
600
792
  "DataAccessRoleArn": {},
601
793
  "DomainId": {},
602
794
  "EnrollmentConfig": {
603
- "shape": "S1k"
795
+ "shape": "S1x"
604
796
  },
605
797
  "InputDataConfig": {
606
- "shape": "S12"
798
+ "shape": "S1e"
607
799
  },
608
800
  "JobName": {
609
- "shape": "S14"
801
+ "shape": "S1g"
610
802
  },
611
803
  "OutputDataConfig": {
612
- "shape": "S18"
804
+ "shape": "S1k"
613
805
  }
614
806
  }
615
807
  },
@@ -617,7 +809,7 @@
617
809
  "type": "structure",
618
810
  "members": {
619
811
  "Job": {
620
- "shape": "S1j"
812
+ "shape": "S1w"
621
813
  }
622
814
  }
623
815
  },
@@ -633,7 +825,7 @@
633
825
  "members": {
634
826
  "ResourceArn": {},
635
827
  "Tags": {
636
- "shape": "S7"
828
+ "shape": "Sg"
637
829
  }
638
830
  }
639
831
  },
@@ -654,7 +846,7 @@
654
846
  "TagKeys": {
655
847
  "type": "list",
656
848
  "member": {
657
- "shape": "S9"
849
+ "shape": "Si"
658
850
  }
659
851
  }
660
852
  }
@@ -674,14 +866,14 @@
674
866
  ],
675
867
  "members": {
676
868
  "Description": {
677
- "shape": "S3"
869
+ "shape": "Sc"
678
870
  },
679
871
  "DomainId": {},
680
872
  "Name": {
681
- "shape": "S4"
873
+ "shape": "Sd"
682
874
  },
683
875
  "ServerSideEncryptionConfiguration": {
684
- "shape": "S5"
876
+ "shape": "Se"
685
877
  }
686
878
  }
687
879
  },
@@ -689,7 +881,34 @@
689
881
  "type": "structure",
690
882
  "members": {
691
883
  "Domain": {
692
- "shape": "Sc"
884
+ "shape": "Sl"
885
+ }
886
+ }
887
+ }
888
+ },
889
+ "UpdateWatchlist": {
890
+ "input": {
891
+ "type": "structure",
892
+ "required": [
893
+ "DomainId",
894
+ "WatchlistId"
895
+ ],
896
+ "members": {
897
+ "Description": {
898
+ "shape": "St"
899
+ },
900
+ "DomainId": {},
901
+ "Name": {
902
+ "shape": "Su"
903
+ },
904
+ "WatchlistId": {}
905
+ }
906
+ },
907
+ "output": {
908
+ "type": "structure",
909
+ "members": {
910
+ "Watchlist": {
911
+ "shape": "Sw"
693
912
  }
694
913
  }
695
914
  }
@@ -700,11 +919,32 @@
700
919
  "type": "string",
701
920
  "sensitive": true
702
921
  },
703
- "S4": {
922
+ "S6": {
923
+ "type": "structure",
924
+ "members": {
925
+ "CreatedAt": {
926
+ "type": "timestamp"
927
+ },
928
+ "DomainId": {},
929
+ "GeneratedFraudsterId": {},
930
+ "WatchlistIds": {
931
+ "shape": "S9"
932
+ }
933
+ }
934
+ },
935
+ "S9": {
936
+ "type": "list",
937
+ "member": {}
938
+ },
939
+ "Sc": {
704
940
  "type": "string",
705
941
  "sensitive": true
706
942
  },
707
- "S5": {
943
+ "Sd": {
944
+ "type": "string",
945
+ "sensitive": true
946
+ },
947
+ "Se": {
708
948
  "type": "structure",
709
949
  "required": [
710
950
  "KmsKeyId"
@@ -713,7 +953,7 @@
713
953
  "KmsKeyId": {}
714
954
  }
715
955
  },
716
- "S7": {
956
+ "Sg": {
717
957
  "type": "list",
718
958
  "member": {
719
959
  "type": "structure",
@@ -723,7 +963,7 @@
723
963
  ],
724
964
  "members": {
725
965
  "Key": {
726
- "shape": "S9"
966
+ "shape": "Si"
727
967
  },
728
968
  "Value": {
729
969
  "type": "string",
@@ -732,11 +972,11 @@
732
972
  }
733
973
  }
734
974
  },
735
- "S9": {
975
+ "Si": {
736
976
  "type": "string",
737
977
  "sensitive": true
738
978
  },
739
- "Sc": {
979
+ "Sl": {
740
980
  "type": "structure",
741
981
  "members": {
742
982
  "Arn": {},
@@ -744,25 +984,28 @@
744
984
  "type": "timestamp"
745
985
  },
746
986
  "Description": {
747
- "shape": "S3"
987
+ "shape": "Sc"
748
988
  },
749
989
  "DomainId": {},
750
990
  "DomainStatus": {},
751
991
  "Name": {
752
- "shape": "S4"
992
+ "shape": "Sd"
753
993
  },
754
994
  "ServerSideEncryptionConfiguration": {
755
- "shape": "S5"
995
+ "shape": "Se"
756
996
  },
757
997
  "ServerSideEncryptionUpdateDetails": {
758
- "shape": "Sh"
998
+ "shape": "So"
759
999
  },
760
1000
  "UpdatedAt": {
761
1001
  "type": "timestamp"
1002
+ },
1003
+ "WatchlistDetails": {
1004
+ "shape": "Sr"
762
1005
  }
763
1006
  }
764
1007
  },
765
- "Sh": {
1008
+ "So": {
766
1009
  "type": "structure",
767
1010
  "members": {
768
1011
  "Message": {},
@@ -770,15 +1013,50 @@
770
1013
  "UpdateStatus": {}
771
1014
  }
772
1015
  },
773
- "Sm": {
1016
+ "Sr": {
1017
+ "type": "structure",
1018
+ "required": [
1019
+ "DefaultWatchlistId"
1020
+ ],
1021
+ "members": {
1022
+ "DefaultWatchlistId": {}
1023
+ }
1024
+ },
1025
+ "St": {
774
1026
  "type": "string",
775
1027
  "sensitive": true
776
1028
  },
777
- "So": {
1029
+ "Su": {
1030
+ "type": "string",
1031
+ "sensitive": true
1032
+ },
1033
+ "Sw": {
1034
+ "type": "structure",
1035
+ "members": {
1036
+ "CreatedAt": {
1037
+ "type": "timestamp"
1038
+ },
1039
+ "DefaultWatchlist": {
1040
+ "type": "boolean"
1041
+ },
1042
+ "Description": {
1043
+ "shape": "St"
1044
+ },
1045
+ "DomainId": {},
1046
+ "Name": {
1047
+ "shape": "Su"
1048
+ },
1049
+ "UpdatedAt": {
1050
+ "type": "timestamp"
1051
+ },
1052
+ "WatchlistId": {}
1053
+ }
1054
+ },
1055
+ "S11": {
778
1056
  "type": "string",
779
1057
  "sensitive": true
780
1058
  },
781
- "Sy": {
1059
+ "S1a": {
782
1060
  "type": "structure",
783
1061
  "members": {
784
1062
  "CreatedAt": {
@@ -790,28 +1068,28 @@
790
1068
  "type": "timestamp"
791
1069
  },
792
1070
  "FailureDetails": {
793
- "shape": "S10"
1071
+ "shape": "S1c"
794
1072
  },
795
1073
  "InputDataConfig": {
796
- "shape": "S12"
1074
+ "shape": "S1e"
797
1075
  },
798
1076
  "JobId": {},
799
1077
  "JobName": {
800
- "shape": "S14"
1078
+ "shape": "S1g"
801
1079
  },
802
1080
  "JobProgress": {
803
- "shape": "S15"
1081
+ "shape": "S1h"
804
1082
  },
805
1083
  "JobStatus": {},
806
1084
  "OutputDataConfig": {
807
- "shape": "S18"
1085
+ "shape": "S1k"
808
1086
  },
809
1087
  "RegistrationConfig": {
810
- "shape": "S19"
1088
+ "shape": "S1l"
811
1089
  }
812
1090
  }
813
1091
  },
814
- "S10": {
1092
+ "S1c": {
815
1093
  "type": "structure",
816
1094
  "members": {
817
1095
  "Message": {},
@@ -820,7 +1098,7 @@
820
1098
  }
821
1099
  }
822
1100
  },
823
- "S12": {
1101
+ "S1e": {
824
1102
  "type": "structure",
825
1103
  "required": [
826
1104
  "S3Uri"
@@ -829,11 +1107,11 @@
829
1107
  "S3Uri": {}
830
1108
  }
831
1109
  },
832
- "S14": {
1110
+ "S1g": {
833
1111
  "type": "string",
834
1112
  "sensitive": true
835
1113
  },
836
- "S15": {
1114
+ "S1h": {
837
1115
  "type": "structure",
838
1116
  "members": {
839
1117
  "PercentComplete": {
@@ -841,7 +1119,7 @@
841
1119
  }
842
1120
  }
843
1121
  },
844
- "S18": {
1122
+ "S1k": {
845
1123
  "type": "structure",
846
1124
  "required": [
847
1125
  "S3Uri"
@@ -851,23 +1129,27 @@
851
1129
  "S3Uri": {}
852
1130
  }
853
1131
  },
854
- "S19": {
1132
+ "S1l": {
855
1133
  "type": "structure",
856
1134
  "members": {
857
1135
  "DuplicateRegistrationAction": {},
858
1136
  "FraudsterSimilarityThreshold": {
859
1137
  "type": "integer"
1138
+ },
1139
+ "WatchlistIds": {
1140
+ "type": "list",
1141
+ "member": {}
860
1142
  }
861
1143
  }
862
1144
  },
863
- "S1d": {
1145
+ "S1q": {
864
1146
  "type": "structure",
865
1147
  "members": {
866
1148
  "CreatedAt": {
867
1149
  "type": "timestamp"
868
1150
  },
869
1151
  "CustomerSpeakerId": {
870
- "shape": "S1e"
1152
+ "shape": "S1r"
871
1153
  },
872
1154
  "DomainId": {},
873
1155
  "GeneratedSpeakerId": {},
@@ -880,11 +1162,11 @@
880
1162
  }
881
1163
  }
882
1164
  },
883
- "S1e": {
1165
+ "S1r": {
884
1166
  "type": "string",
885
1167
  "sensitive": true
886
1168
  },
887
- "S1j": {
1169
+ "S1w": {
888
1170
  "type": "structure",
889
1171
  "members": {
890
1172
  "CreatedAt": {
@@ -896,28 +1178,28 @@
896
1178
  "type": "timestamp"
897
1179
  },
898
1180
  "EnrollmentConfig": {
899
- "shape": "S1k"
1181
+ "shape": "S1x"
900
1182
  },
901
1183
  "FailureDetails": {
902
- "shape": "S10"
1184
+ "shape": "S1c"
903
1185
  },
904
1186
  "InputDataConfig": {
905
- "shape": "S12"
1187
+ "shape": "S1e"
906
1188
  },
907
1189
  "JobId": {},
908
1190
  "JobName": {
909
- "shape": "S14"
1191
+ "shape": "S1g"
910
1192
  },
911
1193
  "JobProgress": {
912
- "shape": "S15"
1194
+ "shape": "S1h"
913
1195
  },
914
1196
  "JobStatus": {},
915
1197
  "OutputDataConfig": {
916
- "shape": "S18"
1198
+ "shape": "S1k"
917
1199
  }
918
1200
  }
919
1201
  },
920
- "S1k": {
1202
+ "S1x": {
921
1203
  "type": "structure",
922
1204
  "members": {
923
1205
  "ExistingEnrollmentAction": {},
@@ -927,6 +1209,10 @@
927
1209
  "FraudDetectionAction": {},
928
1210
  "RiskThreshold": {
929
1211
  "type": "integer"
1212
+ },
1213
+ "WatchlistIds": {
1214
+ "type": "list",
1215
+ "member": {}
930
1216
  }
931
1217
  }
932
1218
  }