cdk-lambda-subminute 2.0.265 → 2.0.266
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 +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +57 -57
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +68 -1
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +31 -18
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +134 -82
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +14 -8
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +102 -96
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +36 -36
- package/node_modules/aws-sdk/apis/machinelearning-2014-12-12.min.json +8 -2
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +43 -7
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +194 -161
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +740 -728
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +483 -76
- package/node_modules/aws-sdk/apis/textract-2018-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +15 -15
- package/node_modules/aws-sdk/clients/controltower.d.ts +104 -15
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +62 -6
- package/node_modules/aws-sdk/clients/elbv2.d.ts +7 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +5 -5
- package/node_modules/aws-sdk/clients/inspector2.d.ts +25 -25
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +25 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +9 -0
- package/node_modules/aws-sdk/clients/pricing.d.ts +8 -8
- package/node_modules/aws-sdk/clients/rds.d.ts +48 -0
- package/node_modules/aws-sdk/clients/rekognition.d.ts +141 -72
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -6
- package/node_modules/aws-sdk/clients/textract.d.ts +534 -2
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
- 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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +592 -444
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/function-bind/.eslintrc +11 -5
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/README.md +25 -27
- package/node_modules/function-bind/implementation.js +44 -12
- package/node_modules/function-bind/package.json +38 -14
- package/package.json +3 -3
- package/node_modules/function-bind/.editorconfig +0 -20
- package/node_modules/function-bind/.jscs.json +0 -176
- package/node_modules/function-bind/.npmignore +0 -22
- package/node_modules/function-bind/.travis.yml +0 -168
@@ -253,7 +253,9 @@
|
|
253
253
|
"ProjectName"
|
254
254
|
],
|
255
255
|
"members": {
|
256
|
-
"ProjectName": {}
|
256
|
+
"ProjectName": {},
|
257
|
+
"Feature": {},
|
258
|
+
"AutoUpdate": {}
|
257
259
|
}
|
258
260
|
},
|
259
261
|
"output": {
|
@@ -278,15 +280,19 @@
|
|
278
280
|
"shape": "S1c"
|
279
281
|
},
|
280
282
|
"TrainingData": {
|
281
|
-
"shape": "
|
283
|
+
"shape": "S26"
|
282
284
|
},
|
283
285
|
"TestingData": {
|
284
|
-
"shape": "
|
286
|
+
"shape": "S29"
|
285
287
|
},
|
286
288
|
"Tags": {
|
287
289
|
"shape": "S1e"
|
288
290
|
},
|
289
|
-
"KmsKeyId": {}
|
291
|
+
"KmsKeyId": {},
|
292
|
+
"VersionDescription": {},
|
293
|
+
"FeatureConfig": {
|
294
|
+
"shape": "S2b"
|
295
|
+
}
|
290
296
|
}
|
291
297
|
},
|
292
298
|
"output": {
|
@@ -308,28 +314,28 @@
|
|
308
314
|
],
|
309
315
|
"members": {
|
310
316
|
"Input": {
|
311
|
-
"shape": "
|
317
|
+
"shape": "S2f"
|
312
318
|
},
|
313
319
|
"Output": {
|
314
|
-
"shape": "
|
320
|
+
"shape": "S2i"
|
315
321
|
},
|
316
322
|
"Name": {},
|
317
323
|
"Settings": {
|
318
|
-
"shape": "
|
324
|
+
"shape": "S2n"
|
319
325
|
},
|
320
326
|
"RoleArn": {},
|
321
327
|
"Tags": {
|
322
328
|
"shape": "S1e"
|
323
329
|
},
|
324
330
|
"NotificationChannel": {
|
325
|
-
"shape": "
|
331
|
+
"shape": "S2t"
|
326
332
|
},
|
327
333
|
"KmsKeyId": {},
|
328
334
|
"RegionsOfInterest": {
|
329
|
-
"shape": "
|
335
|
+
"shape": "S2v"
|
330
336
|
},
|
331
337
|
"DataSharingPreference": {
|
332
|
-
"shape": "
|
338
|
+
"shape": "S2z"
|
333
339
|
}
|
334
340
|
}
|
335
341
|
},
|
@@ -404,7 +410,7 @@
|
|
404
410
|
"members": {
|
405
411
|
"CollectionId": {},
|
406
412
|
"FaceIds": {
|
407
|
-
"shape": "
|
413
|
+
"shape": "S39"
|
408
414
|
}
|
409
415
|
}
|
410
416
|
},
|
@@ -412,7 +418,7 @@
|
|
412
418
|
"type": "structure",
|
413
419
|
"members": {
|
414
420
|
"DeletedFaces": {
|
415
|
-
"shape": "
|
421
|
+
"shape": "S39"
|
416
422
|
},
|
417
423
|
"UnsuccessfulFaceDeletions": {
|
418
424
|
"type": "list",
|
@@ -640,13 +646,13 @@
|
|
640
646
|
"type": "structure",
|
641
647
|
"members": {
|
642
648
|
"Input": {
|
643
|
-
"shape": "
|
649
|
+
"shape": "S26"
|
644
650
|
},
|
645
651
|
"Output": {
|
646
|
-
"shape": "
|
652
|
+
"shape": "S26"
|
647
653
|
},
|
648
654
|
"Validation": {
|
649
|
-
"shape": "
|
655
|
+
"shape": "S4d"
|
650
656
|
}
|
651
657
|
}
|
652
658
|
},
|
@@ -654,13 +660,13 @@
|
|
654
660
|
"type": "structure",
|
655
661
|
"members": {
|
656
662
|
"Input": {
|
657
|
-
"shape": "
|
663
|
+
"shape": "S29"
|
658
664
|
},
|
659
665
|
"Output": {
|
660
|
-
"shape": "
|
666
|
+
"shape": "S29"
|
661
667
|
},
|
662
668
|
"Validation": {
|
663
|
-
"shape": "
|
669
|
+
"shape": "S4d"
|
664
670
|
}
|
665
671
|
}
|
666
672
|
},
|
@@ -687,7 +693,13 @@
|
|
687
693
|
"MaxInferenceUnits": {
|
688
694
|
"type": "integer"
|
689
695
|
},
|
690
|
-
"SourceProjectVersionArn": {}
|
696
|
+
"SourceProjectVersionArn": {},
|
697
|
+
"VersionDescription": {},
|
698
|
+
"Feature": {},
|
699
|
+
"BaseModelVersion": {},
|
700
|
+
"FeatureConfig": {
|
701
|
+
"shape": "S2b"
|
702
|
+
}
|
691
703
|
}
|
692
704
|
}
|
693
705
|
},
|
@@ -706,6 +718,10 @@
|
|
706
718
|
"ProjectNames": {
|
707
719
|
"type": "list",
|
708
720
|
"member": {}
|
721
|
+
},
|
722
|
+
"Features": {
|
723
|
+
"type": "list",
|
724
|
+
"member": {}
|
709
725
|
}
|
710
726
|
}
|
711
727
|
},
|
@@ -737,7 +753,9 @@
|
|
737
753
|
"StatusMessageCode": {}
|
738
754
|
}
|
739
755
|
}
|
740
|
-
}
|
756
|
+
},
|
757
|
+
"Feature": {},
|
758
|
+
"AutoUpdate": {}
|
741
759
|
}
|
742
760
|
}
|
743
761
|
},
|
@@ -769,24 +787,24 @@
|
|
769
787
|
"type": "timestamp"
|
770
788
|
},
|
771
789
|
"Input": {
|
772
|
-
"shape": "
|
790
|
+
"shape": "S2f"
|
773
791
|
},
|
774
792
|
"Output": {
|
775
|
-
"shape": "
|
793
|
+
"shape": "S2i"
|
776
794
|
},
|
777
795
|
"RoleArn": {},
|
778
796
|
"Settings": {
|
779
|
-
"shape": "
|
797
|
+
"shape": "S2n"
|
780
798
|
},
|
781
799
|
"NotificationChannel": {
|
782
|
-
"shape": "
|
800
|
+
"shape": "S2t"
|
783
801
|
},
|
784
802
|
"KmsKeyId": {},
|
785
803
|
"RegionsOfInterest": {
|
786
|
-
"shape": "
|
804
|
+
"shape": "S2v"
|
787
805
|
},
|
788
806
|
"DataSharingPreference": {
|
789
|
-
"shape": "
|
807
|
+
"shape": "S2z"
|
790
808
|
}
|
791
809
|
}
|
792
810
|
}
|
@@ -824,7 +842,7 @@
|
|
824
842
|
"type": "float"
|
825
843
|
},
|
826
844
|
"Geometry": {
|
827
|
-
"shape": "
|
845
|
+
"shape": "S4x"
|
828
846
|
}
|
829
847
|
}
|
830
848
|
}
|
@@ -843,7 +861,7 @@
|
|
843
861
|
"shape": "Sh"
|
844
862
|
},
|
845
863
|
"Attributes": {
|
846
|
-
"shape": "
|
864
|
+
"shape": "S4z"
|
847
865
|
}
|
848
866
|
}
|
849
867
|
},
|
@@ -853,7 +871,7 @@
|
|
853
871
|
"FaceDetails": {
|
854
872
|
"type": "list",
|
855
873
|
"member": {
|
856
|
-
"shape": "
|
874
|
+
"shape": "S53"
|
857
875
|
}
|
858
876
|
},
|
859
877
|
"OrientationCorrection": {}
|
@@ -884,7 +902,7 @@
|
|
884
902
|
"type": "structure",
|
885
903
|
"members": {
|
886
904
|
"GeneralLabels": {
|
887
|
-
"shape": "
|
905
|
+
"shape": "S5j"
|
888
906
|
},
|
889
907
|
"ImageProperties": {
|
890
908
|
"type": "structure",
|
@@ -904,7 +922,7 @@
|
|
904
922
|
"Labels": {
|
905
923
|
"type": "list",
|
906
924
|
"member": {
|
907
|
-
"shape": "
|
925
|
+
"shape": "S5q"
|
908
926
|
}
|
909
927
|
},
|
910
928
|
"OrientationCorrection": {},
|
@@ -913,19 +931,19 @@
|
|
913
931
|
"type": "structure",
|
914
932
|
"members": {
|
915
933
|
"Quality": {
|
916
|
-
"shape": "
|
934
|
+
"shape": "S62"
|
917
935
|
},
|
918
936
|
"DominantColors": {
|
919
|
-
"shape": "
|
937
|
+
"shape": "S5t"
|
920
938
|
},
|
921
939
|
"Foreground": {
|
922
940
|
"type": "structure",
|
923
941
|
"members": {
|
924
942
|
"Quality": {
|
925
|
-
"shape": "
|
943
|
+
"shape": "S62"
|
926
944
|
},
|
927
945
|
"DominantColors": {
|
928
|
-
"shape": "
|
946
|
+
"shape": "S5t"
|
929
947
|
}
|
930
948
|
}
|
931
949
|
},
|
@@ -933,10 +951,10 @@
|
|
933
951
|
"type": "structure",
|
934
952
|
"members": {
|
935
953
|
"Quality": {
|
936
|
-
"shape": "
|
954
|
+
"shape": "S62"
|
937
955
|
},
|
938
956
|
"DominantColors": {
|
939
|
-
"shape": "
|
957
|
+
"shape": "S5t"
|
940
958
|
}
|
941
959
|
}
|
942
960
|
}
|
@@ -977,7 +995,8 @@
|
|
977
995
|
}
|
978
996
|
}
|
979
997
|
}
|
980
|
-
}
|
998
|
+
},
|
999
|
+
"ProjectVersion": {}
|
981
1000
|
}
|
982
1001
|
},
|
983
1002
|
"output": {
|
@@ -986,7 +1005,7 @@
|
|
986
1005
|
"ModerationLabels": {
|
987
1006
|
"type": "list",
|
988
1007
|
"member": {
|
989
|
-
"shape": "
|
1008
|
+
"shape": "S6f"
|
990
1009
|
}
|
991
1010
|
},
|
992
1011
|
"ModerationModelVersion": {},
|
@@ -1002,7 +1021,8 @@
|
|
1002
1021
|
"jsonvalue": true
|
1003
1022
|
}
|
1004
1023
|
}
|
1005
|
-
}
|
1024
|
+
},
|
1025
|
+
"ProjectVersion": {}
|
1006
1026
|
}
|
1007
1027
|
}
|
1008
1028
|
},
|
@@ -1097,13 +1117,13 @@
|
|
1097
1117
|
"type": "structure",
|
1098
1118
|
"members": {
|
1099
1119
|
"PersonsWithRequiredEquipment": {
|
1100
|
-
"shape": "
|
1120
|
+
"shape": "S6z"
|
1101
1121
|
},
|
1102
1122
|
"PersonsWithoutRequiredEquipment": {
|
1103
|
-
"shape": "
|
1123
|
+
"shape": "S6z"
|
1104
1124
|
},
|
1105
1125
|
"PersonsIndeterminate": {
|
1106
|
-
"shape": "
|
1126
|
+
"shape": "S6z"
|
1107
1127
|
}
|
1108
1128
|
}
|
1109
1129
|
}
|
@@ -1124,10 +1144,10 @@
|
|
1124
1144
|
"type": "structure",
|
1125
1145
|
"members": {
|
1126
1146
|
"WordFilter": {
|
1127
|
-
"shape": "
|
1147
|
+
"shape": "S72"
|
1128
1148
|
},
|
1129
1149
|
"RegionsOfInterest": {
|
1130
|
-
"shape": "
|
1150
|
+
"shape": "S2v"
|
1131
1151
|
}
|
1132
1152
|
}
|
1133
1153
|
}
|
@@ -1139,7 +1159,7 @@
|
|
1139
1159
|
"TextDetections": {
|
1140
1160
|
"type": "list",
|
1141
1161
|
"member": {
|
1142
|
-
"shape": "
|
1162
|
+
"shape": "S77"
|
1143
1163
|
}
|
1144
1164
|
},
|
1145
1165
|
"TextModelVersion": {}
|
@@ -1235,11 +1255,11 @@
|
|
1235
1255
|
"type": "structure",
|
1236
1256
|
"members": {
|
1237
1257
|
"Urls": {
|
1238
|
-
"shape": "
|
1258
|
+
"shape": "S7o"
|
1239
1259
|
},
|
1240
1260
|
"Name": {},
|
1241
1261
|
"KnownGender": {
|
1242
|
-
"shape": "
|
1262
|
+
"shape": "S7q"
|
1243
1263
|
}
|
1244
1264
|
}
|
1245
1265
|
}
|
@@ -1265,7 +1285,7 @@
|
|
1265
1285
|
"JobStatus": {},
|
1266
1286
|
"StatusMessage": {},
|
1267
1287
|
"VideoMetadata": {
|
1268
|
-
"shape": "
|
1288
|
+
"shape": "S7z"
|
1269
1289
|
},
|
1270
1290
|
"NextToken": {},
|
1271
1291
|
"Celebrities": {
|
@@ -1280,7 +1300,7 @@
|
|
1280
1300
|
"type": "structure",
|
1281
1301
|
"members": {
|
1282
1302
|
"Urls": {
|
1283
|
-
"shape": "
|
1303
|
+
"shape": "S7o"
|
1284
1304
|
},
|
1285
1305
|
"Name": {},
|
1286
1306
|
"Id": {},
|
@@ -1291,10 +1311,10 @@
|
|
1291
1311
|
"shape": "Sq"
|
1292
1312
|
},
|
1293
1313
|
"Face": {
|
1294
|
-
"shape": "
|
1314
|
+
"shape": "S53"
|
1295
1315
|
},
|
1296
1316
|
"KnownGender": {
|
1297
|
-
"shape": "
|
1317
|
+
"shape": "S7q"
|
1298
1318
|
}
|
1299
1319
|
}
|
1300
1320
|
}
|
@@ -1303,7 +1323,7 @@
|
|
1303
1323
|
},
|
1304
1324
|
"JobId": {},
|
1305
1325
|
"Video": {
|
1306
|
-
"shape": "
|
1326
|
+
"shape": "S85"
|
1307
1327
|
},
|
1308
1328
|
"JobTag": {}
|
1309
1329
|
}
|
@@ -1331,7 +1351,7 @@
|
|
1331
1351
|
"JobStatus": {},
|
1332
1352
|
"StatusMessage": {},
|
1333
1353
|
"VideoMetadata": {
|
1334
|
-
"shape": "
|
1354
|
+
"shape": "S7z"
|
1335
1355
|
},
|
1336
1356
|
"ModerationLabels": {
|
1337
1357
|
"type": "list",
|
@@ -1342,7 +1362,7 @@
|
|
1342
1362
|
"type": "long"
|
1343
1363
|
},
|
1344
1364
|
"ModerationLabel": {
|
1345
|
-
"shape": "
|
1365
|
+
"shape": "S6f"
|
1346
1366
|
},
|
1347
1367
|
"StartTimestampMillis": {
|
1348
1368
|
"type": "long"
|
@@ -1360,7 +1380,7 @@
|
|
1360
1380
|
"ModerationModelVersion": {},
|
1361
1381
|
"JobId": {},
|
1362
1382
|
"Video": {
|
1363
|
-
"shape": "
|
1383
|
+
"shape": "S85"
|
1364
1384
|
},
|
1365
1385
|
"JobTag": {},
|
1366
1386
|
"GetRequestMetadata": {
|
@@ -1393,7 +1413,7 @@
|
|
1393
1413
|
"JobStatus": {},
|
1394
1414
|
"StatusMessage": {},
|
1395
1415
|
"VideoMetadata": {
|
1396
|
-
"shape": "
|
1416
|
+
"shape": "S7z"
|
1397
1417
|
},
|
1398
1418
|
"NextToken": {},
|
1399
1419
|
"Faces": {
|
@@ -1405,14 +1425,14 @@
|
|
1405
1425
|
"type": "long"
|
1406
1426
|
},
|
1407
1427
|
"Face": {
|
1408
|
-
"shape": "
|
1428
|
+
"shape": "S53"
|
1409
1429
|
}
|
1410
1430
|
}
|
1411
1431
|
}
|
1412
1432
|
},
|
1413
1433
|
"JobId": {},
|
1414
1434
|
"Video": {
|
1415
|
-
"shape": "
|
1435
|
+
"shape": "S85"
|
1416
1436
|
},
|
1417
1437
|
"JobTag": {}
|
1418
1438
|
}
|
@@ -1441,12 +1461,12 @@
|
|
1441
1461
|
"type": "float"
|
1442
1462
|
},
|
1443
1463
|
"ReferenceImage": {
|
1444
|
-
"shape": "
|
1464
|
+
"shape": "S8l"
|
1445
1465
|
},
|
1446
1466
|
"AuditImages": {
|
1447
1467
|
"type": "list",
|
1448
1468
|
"member": {
|
1449
|
-
"shape": "
|
1469
|
+
"shape": "S8l"
|
1450
1470
|
}
|
1451
1471
|
}
|
1452
1472
|
}
|
@@ -1474,7 +1494,7 @@
|
|
1474
1494
|
"StatusMessage": {},
|
1475
1495
|
"NextToken": {},
|
1476
1496
|
"VideoMetadata": {
|
1477
|
-
"shape": "
|
1497
|
+
"shape": "S7z"
|
1478
1498
|
},
|
1479
1499
|
"Persons": {
|
1480
1500
|
"type": "list",
|
@@ -1485,17 +1505,17 @@
|
|
1485
1505
|
"type": "long"
|
1486
1506
|
},
|
1487
1507
|
"Person": {
|
1488
|
-
"shape": "
|
1508
|
+
"shape": "S8t"
|
1489
1509
|
},
|
1490
1510
|
"FaceMatches": {
|
1491
|
-
"shape": "
|
1511
|
+
"shape": "S8v"
|
1492
1512
|
}
|
1493
1513
|
}
|
1494
1514
|
}
|
1495
1515
|
},
|
1496
1516
|
"JobId": {},
|
1497
1517
|
"Video": {
|
1498
|
-
"shape": "
|
1518
|
+
"shape": "S85"
|
1499
1519
|
},
|
1500
1520
|
"JobTag": {}
|
1501
1521
|
}
|
@@ -1523,7 +1543,7 @@
|
|
1523
1543
|
"JobStatus": {},
|
1524
1544
|
"StatusMessage": {},
|
1525
1545
|
"VideoMetadata": {
|
1526
|
-
"shape": "
|
1546
|
+
"shape": "S7z"
|
1527
1547
|
},
|
1528
1548
|
"NextToken": {},
|
1529
1549
|
"Labels": {
|
@@ -1535,7 +1555,7 @@
|
|
1535
1555
|
"type": "long"
|
1536
1556
|
},
|
1537
1557
|
"Label": {
|
1538
|
-
"shape": "
|
1558
|
+
"shape": "S5q"
|
1539
1559
|
},
|
1540
1560
|
"StartTimestampMillis": {
|
1541
1561
|
"type": "long"
|
@@ -1552,7 +1572,7 @@
|
|
1552
1572
|
"LabelModelVersion": {},
|
1553
1573
|
"JobId": {},
|
1554
1574
|
"Video": {
|
1555
|
-
"shape": "
|
1575
|
+
"shape": "S85"
|
1556
1576
|
},
|
1557
1577
|
"JobTag": {},
|
1558
1578
|
"GetRequestMetadata": {
|
@@ -1586,7 +1606,7 @@
|
|
1586
1606
|
"JobStatus": {},
|
1587
1607
|
"StatusMessage": {},
|
1588
1608
|
"VideoMetadata": {
|
1589
|
-
"shape": "
|
1609
|
+
"shape": "S7z"
|
1590
1610
|
},
|
1591
1611
|
"NextToken": {},
|
1592
1612
|
"Persons": {
|
@@ -1598,14 +1618,14 @@
|
|
1598
1618
|
"type": "long"
|
1599
1619
|
},
|
1600
1620
|
"Person": {
|
1601
|
-
"shape": "
|
1621
|
+
"shape": "S8t"
|
1602
1622
|
}
|
1603
1623
|
}
|
1604
1624
|
}
|
1605
1625
|
},
|
1606
1626
|
"JobId": {},
|
1607
1627
|
"Video": {
|
1608
|
-
"shape": "
|
1628
|
+
"shape": "S85"
|
1609
1629
|
},
|
1610
1630
|
"JobTag": {}
|
1611
1631
|
}
|
@@ -1633,7 +1653,7 @@
|
|
1633
1653
|
"VideoMetadata": {
|
1634
1654
|
"type": "list",
|
1635
1655
|
"member": {
|
1636
|
-
"shape": "
|
1656
|
+
"shape": "S7z"
|
1637
1657
|
}
|
1638
1658
|
},
|
1639
1659
|
"AudioMetadata": {
|
@@ -1717,7 +1737,7 @@
|
|
1717
1737
|
},
|
1718
1738
|
"JobId": {},
|
1719
1739
|
"Video": {
|
1720
|
-
"shape": "
|
1740
|
+
"shape": "S85"
|
1721
1741
|
},
|
1722
1742
|
"JobTag": {}
|
1723
1743
|
}
|
@@ -1743,7 +1763,7 @@
|
|
1743
1763
|
"JobStatus": {},
|
1744
1764
|
"StatusMessage": {},
|
1745
1765
|
"VideoMetadata": {
|
1746
|
-
"shape": "
|
1766
|
+
"shape": "S7z"
|
1747
1767
|
},
|
1748
1768
|
"TextDetections": {
|
1749
1769
|
"type": "list",
|
@@ -1754,7 +1774,7 @@
|
|
1754
1774
|
"type": "long"
|
1755
1775
|
},
|
1756
1776
|
"TextDetection": {
|
1757
|
-
"shape": "
|
1777
|
+
"shape": "S77"
|
1758
1778
|
}
|
1759
1779
|
}
|
1760
1780
|
}
|
@@ -1763,7 +1783,7 @@
|
|
1763
1783
|
"TextModelVersion": {},
|
1764
1784
|
"JobId": {},
|
1765
1785
|
"Video": {
|
1766
|
-
"shape": "
|
1786
|
+
"shape": "S85"
|
1767
1787
|
},
|
1768
1788
|
"JobTag": {}
|
1769
1789
|
}
|
@@ -1783,7 +1803,7 @@
|
|
1783
1803
|
},
|
1784
1804
|
"ExternalImageId": {},
|
1785
1805
|
"DetectionAttributes": {
|
1786
|
-
"shape": "
|
1806
|
+
"shape": "S4z"
|
1787
1807
|
},
|
1788
1808
|
"MaxFaces": {
|
1789
1809
|
"type": "integer"
|
@@ -1800,10 +1820,10 @@
|
|
1800
1820
|
"type": "structure",
|
1801
1821
|
"members": {
|
1802
1822
|
"Face": {
|
1803
|
-
"shape": "
|
1823
|
+
"shape": "S8x"
|
1804
1824
|
},
|
1805
1825
|
"FaceDetail": {
|
1806
|
-
"shape": "
|
1826
|
+
"shape": "S53"
|
1807
1827
|
}
|
1808
1828
|
}
|
1809
1829
|
}
|
@@ -1820,7 +1840,7 @@
|
|
1820
1840
|
"member": {}
|
1821
1841
|
},
|
1822
1842
|
"FaceDetail": {
|
1823
|
-
"shape": "
|
1843
|
+
"shape": "S53"
|
1824
1844
|
}
|
1825
1845
|
}
|
1826
1846
|
}
|
@@ -1944,7 +1964,7 @@
|
|
1944
1964
|
},
|
1945
1965
|
"UserId": {},
|
1946
1966
|
"FaceIds": {
|
1947
|
-
"shape": "
|
1967
|
+
"shape": "S39"
|
1948
1968
|
}
|
1949
1969
|
}
|
1950
1970
|
},
|
@@ -1954,7 +1974,7 @@
|
|
1954
1974
|
"Faces": {
|
1955
1975
|
"type": "list",
|
1956
1976
|
"member": {
|
1957
|
-
"shape": "
|
1977
|
+
"shape": "S8x"
|
1958
1978
|
}
|
1959
1979
|
},
|
1960
1980
|
"NextToken": {},
|
@@ -2121,7 +2141,7 @@
|
|
2121
2141
|
"type": "structure",
|
2122
2142
|
"members": {
|
2123
2143
|
"Urls": {
|
2124
|
-
"shape": "
|
2144
|
+
"shape": "S7o"
|
2125
2145
|
},
|
2126
2146
|
"Name": {},
|
2127
2147
|
"Id": {},
|
@@ -2132,7 +2152,7 @@
|
|
2132
2152
|
"type": "float"
|
2133
2153
|
},
|
2134
2154
|
"KnownGender": {
|
2135
|
-
"shape": "
|
2155
|
+
"shape": "S7q"
|
2136
2156
|
}
|
2137
2157
|
}
|
2138
2158
|
}
|
@@ -2170,7 +2190,7 @@
|
|
2170
2190
|
"members": {
|
2171
2191
|
"SearchedFaceId": {},
|
2172
2192
|
"FaceMatches": {
|
2173
|
-
"shape": "
|
2193
|
+
"shape": "S8v"
|
2174
2194
|
},
|
2175
2195
|
"FaceModelVersion": {}
|
2176
2196
|
}
|
@@ -2207,7 +2227,7 @@
|
|
2207
2227
|
"type": "float"
|
2208
2228
|
},
|
2209
2229
|
"FaceMatches": {
|
2210
|
-
"shape": "
|
2230
|
+
"shape": "S8v"
|
2211
2231
|
},
|
2212
2232
|
"FaceModelVersion": {}
|
2213
2233
|
}
|
@@ -2235,7 +2255,7 @@
|
|
2235
2255
|
"type": "structure",
|
2236
2256
|
"members": {
|
2237
2257
|
"UserMatches": {
|
2238
|
-
"shape": "
|
2258
|
+
"shape": "Sbp"
|
2239
2259
|
},
|
2240
2260
|
"FaceModelVersion": {},
|
2241
2261
|
"SearchedFace": {
|
@@ -2278,14 +2298,14 @@
|
|
2278
2298
|
"type": "structure",
|
2279
2299
|
"members": {
|
2280
2300
|
"UserMatches": {
|
2281
|
-
"shape": "
|
2301
|
+
"shape": "Sbp"
|
2282
2302
|
},
|
2283
2303
|
"FaceModelVersion": {},
|
2284
2304
|
"SearchedFace": {
|
2285
2305
|
"type": "structure",
|
2286
2306
|
"members": {
|
2287
2307
|
"FaceDetail": {
|
2288
|
-
"shape": "
|
2308
|
+
"shape": "S53"
|
2289
2309
|
}
|
2290
2310
|
}
|
2291
2311
|
},
|
@@ -2295,7 +2315,7 @@
|
|
2295
2315
|
"type": "structure",
|
2296
2316
|
"members": {
|
2297
2317
|
"FaceDetails": {
|
2298
|
-
"shape": "
|
2318
|
+
"shape": "S53"
|
2299
2319
|
},
|
2300
2320
|
"Reasons": {
|
2301
2321
|
"type": "list",
|
@@ -2315,11 +2335,11 @@
|
|
2315
2335
|
],
|
2316
2336
|
"members": {
|
2317
2337
|
"Video": {
|
2318
|
-
"shape": "
|
2338
|
+
"shape": "S85"
|
2319
2339
|
},
|
2320
2340
|
"ClientRequestToken": {},
|
2321
2341
|
"NotificationChannel": {
|
2322
|
-
"shape": "
|
2342
|
+
"shape": "Sc2"
|
2323
2343
|
},
|
2324
2344
|
"JobTag": {}
|
2325
2345
|
}
|
@@ -2340,14 +2360,14 @@
|
|
2340
2360
|
],
|
2341
2361
|
"members": {
|
2342
2362
|
"Video": {
|
2343
|
-
"shape": "
|
2363
|
+
"shape": "S85"
|
2344
2364
|
},
|
2345
2365
|
"MinConfidence": {
|
2346
2366
|
"type": "float"
|
2347
2367
|
},
|
2348
2368
|
"ClientRequestToken": {},
|
2349
2369
|
"NotificationChannel": {
|
2350
|
-
"shape": "
|
2370
|
+
"shape": "Sc2"
|
2351
2371
|
},
|
2352
2372
|
"JobTag": {}
|
2353
2373
|
}
|
@@ -2368,11 +2388,11 @@
|
|
2368
2388
|
],
|
2369
2389
|
"members": {
|
2370
2390
|
"Video": {
|
2371
|
-
"shape": "
|
2391
|
+
"shape": "S85"
|
2372
2392
|
},
|
2373
2393
|
"ClientRequestToken": {},
|
2374
2394
|
"NotificationChannel": {
|
2375
|
-
"shape": "
|
2395
|
+
"shape": "Sc2"
|
2376
2396
|
},
|
2377
2397
|
"FaceAttributes": {},
|
2378
2398
|
"JobTag": {}
|
@@ -2395,7 +2415,7 @@
|
|
2395
2415
|
],
|
2396
2416
|
"members": {
|
2397
2417
|
"Video": {
|
2398
|
-
"shape": "
|
2418
|
+
"shape": "S85"
|
2399
2419
|
},
|
2400
2420
|
"ClientRequestToken": {},
|
2401
2421
|
"FaceMatchThreshold": {
|
@@ -2403,7 +2423,7 @@
|
|
2403
2423
|
},
|
2404
2424
|
"CollectionId": {},
|
2405
2425
|
"NotificationChannel": {
|
2406
|
-
"shape": "
|
2426
|
+
"shape": "Sc2"
|
2407
2427
|
},
|
2408
2428
|
"JobTag": {}
|
2409
2429
|
}
|
@@ -2424,14 +2444,14 @@
|
|
2424
2444
|
],
|
2425
2445
|
"members": {
|
2426
2446
|
"Video": {
|
2427
|
-
"shape": "
|
2447
|
+
"shape": "S85"
|
2428
2448
|
},
|
2429
2449
|
"ClientRequestToken": {},
|
2430
2450
|
"MinConfidence": {
|
2431
2451
|
"type": "float"
|
2432
2452
|
},
|
2433
2453
|
"NotificationChannel": {
|
2434
|
-
"shape": "
|
2454
|
+
"shape": "Sc2"
|
2435
2455
|
},
|
2436
2456
|
"JobTag": {},
|
2437
2457
|
"Features": {
|
@@ -2442,7 +2462,7 @@
|
|
2442
2462
|
"type": "structure",
|
2443
2463
|
"members": {
|
2444
2464
|
"GeneralLabels": {
|
2445
|
-
"shape": "
|
2465
|
+
"shape": "S5j"
|
2446
2466
|
}
|
2447
2467
|
}
|
2448
2468
|
}
|
@@ -2464,11 +2484,11 @@
|
|
2464
2484
|
],
|
2465
2485
|
"members": {
|
2466
2486
|
"Video": {
|
2467
|
-
"shape": "
|
2487
|
+
"shape": "S85"
|
2468
2488
|
},
|
2469
2489
|
"ClientRequestToken": {},
|
2470
2490
|
"NotificationChannel": {
|
2471
|
-
"shape": "
|
2491
|
+
"shape": "Sc2"
|
2472
2492
|
},
|
2473
2493
|
"JobTag": {}
|
2474
2494
|
}
|
@@ -2514,11 +2534,11 @@
|
|
2514
2534
|
],
|
2515
2535
|
"members": {
|
2516
2536
|
"Video": {
|
2517
|
-
"shape": "
|
2537
|
+
"shape": "S85"
|
2518
2538
|
},
|
2519
2539
|
"ClientRequestToken": {},
|
2520
2540
|
"NotificationChannel": {
|
2521
|
-
"shape": "
|
2541
|
+
"shape": "Sc2"
|
2522
2542
|
},
|
2523
2543
|
"JobTag": {},
|
2524
2544
|
"Filters": {
|
@@ -2614,21 +2634,21 @@
|
|
2614
2634
|
],
|
2615
2635
|
"members": {
|
2616
2636
|
"Video": {
|
2617
|
-
"shape": "
|
2637
|
+
"shape": "S85"
|
2618
2638
|
},
|
2619
2639
|
"ClientRequestToken": {},
|
2620
2640
|
"NotificationChannel": {
|
2621
|
-
"shape": "
|
2641
|
+
"shape": "Sc2"
|
2622
2642
|
},
|
2623
2643
|
"JobTag": {},
|
2624
2644
|
"Filters": {
|
2625
2645
|
"type": "structure",
|
2626
2646
|
"members": {
|
2627
2647
|
"WordFilter": {
|
2628
|
-
"shape": "
|
2648
|
+
"shape": "S72"
|
2629
2649
|
},
|
2630
2650
|
"RegionsOfInterest": {
|
2631
|
-
"shape": "
|
2651
|
+
"shape": "S2v"
|
2632
2652
|
}
|
2633
2653
|
}
|
2634
2654
|
}
|
@@ -2755,7 +2775,7 @@
|
|
2755
2775
|
"type": "structure",
|
2756
2776
|
"members": {
|
2757
2777
|
"Labels": {
|
2758
|
-
"shape": "
|
2778
|
+
"shape": "S2q"
|
2759
2779
|
},
|
2760
2780
|
"MinConfidence": {
|
2761
2781
|
"type": "float"
|
@@ -2765,10 +2785,10 @@
|
|
2765
2785
|
}
|
2766
2786
|
},
|
2767
2787
|
"RegionsOfInterestForUpdate": {
|
2768
|
-
"shape": "
|
2788
|
+
"shape": "S2v"
|
2769
2789
|
},
|
2770
2790
|
"DataSharingPreferenceForUpdate": {
|
2771
|
-
"shape": "
|
2791
|
+
"shape": "S2z"
|
2772
2792
|
},
|
2773
2793
|
"ParametersToDelete": {
|
2774
2794
|
"type": "list",
|
@@ -2932,15 +2952,15 @@
|
|
2932
2952
|
}
|
2933
2953
|
}
|
2934
2954
|
},
|
2935
|
-
"
|
2955
|
+
"S26": {
|
2936
2956
|
"type": "structure",
|
2937
2957
|
"members": {
|
2938
2958
|
"Assets": {
|
2939
|
-
"shape": "
|
2959
|
+
"shape": "S27"
|
2940
2960
|
}
|
2941
2961
|
}
|
2942
2962
|
},
|
2943
|
-
"
|
2963
|
+
"S27": {
|
2944
2964
|
"type": "list",
|
2945
2965
|
"member": {
|
2946
2966
|
"type": "structure",
|
@@ -2951,18 +2971,31 @@
|
|
2951
2971
|
}
|
2952
2972
|
}
|
2953
2973
|
},
|
2954
|
-
"
|
2974
|
+
"S29": {
|
2955
2975
|
"type": "structure",
|
2956
2976
|
"members": {
|
2957
2977
|
"Assets": {
|
2958
|
-
"shape": "
|
2978
|
+
"shape": "S27"
|
2959
2979
|
},
|
2960
2980
|
"AutoCreate": {
|
2961
2981
|
"type": "boolean"
|
2962
2982
|
}
|
2963
2983
|
}
|
2964
2984
|
},
|
2965
|
-
"
|
2985
|
+
"S2b": {
|
2986
|
+
"type": "structure",
|
2987
|
+
"members": {
|
2988
|
+
"ContentModeration": {
|
2989
|
+
"type": "structure",
|
2990
|
+
"members": {
|
2991
|
+
"ConfidenceThreshold": {
|
2992
|
+
"type": "float"
|
2993
|
+
}
|
2994
|
+
}
|
2995
|
+
}
|
2996
|
+
}
|
2997
|
+
},
|
2998
|
+
"S2f": {
|
2966
2999
|
"type": "structure",
|
2967
3000
|
"members": {
|
2968
3001
|
"KinesisVideoStream": {
|
@@ -2973,7 +3006,7 @@
|
|
2973
3006
|
}
|
2974
3007
|
}
|
2975
3008
|
},
|
2976
|
-
"
|
3009
|
+
"S2i": {
|
2977
3010
|
"type": "structure",
|
2978
3011
|
"members": {
|
2979
3012
|
"KinesisDataStream": {
|
@@ -2991,7 +3024,7 @@
|
|
2991
3024
|
}
|
2992
3025
|
}
|
2993
3026
|
},
|
2994
|
-
"
|
3027
|
+
"S2n": {
|
2995
3028
|
"type": "structure",
|
2996
3029
|
"members": {
|
2997
3030
|
"FaceSearch": {
|
@@ -3010,7 +3043,7 @@
|
|
3010
3043
|
],
|
3011
3044
|
"members": {
|
3012
3045
|
"Labels": {
|
3013
|
-
"shape": "
|
3046
|
+
"shape": "S2q"
|
3014
3047
|
},
|
3015
3048
|
"MinConfidence": {
|
3016
3049
|
"type": "float"
|
@@ -3019,11 +3052,11 @@
|
|
3019
3052
|
}
|
3020
3053
|
}
|
3021
3054
|
},
|
3022
|
-
"
|
3055
|
+
"S2q": {
|
3023
3056
|
"type": "list",
|
3024
3057
|
"member": {}
|
3025
3058
|
},
|
3026
|
-
"
|
3059
|
+
"S2t": {
|
3027
3060
|
"type": "structure",
|
3028
3061
|
"required": [
|
3029
3062
|
"SNSTopicArn"
|
@@ -3032,7 +3065,7 @@
|
|
3032
3065
|
"SNSTopicArn": {}
|
3033
3066
|
}
|
3034
3067
|
},
|
3035
|
-
"
|
3068
|
+
"S2v": {
|
3036
3069
|
"type": "list",
|
3037
3070
|
"member": {
|
3038
3071
|
"type": "structure",
|
@@ -3041,12 +3074,12 @@
|
|
3041
3074
|
"shape": "Sq"
|
3042
3075
|
},
|
3043
3076
|
"Polygon": {
|
3044
|
-
"shape": "
|
3077
|
+
"shape": "S2x"
|
3045
3078
|
}
|
3046
3079
|
}
|
3047
3080
|
}
|
3048
3081
|
},
|
3049
|
-
"
|
3082
|
+
"S2x": {
|
3050
3083
|
"type": "list",
|
3051
3084
|
"member": {
|
3052
3085
|
"type": "structure",
|
@@ -3060,7 +3093,7 @@
|
|
3060
3093
|
}
|
3061
3094
|
}
|
3062
3095
|
},
|
3063
|
-
"
|
3096
|
+
"S2z": {
|
3064
3097
|
"type": "structure",
|
3065
3098
|
"required": [
|
3066
3099
|
"OptIn"
|
@@ -3071,34 +3104,34 @@
|
|
3071
3104
|
}
|
3072
3105
|
}
|
3073
3106
|
},
|
3074
|
-
"
|
3107
|
+
"S39": {
|
3075
3108
|
"type": "list",
|
3076
3109
|
"member": {}
|
3077
3110
|
},
|
3078
|
-
"
|
3111
|
+
"S4d": {
|
3079
3112
|
"type": "structure",
|
3080
3113
|
"members": {
|
3081
3114
|
"Assets": {
|
3082
|
-
"shape": "
|
3115
|
+
"shape": "S27"
|
3083
3116
|
}
|
3084
3117
|
}
|
3085
3118
|
},
|
3086
|
-
"
|
3119
|
+
"S4x": {
|
3087
3120
|
"type": "structure",
|
3088
3121
|
"members": {
|
3089
3122
|
"BoundingBox": {
|
3090
3123
|
"shape": "Sq"
|
3091
3124
|
},
|
3092
3125
|
"Polygon": {
|
3093
|
-
"shape": "
|
3126
|
+
"shape": "S2x"
|
3094
3127
|
}
|
3095
3128
|
}
|
3096
3129
|
},
|
3097
|
-
"
|
3130
|
+
"S4z": {
|
3098
3131
|
"type": "list",
|
3099
3132
|
"member": {}
|
3100
3133
|
},
|
3101
|
-
"
|
3134
|
+
"S53": {
|
3102
3135
|
"type": "structure",
|
3103
3136
|
"members": {
|
3104
3137
|
"BoundingBox": {
|
@@ -3235,28 +3268,28 @@
|
|
3235
3268
|
}
|
3236
3269
|
}
|
3237
3270
|
},
|
3238
|
-
"
|
3271
|
+
"S5j": {
|
3239
3272
|
"type": "structure",
|
3240
3273
|
"members": {
|
3241
3274
|
"LabelInclusionFilters": {
|
3242
|
-
"shape": "
|
3275
|
+
"shape": "S5k"
|
3243
3276
|
},
|
3244
3277
|
"LabelExclusionFilters": {
|
3245
|
-
"shape": "
|
3278
|
+
"shape": "S5k"
|
3246
3279
|
},
|
3247
3280
|
"LabelCategoryInclusionFilters": {
|
3248
|
-
"shape": "
|
3281
|
+
"shape": "S5k"
|
3249
3282
|
},
|
3250
3283
|
"LabelCategoryExclusionFilters": {
|
3251
|
-
"shape": "
|
3284
|
+
"shape": "S5k"
|
3252
3285
|
}
|
3253
3286
|
}
|
3254
3287
|
},
|
3255
|
-
"
|
3288
|
+
"S5k": {
|
3256
3289
|
"type": "list",
|
3257
3290
|
"member": {}
|
3258
3291
|
},
|
3259
|
-
"
|
3292
|
+
"S5q": {
|
3260
3293
|
"type": "structure",
|
3261
3294
|
"members": {
|
3262
3295
|
"Name": {},
|
@@ -3275,7 +3308,7 @@
|
|
3275
3308
|
"type": "float"
|
3276
3309
|
},
|
3277
3310
|
"DominantColors": {
|
3278
|
-
"shape": "
|
3311
|
+
"shape": "S5t"
|
3279
3312
|
}
|
3280
3313
|
}
|
3281
3314
|
}
|
@@ -3309,7 +3342,7 @@
|
|
3309
3342
|
}
|
3310
3343
|
}
|
3311
3344
|
},
|
3312
|
-
"
|
3345
|
+
"S5t": {
|
3313
3346
|
"type": "list",
|
3314
3347
|
"member": {
|
3315
3348
|
"type": "structure",
|
@@ -3332,7 +3365,7 @@
|
|
3332
3365
|
}
|
3333
3366
|
}
|
3334
3367
|
},
|
3335
|
-
"
|
3368
|
+
"S62": {
|
3336
3369
|
"type": "structure",
|
3337
3370
|
"members": {
|
3338
3371
|
"Brightness": {
|
@@ -3346,7 +3379,7 @@
|
|
3346
3379
|
}
|
3347
3380
|
}
|
3348
3381
|
},
|
3349
|
-
"
|
3382
|
+
"S6f": {
|
3350
3383
|
"type": "structure",
|
3351
3384
|
"members": {
|
3352
3385
|
"Confidence": {
|
@@ -3356,13 +3389,13 @@
|
|
3356
3389
|
"ParentName": {}
|
3357
3390
|
}
|
3358
3391
|
},
|
3359
|
-
"
|
3392
|
+
"S6z": {
|
3360
3393
|
"type": "list",
|
3361
3394
|
"member": {
|
3362
3395
|
"type": "integer"
|
3363
3396
|
}
|
3364
3397
|
},
|
3365
|
-
"
|
3398
|
+
"S72": {
|
3366
3399
|
"type": "structure",
|
3367
3400
|
"members": {
|
3368
3401
|
"MinConfidence": {
|
@@ -3376,7 +3409,7 @@
|
|
3376
3409
|
}
|
3377
3410
|
}
|
3378
3411
|
},
|
3379
|
-
"
|
3412
|
+
"S77": {
|
3380
3413
|
"type": "structure",
|
3381
3414
|
"members": {
|
3382
3415
|
"DetectedText": {},
|
@@ -3391,21 +3424,21 @@
|
|
3391
3424
|
"type": "float"
|
3392
3425
|
},
|
3393
3426
|
"Geometry": {
|
3394
|
-
"shape": "
|
3427
|
+
"shape": "S4x"
|
3395
3428
|
}
|
3396
3429
|
}
|
3397
3430
|
},
|
3398
|
-
"
|
3431
|
+
"S7o": {
|
3399
3432
|
"type": "list",
|
3400
3433
|
"member": {}
|
3401
3434
|
},
|
3402
|
-
"
|
3435
|
+
"S7q": {
|
3403
3436
|
"type": "structure",
|
3404
3437
|
"members": {
|
3405
3438
|
"Type": {}
|
3406
3439
|
}
|
3407
3440
|
},
|
3408
|
-
"
|
3441
|
+
"S7z": {
|
3409
3442
|
"type": "structure",
|
3410
3443
|
"members": {
|
3411
3444
|
"Codec": {},
|
@@ -3425,7 +3458,7 @@
|
|
3425
3458
|
"ColorRange": {}
|
3426
3459
|
}
|
3427
3460
|
},
|
3428
|
-
"
|
3461
|
+
"S85": {
|
3429
3462
|
"type": "structure",
|
3430
3463
|
"members": {
|
3431
3464
|
"S3Object": {
|
@@ -3433,7 +3466,7 @@
|
|
3433
3466
|
}
|
3434
3467
|
}
|
3435
3468
|
},
|
3436
|
-
"
|
3469
|
+
"S8l": {
|
3437
3470
|
"type": "structure",
|
3438
3471
|
"members": {
|
3439
3472
|
"Bytes": {
|
@@ -3448,7 +3481,7 @@
|
|
3448
3481
|
}
|
3449
3482
|
}
|
3450
3483
|
},
|
3451
|
-
"
|
3484
|
+
"S8t": {
|
3452
3485
|
"type": "structure",
|
3453
3486
|
"members": {
|
3454
3487
|
"Index": {
|
@@ -3458,11 +3491,11 @@
|
|
3458
3491
|
"shape": "Sq"
|
3459
3492
|
},
|
3460
3493
|
"Face": {
|
3461
|
-
"shape": "
|
3494
|
+
"shape": "S53"
|
3462
3495
|
}
|
3463
3496
|
}
|
3464
3497
|
},
|
3465
|
-
"
|
3498
|
+
"S8v": {
|
3466
3499
|
"type": "list",
|
3467
3500
|
"member": {
|
3468
3501
|
"type": "structure",
|
@@ -3471,12 +3504,12 @@
|
|
3471
3504
|
"type": "float"
|
3472
3505
|
},
|
3473
3506
|
"Face": {
|
3474
|
-
"shape": "
|
3507
|
+
"shape": "S8x"
|
3475
3508
|
}
|
3476
3509
|
}
|
3477
3510
|
}
|
3478
3511
|
},
|
3479
|
-
"
|
3512
|
+
"S8x": {
|
3480
3513
|
"type": "structure",
|
3481
3514
|
"members": {
|
3482
3515
|
"FaceId": {},
|
@@ -3492,7 +3525,7 @@
|
|
3492
3525
|
"UserId": {}
|
3493
3526
|
}
|
3494
3527
|
},
|
3495
|
-
"
|
3528
|
+
"Sbp": {
|
3496
3529
|
"type": "list",
|
3497
3530
|
"member": {
|
3498
3531
|
"type": "structure",
|
@@ -3510,7 +3543,7 @@
|
|
3510
3543
|
}
|
3511
3544
|
}
|
3512
3545
|
},
|
3513
|
-
"
|
3546
|
+
"Sc2": {
|
3514
3547
|
"type": "structure",
|
3515
3548
|
"required": [
|
3516
3549
|
"SNSTopicArn",
|