cdk-comprehend-s3olap 2.0.68 → 2.0.71
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +220 -167
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +105 -77
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +98 -66
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +135 -111
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +405 -123
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +11 -5
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +103 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +252 -141
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +59 -3
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -3
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kendra.d.ts +38 -6
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +48 -2
- package/node_modules/aws-sdk/clients/lambda.d.ts +45 -17
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +290 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +36 -12
- package/node_modules/aws-sdk/clients/rekognition.d.ts +170 -3
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +11 -11
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +57 -57
- package/node_modules/aws-sdk/clients/wisdom.d.ts +56 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +407 -260
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/node_modules/object.assign/CHANGELOG.md +4 -0
- package/node_modules/object.assign/dist/browser.js +944 -0
- package/node_modules/object.assign/package.json +3 -2
- package/package.json +7 -7
@@ -71,6 +71,37 @@
|
|
71
71
|
}
|
72
72
|
}
|
73
73
|
},
|
74
|
+
"CopyProjectVersion": {
|
75
|
+
"input": {
|
76
|
+
"type": "structure",
|
77
|
+
"required": [
|
78
|
+
"SourceProjectArn",
|
79
|
+
"SourceProjectVersionArn",
|
80
|
+
"DestinationProjectArn",
|
81
|
+
"VersionName",
|
82
|
+
"OutputConfig"
|
83
|
+
],
|
84
|
+
"members": {
|
85
|
+
"SourceProjectArn": {},
|
86
|
+
"SourceProjectVersionArn": {},
|
87
|
+
"DestinationProjectArn": {},
|
88
|
+
"VersionName": {},
|
89
|
+
"OutputConfig": {
|
90
|
+
"shape": "Sy"
|
91
|
+
},
|
92
|
+
"Tags": {
|
93
|
+
"shape": "S10"
|
94
|
+
},
|
95
|
+
"KmsKeyId": {}
|
96
|
+
}
|
97
|
+
},
|
98
|
+
"output": {
|
99
|
+
"type": "structure",
|
100
|
+
"members": {
|
101
|
+
"ProjectVersionArn": {}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
},
|
74
105
|
"CreateCollection": {
|
75
106
|
"input": {
|
76
107
|
"type": "structure",
|
@@ -80,7 +111,7 @@
|
|
80
111
|
"members": {
|
81
112
|
"CollectionId": {},
|
82
113
|
"Tags": {
|
83
|
-
"shape": "
|
114
|
+
"shape": "S10"
|
84
115
|
}
|
85
116
|
}
|
86
117
|
},
|
@@ -107,7 +138,7 @@
|
|
107
138
|
"type": "structure",
|
108
139
|
"members": {
|
109
140
|
"GroundTruthManifest": {
|
110
|
-
"shape": "
|
141
|
+
"shape": "S1c"
|
111
142
|
},
|
112
143
|
"DatasetArn": {}
|
113
144
|
}
|
@@ -152,16 +183,16 @@
|
|
152
183
|
"ProjectArn": {},
|
153
184
|
"VersionName": {},
|
154
185
|
"OutputConfig": {
|
155
|
-
"shape": "
|
186
|
+
"shape": "Sy"
|
156
187
|
},
|
157
188
|
"TrainingData": {
|
158
|
-
"shape": "
|
189
|
+
"shape": "S1k"
|
159
190
|
},
|
160
191
|
"TestingData": {
|
161
|
-
"shape": "
|
192
|
+
"shape": "S1n"
|
162
193
|
},
|
163
194
|
"Tags": {
|
164
|
-
"shape": "
|
195
|
+
"shape": "S10"
|
165
196
|
},
|
166
197
|
"KmsKeyId": {}
|
167
198
|
}
|
@@ -185,28 +216,28 @@
|
|
185
216
|
],
|
186
217
|
"members": {
|
187
218
|
"Input": {
|
188
|
-
"shape": "
|
219
|
+
"shape": "S1q"
|
189
220
|
},
|
190
221
|
"Output": {
|
191
|
-
"shape": "
|
222
|
+
"shape": "S1t"
|
192
223
|
},
|
193
224
|
"Name": {},
|
194
225
|
"Settings": {
|
195
|
-
"shape": "
|
226
|
+
"shape": "S1y"
|
196
227
|
},
|
197
228
|
"RoleArn": {},
|
198
229
|
"Tags": {
|
199
|
-
"shape": "
|
230
|
+
"shape": "S10"
|
200
231
|
},
|
201
232
|
"NotificationChannel": {
|
202
|
-
"shape": "
|
233
|
+
"shape": "S24"
|
203
234
|
},
|
204
235
|
"KmsKeyId": {},
|
205
236
|
"RegionsOfInterest": {
|
206
|
-
"shape": "
|
237
|
+
"shape": "S26"
|
207
238
|
},
|
208
239
|
"DataSharingPreference": {
|
209
|
-
"shape": "
|
240
|
+
"shape": "S2a"
|
210
241
|
}
|
211
242
|
}
|
212
243
|
},
|
@@ -261,7 +292,7 @@
|
|
261
292
|
"members": {
|
262
293
|
"CollectionId": {},
|
263
294
|
"FaceIds": {
|
264
|
-
"shape": "
|
295
|
+
"shape": "S2i"
|
265
296
|
}
|
266
297
|
}
|
267
298
|
},
|
@@ -269,7 +300,7 @@
|
|
269
300
|
"type": "structure",
|
270
301
|
"members": {
|
271
302
|
"DeletedFaces": {
|
272
|
-
"shape": "
|
303
|
+
"shape": "S2i"
|
273
304
|
}
|
274
305
|
}
|
275
306
|
}
|
@@ -291,6 +322,24 @@
|
|
291
322
|
}
|
292
323
|
}
|
293
324
|
},
|
325
|
+
"DeleteProjectPolicy": {
|
326
|
+
"input": {
|
327
|
+
"type": "structure",
|
328
|
+
"required": [
|
329
|
+
"ProjectArn",
|
330
|
+
"PolicyName"
|
331
|
+
],
|
332
|
+
"members": {
|
333
|
+
"ProjectArn": {},
|
334
|
+
"PolicyName": {},
|
335
|
+
"PolicyRevisionId": {}
|
336
|
+
}
|
337
|
+
},
|
338
|
+
"output": {
|
339
|
+
"type": "structure",
|
340
|
+
"members": {}
|
341
|
+
}
|
342
|
+
},
|
294
343
|
"DeleteProjectVersion": {
|
295
344
|
"input": {
|
296
345
|
"type": "structure",
|
@@ -436,19 +485,19 @@
|
|
436
485
|
"type": "timestamp"
|
437
486
|
},
|
438
487
|
"OutputConfig": {
|
439
|
-
"shape": "
|
488
|
+
"shape": "Sy"
|
440
489
|
},
|
441
490
|
"TrainingDataResult": {
|
442
491
|
"type": "structure",
|
443
492
|
"members": {
|
444
493
|
"Input": {
|
445
|
-
"shape": "
|
494
|
+
"shape": "S1k"
|
446
495
|
},
|
447
496
|
"Output": {
|
448
|
-
"shape": "
|
497
|
+
"shape": "S1k"
|
449
498
|
},
|
450
499
|
"Validation": {
|
451
|
-
"shape": "
|
500
|
+
"shape": "S3h"
|
452
501
|
}
|
453
502
|
}
|
454
503
|
},
|
@@ -456,13 +505,13 @@
|
|
456
505
|
"type": "structure",
|
457
506
|
"members": {
|
458
507
|
"Input": {
|
459
|
-
"shape": "
|
508
|
+
"shape": "S1n"
|
460
509
|
},
|
461
510
|
"Output": {
|
462
|
-
"shape": "
|
511
|
+
"shape": "S1n"
|
463
512
|
},
|
464
513
|
"Validation": {
|
465
|
-
"shape": "
|
514
|
+
"shape": "S3h"
|
466
515
|
}
|
467
516
|
}
|
468
517
|
},
|
@@ -483,12 +532,13 @@
|
|
483
532
|
}
|
484
533
|
},
|
485
534
|
"ManifestSummary": {
|
486
|
-
"shape": "
|
535
|
+
"shape": "S1c"
|
487
536
|
},
|
488
537
|
"KmsKeyId": {},
|
489
538
|
"MaxInferenceUnits": {
|
490
539
|
"type": "integer"
|
491
|
-
}
|
540
|
+
},
|
541
|
+
"SourceProjectVersionArn": {}
|
492
542
|
}
|
493
543
|
}
|
494
544
|
},
|
@@ -570,24 +620,24 @@
|
|
570
620
|
"type": "timestamp"
|
571
621
|
},
|
572
622
|
"Input": {
|
573
|
-
"shape": "
|
623
|
+
"shape": "S1q"
|
574
624
|
},
|
575
625
|
"Output": {
|
576
|
-
"shape": "
|
626
|
+
"shape": "S1t"
|
577
627
|
},
|
578
628
|
"RoleArn": {},
|
579
629
|
"Settings": {
|
580
|
-
"shape": "
|
630
|
+
"shape": "S1y"
|
581
631
|
},
|
582
632
|
"NotificationChannel": {
|
583
|
-
"shape": "
|
633
|
+
"shape": "S24"
|
584
634
|
},
|
585
635
|
"KmsKeyId": {},
|
586
636
|
"RegionsOfInterest": {
|
587
|
-
"shape": "
|
637
|
+
"shape": "S26"
|
588
638
|
},
|
589
639
|
"DataSharingPreference": {
|
590
|
-
"shape": "
|
640
|
+
"shape": "S2a"
|
591
641
|
}
|
592
642
|
}
|
593
643
|
}
|
@@ -625,7 +675,7 @@
|
|
625
675
|
"type": "float"
|
626
676
|
},
|
627
677
|
"Geometry": {
|
628
|
-
"shape": "
|
678
|
+
"shape": "S40"
|
629
679
|
}
|
630
680
|
}
|
631
681
|
}
|
@@ -644,7 +694,7 @@
|
|
644
694
|
"shape": "S2"
|
645
695
|
},
|
646
696
|
"Attributes": {
|
647
|
-
"shape": "
|
697
|
+
"shape": "S42"
|
648
698
|
}
|
649
699
|
}
|
650
700
|
},
|
@@ -654,7 +704,7 @@
|
|
654
704
|
"FaceDetails": {
|
655
705
|
"type": "list",
|
656
706
|
"member": {
|
657
|
-
"shape": "
|
707
|
+
"shape": "S46"
|
658
708
|
}
|
659
709
|
},
|
660
710
|
"OrientationCorrection": {}
|
@@ -685,7 +735,7 @@
|
|
685
735
|
"Labels": {
|
686
736
|
"type": "list",
|
687
737
|
"member": {
|
688
|
-
"shape": "
|
738
|
+
"shape": "S4j"
|
689
739
|
}
|
690
740
|
},
|
691
741
|
"OrientationCorrection": {},
|
@@ -734,7 +784,7 @@
|
|
734
784
|
"ModerationLabels": {
|
735
785
|
"type": "list",
|
736
786
|
"member": {
|
737
|
-
"shape": "
|
787
|
+
"shape": "S4x"
|
738
788
|
}
|
739
789
|
},
|
740
790
|
"ModerationModelVersion": {},
|
@@ -845,13 +895,13 @@
|
|
845
895
|
"type": "structure",
|
846
896
|
"members": {
|
847
897
|
"PersonsWithRequiredEquipment": {
|
848
|
-
"shape": "
|
898
|
+
"shape": "S5h"
|
849
899
|
},
|
850
900
|
"PersonsWithoutRequiredEquipment": {
|
851
|
-
"shape": "
|
901
|
+
"shape": "S5h"
|
852
902
|
},
|
853
903
|
"PersonsIndeterminate": {
|
854
|
-
"shape": "
|
904
|
+
"shape": "S5h"
|
855
905
|
}
|
856
906
|
}
|
857
907
|
}
|
@@ -872,10 +922,10 @@
|
|
872
922
|
"type": "structure",
|
873
923
|
"members": {
|
874
924
|
"WordFilter": {
|
875
|
-
"shape": "
|
925
|
+
"shape": "S5k"
|
876
926
|
},
|
877
927
|
"RegionsOfInterest": {
|
878
|
-
"shape": "
|
928
|
+
"shape": "S26"
|
879
929
|
}
|
880
930
|
}
|
881
931
|
}
|
@@ -887,7 +937,7 @@
|
|
887
937
|
"TextDetections": {
|
888
938
|
"type": "list",
|
889
939
|
"member": {
|
890
|
-
"shape": "
|
940
|
+
"shape": "S5p"
|
891
941
|
}
|
892
942
|
},
|
893
943
|
"TextModelVersion": {}
|
@@ -934,11 +984,11 @@
|
|
934
984
|
"type": "structure",
|
935
985
|
"members": {
|
936
986
|
"Urls": {
|
937
|
-
"shape": "
|
987
|
+
"shape": "S5y"
|
938
988
|
},
|
939
989
|
"Name": {},
|
940
990
|
"KnownGender": {
|
941
|
-
"shape": "
|
991
|
+
"shape": "S60"
|
942
992
|
}
|
943
993
|
}
|
944
994
|
}
|
@@ -964,7 +1014,7 @@
|
|
964
1014
|
"JobStatus": {},
|
965
1015
|
"StatusMessage": {},
|
966
1016
|
"VideoMetadata": {
|
967
|
-
"shape": "
|
1017
|
+
"shape": "S69"
|
968
1018
|
},
|
969
1019
|
"NextToken": {},
|
970
1020
|
"Celebrities": {
|
@@ -979,7 +1029,7 @@
|
|
979
1029
|
"type": "structure",
|
980
1030
|
"members": {
|
981
1031
|
"Urls": {
|
982
|
-
"shape": "
|
1032
|
+
"shape": "S5y"
|
983
1033
|
},
|
984
1034
|
"Name": {},
|
985
1035
|
"Id": {},
|
@@ -990,10 +1040,10 @@
|
|
990
1040
|
"shape": "Sc"
|
991
1041
|
},
|
992
1042
|
"Face": {
|
993
|
-
"shape": "
|
1043
|
+
"shape": "S46"
|
994
1044
|
},
|
995
1045
|
"KnownGender": {
|
996
|
-
"shape": "
|
1046
|
+
"shape": "S60"
|
997
1047
|
}
|
998
1048
|
}
|
999
1049
|
}
|
@@ -1024,7 +1074,7 @@
|
|
1024
1074
|
"JobStatus": {},
|
1025
1075
|
"StatusMessage": {},
|
1026
1076
|
"VideoMetadata": {
|
1027
|
-
"shape": "
|
1077
|
+
"shape": "S69"
|
1028
1078
|
},
|
1029
1079
|
"ModerationLabels": {
|
1030
1080
|
"type": "list",
|
@@ -1035,7 +1085,7 @@
|
|
1035
1085
|
"type": "long"
|
1036
1086
|
},
|
1037
1087
|
"ModerationLabel": {
|
1038
|
-
"shape": "
|
1088
|
+
"shape": "S4x"
|
1039
1089
|
}
|
1040
1090
|
}
|
1041
1091
|
}
|
@@ -1065,7 +1115,7 @@
|
|
1065
1115
|
"JobStatus": {},
|
1066
1116
|
"StatusMessage": {},
|
1067
1117
|
"VideoMetadata": {
|
1068
|
-
"shape": "
|
1118
|
+
"shape": "S69"
|
1069
1119
|
},
|
1070
1120
|
"NextToken": {},
|
1071
1121
|
"Faces": {
|
@@ -1077,7 +1127,7 @@
|
|
1077
1127
|
"type": "long"
|
1078
1128
|
},
|
1079
1129
|
"Face": {
|
1080
|
-
"shape": "
|
1130
|
+
"shape": "S46"
|
1081
1131
|
}
|
1082
1132
|
}
|
1083
1133
|
}
|
@@ -1107,7 +1157,7 @@
|
|
1107
1157
|
"StatusMessage": {},
|
1108
1158
|
"NextToken": {},
|
1109
1159
|
"VideoMetadata": {
|
1110
|
-
"shape": "
|
1160
|
+
"shape": "S69"
|
1111
1161
|
},
|
1112
1162
|
"Persons": {
|
1113
1163
|
"type": "list",
|
@@ -1118,10 +1168,10 @@
|
|
1118
1168
|
"type": "long"
|
1119
1169
|
},
|
1120
1170
|
"Person": {
|
1121
|
-
"shape": "
|
1171
|
+
"shape": "S6t"
|
1122
1172
|
},
|
1123
1173
|
"FaceMatches": {
|
1124
|
-
"shape": "
|
1174
|
+
"shape": "S6v"
|
1125
1175
|
}
|
1126
1176
|
}
|
1127
1177
|
}
|
@@ -1150,7 +1200,7 @@
|
|
1150
1200
|
"JobStatus": {},
|
1151
1201
|
"StatusMessage": {},
|
1152
1202
|
"VideoMetadata": {
|
1153
|
-
"shape": "
|
1203
|
+
"shape": "S69"
|
1154
1204
|
},
|
1155
1205
|
"NextToken": {},
|
1156
1206
|
"Labels": {
|
@@ -1162,7 +1212,7 @@
|
|
1162
1212
|
"type": "long"
|
1163
1213
|
},
|
1164
1214
|
"Label": {
|
1165
|
-
"shape": "
|
1215
|
+
"shape": "S4j"
|
1166
1216
|
}
|
1167
1217
|
}
|
1168
1218
|
}
|
@@ -1192,7 +1242,7 @@
|
|
1192
1242
|
"JobStatus": {},
|
1193
1243
|
"StatusMessage": {},
|
1194
1244
|
"VideoMetadata": {
|
1195
|
-
"shape": "
|
1245
|
+
"shape": "S69"
|
1196
1246
|
},
|
1197
1247
|
"NextToken": {},
|
1198
1248
|
"Persons": {
|
@@ -1204,7 +1254,7 @@
|
|
1204
1254
|
"type": "long"
|
1205
1255
|
},
|
1206
1256
|
"Person": {
|
1207
|
-
"shape": "
|
1257
|
+
"shape": "S6t"
|
1208
1258
|
}
|
1209
1259
|
}
|
1210
1260
|
}
|
@@ -1234,7 +1284,7 @@
|
|
1234
1284
|
"VideoMetadata": {
|
1235
1285
|
"type": "list",
|
1236
1286
|
"member": {
|
1237
|
-
"shape": "
|
1287
|
+
"shape": "S69"
|
1238
1288
|
}
|
1239
1289
|
},
|
1240
1290
|
"AudioMetadata": {
|
@@ -1339,7 +1389,7 @@
|
|
1339
1389
|
"JobStatus": {},
|
1340
1390
|
"StatusMessage": {},
|
1341
1391
|
"VideoMetadata": {
|
1342
|
-
"shape": "
|
1392
|
+
"shape": "S69"
|
1343
1393
|
},
|
1344
1394
|
"TextDetections": {
|
1345
1395
|
"type": "list",
|
@@ -1350,7 +1400,7 @@
|
|
1350
1400
|
"type": "long"
|
1351
1401
|
},
|
1352
1402
|
"TextDetection": {
|
1353
|
-
"shape": "
|
1403
|
+
"shape": "S5p"
|
1354
1404
|
}
|
1355
1405
|
}
|
1356
1406
|
}
|
@@ -1374,7 +1424,7 @@
|
|
1374
1424
|
},
|
1375
1425
|
"ExternalImageId": {},
|
1376
1426
|
"DetectionAttributes": {
|
1377
|
-
"shape": "
|
1427
|
+
"shape": "S42"
|
1378
1428
|
},
|
1379
1429
|
"MaxFaces": {
|
1380
1430
|
"type": "integer"
|
@@ -1391,10 +1441,10 @@
|
|
1391
1441
|
"type": "structure",
|
1392
1442
|
"members": {
|
1393
1443
|
"Face": {
|
1394
|
-
"shape": "
|
1444
|
+
"shape": "S6x"
|
1395
1445
|
},
|
1396
1446
|
"FaceDetail": {
|
1397
|
-
"shape": "
|
1447
|
+
"shape": "S46"
|
1398
1448
|
}
|
1399
1449
|
}
|
1400
1450
|
}
|
@@ -1411,7 +1461,7 @@
|
|
1411
1461
|
"member": {}
|
1412
1462
|
},
|
1413
1463
|
"FaceDetail": {
|
1414
|
-
"shape": "
|
1464
|
+
"shape": "S46"
|
1415
1465
|
}
|
1416
1466
|
}
|
1417
1467
|
}
|
@@ -1541,7 +1591,7 @@
|
|
1541
1591
|
"Faces": {
|
1542
1592
|
"type": "list",
|
1543
1593
|
"member": {
|
1544
|
-
"shape": "
|
1594
|
+
"shape": "S6x"
|
1545
1595
|
}
|
1546
1596
|
},
|
1547
1597
|
"NextToken": {},
|
@@ -1549,6 +1599,45 @@
|
|
1549
1599
|
}
|
1550
1600
|
}
|
1551
1601
|
},
|
1602
|
+
"ListProjectPolicies": {
|
1603
|
+
"input": {
|
1604
|
+
"type": "structure",
|
1605
|
+
"required": [
|
1606
|
+
"ProjectArn"
|
1607
|
+
],
|
1608
|
+
"members": {
|
1609
|
+
"ProjectArn": {},
|
1610
|
+
"NextToken": {},
|
1611
|
+
"MaxResults": {
|
1612
|
+
"type": "integer"
|
1613
|
+
}
|
1614
|
+
}
|
1615
|
+
},
|
1616
|
+
"output": {
|
1617
|
+
"type": "structure",
|
1618
|
+
"members": {
|
1619
|
+
"ProjectPolicies": {
|
1620
|
+
"type": "list",
|
1621
|
+
"member": {
|
1622
|
+
"type": "structure",
|
1623
|
+
"members": {
|
1624
|
+
"ProjectArn": {},
|
1625
|
+
"PolicyName": {},
|
1626
|
+
"PolicyRevisionId": {},
|
1627
|
+
"PolicyDocument": {},
|
1628
|
+
"CreationTimestamp": {
|
1629
|
+
"type": "timestamp"
|
1630
|
+
},
|
1631
|
+
"LastUpdatedTimestamp": {
|
1632
|
+
"type": "timestamp"
|
1633
|
+
}
|
1634
|
+
}
|
1635
|
+
}
|
1636
|
+
},
|
1637
|
+
"NextToken": {}
|
1638
|
+
}
|
1639
|
+
}
|
1640
|
+
},
|
1552
1641
|
"ListStreamProcessors": {
|
1553
1642
|
"input": {
|
1554
1643
|
"type": "structure",
|
@@ -1590,11 +1679,33 @@
|
|
1590
1679
|
"type": "structure",
|
1591
1680
|
"members": {
|
1592
1681
|
"Tags": {
|
1593
|
-
"shape": "
|
1682
|
+
"shape": "S10"
|
1594
1683
|
}
|
1595
1684
|
}
|
1596
1685
|
}
|
1597
1686
|
},
|
1687
|
+
"PutProjectPolicy": {
|
1688
|
+
"input": {
|
1689
|
+
"type": "structure",
|
1690
|
+
"required": [
|
1691
|
+
"ProjectArn",
|
1692
|
+
"PolicyName",
|
1693
|
+
"PolicyDocument"
|
1694
|
+
],
|
1695
|
+
"members": {
|
1696
|
+
"ProjectArn": {},
|
1697
|
+
"PolicyName": {},
|
1698
|
+
"PolicyRevisionId": {},
|
1699
|
+
"PolicyDocument": {}
|
1700
|
+
}
|
1701
|
+
},
|
1702
|
+
"output": {
|
1703
|
+
"type": "structure",
|
1704
|
+
"members": {
|
1705
|
+
"PolicyRevisionId": {}
|
1706
|
+
}
|
1707
|
+
}
|
1708
|
+
},
|
1598
1709
|
"RecognizeCelebrities": {
|
1599
1710
|
"input": {
|
1600
1711
|
"type": "structure",
|
@@ -1616,7 +1727,7 @@
|
|
1616
1727
|
"type": "structure",
|
1617
1728
|
"members": {
|
1618
1729
|
"Urls": {
|
1619
|
-
"shape": "
|
1730
|
+
"shape": "S5y"
|
1620
1731
|
},
|
1621
1732
|
"Name": {},
|
1622
1733
|
"Id": {},
|
@@ -1627,7 +1738,7 @@
|
|
1627
1738
|
"type": "float"
|
1628
1739
|
},
|
1629
1740
|
"KnownGender": {
|
1630
|
-
"shape": "
|
1741
|
+
"shape": "S60"
|
1631
1742
|
}
|
1632
1743
|
}
|
1633
1744
|
}
|
@@ -1665,7 +1776,7 @@
|
|
1665
1776
|
"members": {
|
1666
1777
|
"SearchedFaceId": {},
|
1667
1778
|
"FaceMatches": {
|
1668
|
-
"shape": "
|
1779
|
+
"shape": "S6v"
|
1669
1780
|
},
|
1670
1781
|
"FaceModelVersion": {}
|
1671
1782
|
}
|
@@ -1702,7 +1813,7 @@
|
|
1702
1813
|
"type": "float"
|
1703
1814
|
},
|
1704
1815
|
"FaceMatches": {
|
1705
|
-
"shape": "
|
1816
|
+
"shape": "S6v"
|
1706
1817
|
},
|
1707
1818
|
"FaceModelVersion": {}
|
1708
1819
|
}
|
@@ -1716,11 +1827,11 @@
|
|
1716
1827
|
],
|
1717
1828
|
"members": {
|
1718
1829
|
"Video": {
|
1719
|
-
"shape": "
|
1830
|
+
"shape": "S9h"
|
1720
1831
|
},
|
1721
1832
|
"ClientRequestToken": {},
|
1722
1833
|
"NotificationChannel": {
|
1723
|
-
"shape": "
|
1834
|
+
"shape": "S9j"
|
1724
1835
|
},
|
1725
1836
|
"JobTag": {}
|
1726
1837
|
}
|
@@ -1741,14 +1852,14 @@
|
|
1741
1852
|
],
|
1742
1853
|
"members": {
|
1743
1854
|
"Video": {
|
1744
|
-
"shape": "
|
1855
|
+
"shape": "S9h"
|
1745
1856
|
},
|
1746
1857
|
"MinConfidence": {
|
1747
1858
|
"type": "float"
|
1748
1859
|
},
|
1749
1860
|
"ClientRequestToken": {},
|
1750
1861
|
"NotificationChannel": {
|
1751
|
-
"shape": "
|
1862
|
+
"shape": "S9j"
|
1752
1863
|
},
|
1753
1864
|
"JobTag": {}
|
1754
1865
|
}
|
@@ -1769,11 +1880,11 @@
|
|
1769
1880
|
],
|
1770
1881
|
"members": {
|
1771
1882
|
"Video": {
|
1772
|
-
"shape": "
|
1883
|
+
"shape": "S9h"
|
1773
1884
|
},
|
1774
1885
|
"ClientRequestToken": {},
|
1775
1886
|
"NotificationChannel": {
|
1776
|
-
"shape": "
|
1887
|
+
"shape": "S9j"
|
1777
1888
|
},
|
1778
1889
|
"FaceAttributes": {},
|
1779
1890
|
"JobTag": {}
|
@@ -1796,7 +1907,7 @@
|
|
1796
1907
|
],
|
1797
1908
|
"members": {
|
1798
1909
|
"Video": {
|
1799
|
-
"shape": "
|
1910
|
+
"shape": "S9h"
|
1800
1911
|
},
|
1801
1912
|
"ClientRequestToken": {},
|
1802
1913
|
"FaceMatchThreshold": {
|
@@ -1804,7 +1915,7 @@
|
|
1804
1915
|
},
|
1805
1916
|
"CollectionId": {},
|
1806
1917
|
"NotificationChannel": {
|
1807
|
-
"shape": "
|
1918
|
+
"shape": "S9j"
|
1808
1919
|
},
|
1809
1920
|
"JobTag": {}
|
1810
1921
|
}
|
@@ -1825,14 +1936,14 @@
|
|
1825
1936
|
],
|
1826
1937
|
"members": {
|
1827
1938
|
"Video": {
|
1828
|
-
"shape": "
|
1939
|
+
"shape": "S9h"
|
1829
1940
|
},
|
1830
1941
|
"ClientRequestToken": {},
|
1831
1942
|
"MinConfidence": {
|
1832
1943
|
"type": "float"
|
1833
1944
|
},
|
1834
1945
|
"NotificationChannel": {
|
1835
|
-
"shape": "
|
1946
|
+
"shape": "S9j"
|
1836
1947
|
},
|
1837
1948
|
"JobTag": {}
|
1838
1949
|
}
|
@@ -1853,11 +1964,11 @@
|
|
1853
1964
|
],
|
1854
1965
|
"members": {
|
1855
1966
|
"Video": {
|
1856
|
-
"shape": "
|
1967
|
+
"shape": "S9h"
|
1857
1968
|
},
|
1858
1969
|
"ClientRequestToken": {},
|
1859
1970
|
"NotificationChannel": {
|
1860
|
-
"shape": "
|
1971
|
+
"shape": "S9j"
|
1861
1972
|
},
|
1862
1973
|
"JobTag": {}
|
1863
1974
|
}
|
@@ -1903,11 +2014,11 @@
|
|
1903
2014
|
],
|
1904
2015
|
"members": {
|
1905
2016
|
"Video": {
|
1906
|
-
"shape": "
|
2017
|
+
"shape": "S9h"
|
1907
2018
|
},
|
1908
2019
|
"ClientRequestToken": {},
|
1909
2020
|
"NotificationChannel": {
|
1910
|
-
"shape": "
|
2021
|
+
"shape": "S9j"
|
1911
2022
|
},
|
1912
2023
|
"JobTag": {},
|
1913
2024
|
"Filters": {
|
@@ -2003,21 +2114,21 @@
|
|
2003
2114
|
],
|
2004
2115
|
"members": {
|
2005
2116
|
"Video": {
|
2006
|
-
"shape": "
|
2117
|
+
"shape": "S9h"
|
2007
2118
|
},
|
2008
2119
|
"ClientRequestToken": {},
|
2009
2120
|
"NotificationChannel": {
|
2010
|
-
"shape": "
|
2121
|
+
"shape": "S9j"
|
2011
2122
|
},
|
2012
2123
|
"JobTag": {},
|
2013
2124
|
"Filters": {
|
2014
2125
|
"type": "structure",
|
2015
2126
|
"members": {
|
2016
2127
|
"WordFilter": {
|
2017
|
-
"shape": "
|
2128
|
+
"shape": "S5k"
|
2018
2129
|
},
|
2019
2130
|
"RegionsOfInterest": {
|
2020
|
-
"shape": "
|
2131
|
+
"shape": "S26"
|
2021
2132
|
}
|
2022
2133
|
}
|
2023
2134
|
}
|
@@ -2073,7 +2184,7 @@
|
|
2073
2184
|
"members": {
|
2074
2185
|
"ResourceArn": {},
|
2075
2186
|
"Tags": {
|
2076
|
-
"shape": "
|
2187
|
+
"shape": "S10"
|
2077
2188
|
}
|
2078
2189
|
}
|
2079
2190
|
},
|
@@ -2144,7 +2255,7 @@
|
|
2144
2255
|
"type": "structure",
|
2145
2256
|
"members": {
|
2146
2257
|
"Labels": {
|
2147
|
-
"shape": "
|
2258
|
+
"shape": "S21"
|
2148
2259
|
},
|
2149
2260
|
"MinConfidence": {
|
2150
2261
|
"type": "float"
|
@@ -2154,10 +2265,10 @@
|
|
2154
2265
|
}
|
2155
2266
|
},
|
2156
2267
|
"RegionsOfInterestForUpdate": {
|
2157
|
-
"shape": "
|
2268
|
+
"shape": "S26"
|
2158
2269
|
},
|
2159
2270
|
"DataSharingPreferenceForUpdate": {
|
2160
|
-
"shape": "
|
2271
|
+
"shape": "S2a"
|
2161
2272
|
},
|
2162
2273
|
"ParametersToDelete": {
|
2163
2274
|
"type": "list",
|
@@ -2297,12 +2408,19 @@
|
|
2297
2408
|
}
|
2298
2409
|
}
|
2299
2410
|
},
|
2300
|
-
"
|
2411
|
+
"Sy": {
|
2412
|
+
"type": "structure",
|
2413
|
+
"members": {
|
2414
|
+
"S3Bucket": {},
|
2415
|
+
"S3KeyPrefix": {}
|
2416
|
+
}
|
2417
|
+
},
|
2418
|
+
"S10": {
|
2301
2419
|
"type": "map",
|
2302
2420
|
"key": {},
|
2303
2421
|
"value": {}
|
2304
2422
|
},
|
2305
|
-
"
|
2423
|
+
"S1c": {
|
2306
2424
|
"type": "structure",
|
2307
2425
|
"members": {
|
2308
2426
|
"S3Object": {
|
@@ -2310,44 +2428,37 @@
|
|
2310
2428
|
}
|
2311
2429
|
}
|
2312
2430
|
},
|
2313
|
-
"
|
2314
|
-
"type": "structure",
|
2315
|
-
"members": {
|
2316
|
-
"S3Bucket": {},
|
2317
|
-
"S3KeyPrefix": {}
|
2318
|
-
}
|
2319
|
-
},
|
2320
|
-
"S1g": {
|
2431
|
+
"S1k": {
|
2321
2432
|
"type": "structure",
|
2322
2433
|
"members": {
|
2323
2434
|
"Assets": {
|
2324
|
-
"shape": "
|
2435
|
+
"shape": "S1l"
|
2325
2436
|
}
|
2326
2437
|
}
|
2327
2438
|
},
|
2328
|
-
"
|
2439
|
+
"S1l": {
|
2329
2440
|
"type": "list",
|
2330
2441
|
"member": {
|
2331
2442
|
"type": "structure",
|
2332
2443
|
"members": {
|
2333
2444
|
"GroundTruthManifest": {
|
2334
|
-
"shape": "
|
2445
|
+
"shape": "S1c"
|
2335
2446
|
}
|
2336
2447
|
}
|
2337
2448
|
}
|
2338
2449
|
},
|
2339
|
-
"
|
2450
|
+
"S1n": {
|
2340
2451
|
"type": "structure",
|
2341
2452
|
"members": {
|
2342
2453
|
"Assets": {
|
2343
|
-
"shape": "
|
2454
|
+
"shape": "S1l"
|
2344
2455
|
},
|
2345
2456
|
"AutoCreate": {
|
2346
2457
|
"type": "boolean"
|
2347
2458
|
}
|
2348
2459
|
}
|
2349
2460
|
},
|
2350
|
-
"
|
2461
|
+
"S1q": {
|
2351
2462
|
"type": "structure",
|
2352
2463
|
"members": {
|
2353
2464
|
"KinesisVideoStream": {
|
@@ -2358,7 +2469,7 @@
|
|
2358
2469
|
}
|
2359
2470
|
}
|
2360
2471
|
},
|
2361
|
-
"
|
2472
|
+
"S1t": {
|
2362
2473
|
"type": "structure",
|
2363
2474
|
"members": {
|
2364
2475
|
"KinesisDataStream": {
|
@@ -2376,7 +2487,7 @@
|
|
2376
2487
|
}
|
2377
2488
|
}
|
2378
2489
|
},
|
2379
|
-
"
|
2490
|
+
"S1y": {
|
2380
2491
|
"type": "structure",
|
2381
2492
|
"members": {
|
2382
2493
|
"FaceSearch": {
|
@@ -2395,7 +2506,7 @@
|
|
2395
2506
|
],
|
2396
2507
|
"members": {
|
2397
2508
|
"Labels": {
|
2398
|
-
"shape": "
|
2509
|
+
"shape": "S21"
|
2399
2510
|
},
|
2400
2511
|
"MinConfidence": {
|
2401
2512
|
"type": "float"
|
@@ -2404,11 +2515,11 @@
|
|
2404
2515
|
}
|
2405
2516
|
}
|
2406
2517
|
},
|
2407
|
-
"
|
2518
|
+
"S21": {
|
2408
2519
|
"type": "list",
|
2409
2520
|
"member": {}
|
2410
2521
|
},
|
2411
|
-
"
|
2522
|
+
"S24": {
|
2412
2523
|
"type": "structure",
|
2413
2524
|
"required": [
|
2414
2525
|
"SNSTopicArn"
|
@@ -2417,7 +2528,7 @@
|
|
2417
2528
|
"SNSTopicArn": {}
|
2418
2529
|
}
|
2419
2530
|
},
|
2420
|
-
"
|
2531
|
+
"S26": {
|
2421
2532
|
"type": "list",
|
2422
2533
|
"member": {
|
2423
2534
|
"type": "structure",
|
@@ -2426,12 +2537,12 @@
|
|
2426
2537
|
"shape": "Sc"
|
2427
2538
|
},
|
2428
2539
|
"Polygon": {
|
2429
|
-
"shape": "
|
2540
|
+
"shape": "S28"
|
2430
2541
|
}
|
2431
2542
|
}
|
2432
2543
|
}
|
2433
2544
|
},
|
2434
|
-
"
|
2545
|
+
"S28": {
|
2435
2546
|
"type": "list",
|
2436
2547
|
"member": {
|
2437
2548
|
"type": "structure",
|
@@ -2445,7 +2556,7 @@
|
|
2445
2556
|
}
|
2446
2557
|
}
|
2447
2558
|
},
|
2448
|
-
"
|
2559
|
+
"S2a": {
|
2449
2560
|
"type": "structure",
|
2450
2561
|
"required": [
|
2451
2562
|
"OptIn"
|
@@ -2456,34 +2567,34 @@
|
|
2456
2567
|
}
|
2457
2568
|
}
|
2458
2569
|
},
|
2459
|
-
"
|
2570
|
+
"S2i": {
|
2460
2571
|
"type": "list",
|
2461
2572
|
"member": {}
|
2462
2573
|
},
|
2463
|
-
"
|
2574
|
+
"S3h": {
|
2464
2575
|
"type": "structure",
|
2465
2576
|
"members": {
|
2466
2577
|
"Assets": {
|
2467
|
-
"shape": "
|
2578
|
+
"shape": "S1l"
|
2468
2579
|
}
|
2469
2580
|
}
|
2470
2581
|
},
|
2471
|
-
"
|
2582
|
+
"S40": {
|
2472
2583
|
"type": "structure",
|
2473
2584
|
"members": {
|
2474
2585
|
"BoundingBox": {
|
2475
2586
|
"shape": "Sc"
|
2476
2587
|
},
|
2477
2588
|
"Polygon": {
|
2478
|
-
"shape": "
|
2589
|
+
"shape": "S28"
|
2479
2590
|
}
|
2480
2591
|
}
|
2481
2592
|
},
|
2482
|
-
"
|
2593
|
+
"S42": {
|
2483
2594
|
"type": "list",
|
2484
2595
|
"member": {}
|
2485
2596
|
},
|
2486
|
-
"
|
2597
|
+
"S46": {
|
2487
2598
|
"type": "structure",
|
2488
2599
|
"members": {
|
2489
2600
|
"BoundingBox": {
|
@@ -2595,7 +2706,7 @@
|
|
2595
2706
|
}
|
2596
2707
|
}
|
2597
2708
|
},
|
2598
|
-
"
|
2709
|
+
"S4j": {
|
2599
2710
|
"type": "structure",
|
2600
2711
|
"members": {
|
2601
2712
|
"Name": {},
|
@@ -2627,7 +2738,7 @@
|
|
2627
2738
|
}
|
2628
2739
|
}
|
2629
2740
|
},
|
2630
|
-
"
|
2741
|
+
"S4x": {
|
2631
2742
|
"type": "structure",
|
2632
2743
|
"members": {
|
2633
2744
|
"Confidence": {
|
@@ -2637,13 +2748,13 @@
|
|
2637
2748
|
"ParentName": {}
|
2638
2749
|
}
|
2639
2750
|
},
|
2640
|
-
"
|
2751
|
+
"S5h": {
|
2641
2752
|
"type": "list",
|
2642
2753
|
"member": {
|
2643
2754
|
"type": "integer"
|
2644
2755
|
}
|
2645
2756
|
},
|
2646
|
-
"
|
2757
|
+
"S5k": {
|
2647
2758
|
"type": "structure",
|
2648
2759
|
"members": {
|
2649
2760
|
"MinConfidence": {
|
@@ -2657,7 +2768,7 @@
|
|
2657
2768
|
}
|
2658
2769
|
}
|
2659
2770
|
},
|
2660
|
-
"
|
2771
|
+
"S5p": {
|
2661
2772
|
"type": "structure",
|
2662
2773
|
"members": {
|
2663
2774
|
"DetectedText": {},
|
@@ -2672,21 +2783,21 @@
|
|
2672
2783
|
"type": "float"
|
2673
2784
|
},
|
2674
2785
|
"Geometry": {
|
2675
|
-
"shape": "
|
2786
|
+
"shape": "S40"
|
2676
2787
|
}
|
2677
2788
|
}
|
2678
2789
|
},
|
2679
|
-
"
|
2790
|
+
"S5y": {
|
2680
2791
|
"type": "list",
|
2681
2792
|
"member": {}
|
2682
2793
|
},
|
2683
|
-
"
|
2794
|
+
"S60": {
|
2684
2795
|
"type": "structure",
|
2685
2796
|
"members": {
|
2686
2797
|
"Type": {}
|
2687
2798
|
}
|
2688
2799
|
},
|
2689
|
-
"
|
2800
|
+
"S69": {
|
2690
2801
|
"type": "structure",
|
2691
2802
|
"members": {
|
2692
2803
|
"Codec": {},
|
@@ -2706,7 +2817,7 @@
|
|
2706
2817
|
"ColorRange": {}
|
2707
2818
|
}
|
2708
2819
|
},
|
2709
|
-
"
|
2820
|
+
"S6t": {
|
2710
2821
|
"type": "structure",
|
2711
2822
|
"members": {
|
2712
2823
|
"Index": {
|
@@ -2716,11 +2827,11 @@
|
|
2716
2827
|
"shape": "Sc"
|
2717
2828
|
},
|
2718
2829
|
"Face": {
|
2719
|
-
"shape": "
|
2830
|
+
"shape": "S46"
|
2720
2831
|
}
|
2721
2832
|
}
|
2722
2833
|
},
|
2723
|
-
"
|
2834
|
+
"S6v": {
|
2724
2835
|
"type": "list",
|
2725
2836
|
"member": {
|
2726
2837
|
"type": "structure",
|
@@ -2729,12 +2840,12 @@
|
|
2729
2840
|
"type": "float"
|
2730
2841
|
},
|
2731
2842
|
"Face": {
|
2732
|
-
"shape": "
|
2843
|
+
"shape": "S6x"
|
2733
2844
|
}
|
2734
2845
|
}
|
2735
2846
|
}
|
2736
2847
|
},
|
2737
|
-
"
|
2848
|
+
"S6x": {
|
2738
2849
|
"type": "structure",
|
2739
2850
|
"members": {
|
2740
2851
|
"FaceId": {},
|
@@ -2749,7 +2860,7 @@
|
|
2749
2860
|
"IndexFacesModelVersion": {}
|
2750
2861
|
}
|
2751
2862
|
},
|
2752
|
-
"
|
2863
|
+
"S9h": {
|
2753
2864
|
"type": "structure",
|
2754
2865
|
"members": {
|
2755
2866
|
"S3Object": {
|
@@ -2757,7 +2868,7 @@
|
|
2757
2868
|
}
|
2758
2869
|
}
|
2759
2870
|
},
|
2760
|
-
"
|
2871
|
+
"S9j": {
|
2761
2872
|
"type": "structure",
|
2762
2873
|
"required": [
|
2763
2874
|
"SNSTopicArn",
|