aws-sdk 2.583.0 → 2.587.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 (59) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +632 -201
  4. package/apis/ebs-2019-11-02.examples.json +5 -0
  5. package/apis/ebs-2019-11-02.min.json +195 -0
  6. package/apis/ebs-2019-11-02.paginators.json +14 -0
  7. package/apis/kafka-2018-11-14.min.json +170 -34
  8. package/apis/kendra-2019-02-03.min.json +2 -1
  9. package/apis/kinesis-video-signaling-2019-12-04.examples.json +5 -0
  10. package/apis/kinesis-video-signaling-2019-12-04.min.json +79 -0
  11. package/apis/kinesis-video-signaling-2019-12-04.paginators.json +4 -0
  12. package/apis/kinesisvideo-2017-09-30.min.json +281 -8
  13. package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
  14. package/apis/lambda-2015-03-31.min.json +217 -25
  15. package/apis/lambda-2015-03-31.paginators.json +6 -0
  16. package/apis/metadata.json +8 -0
  17. package/apis/rds-2014-10-31.min.json +495 -101
  18. package/apis/rds-2014-10-31.paginators.json +18 -0
  19. package/apis/rekognition-2016-06-27.min.json +409 -85
  20. package/apis/rekognition-2016-06-27.paginators.json +12 -0
  21. package/apis/rekognition-2016-06-27.waiters2.json +45 -0
  22. package/apis/sagemaker-2017-07-24.min.json +3471 -472
  23. package/apis/sagemaker-2017-07-24.paginators.json +128 -16
  24. package/apis/sagemaker-2017-07-24.waiters2.json +30 -0
  25. package/apis/ssm-2014-11-06.min.json +94 -71
  26. package/apis/states-2016-11-23.min.json +92 -55
  27. package/clients/all.d.ts +2 -0
  28. package/clients/all.js +3 -1
  29. package/clients/apigatewayv2.d.ts +856 -1161
  30. package/clients/applicationautoscaling.d.ts +32 -32
  31. package/clients/browser_default.d.ts +1 -0
  32. package/clients/browser_default.js +2 -1
  33. package/clients/ebs.d.ts +211 -0
  34. package/clients/ebs.js +18 -0
  35. package/clients/kafka.d.ts +152 -0
  36. package/clients/kendra.d.ts +7 -3
  37. package/clients/kinesisvideo.d.ts +312 -1
  38. package/clients/kinesisvideosignalingchannels.d.ts +121 -0
  39. package/clients/kinesisvideosignalingchannels.js +18 -0
  40. package/clients/kms.d.ts +6 -6
  41. package/clients/lambda.d.ts +199 -2
  42. package/clients/quicksight.d.ts +223 -223
  43. package/clients/rds.d.ts +549 -0
  44. package/clients/rekognition.d.ts +423 -8
  45. package/clients/rekognition.js +1 -0
  46. package/clients/sagemaker.d.ts +4588 -610
  47. package/clients/ssm.d.ts +42 -6
  48. package/clients/stepfunctions.d.ts +54 -0
  49. package/dist/aws-sdk-core-react-native.js +2 -2
  50. package/dist/aws-sdk-react-native.js +1182 -1102
  51. package/dist/aws-sdk.js +2265 -859
  52. package/dist/aws-sdk.min.js +35 -35
  53. package/lib/config.d.ts +12 -0
  54. package/lib/config_service_placeholders.d.ts +4 -0
  55. package/lib/core.js +1 -1
  56. package/lib/services/s3.js +5 -4
  57. package/lib/services/sts.js +2 -4
  58. package/package.json +1 -1
  59. package/scripts/region-checker/whitelist.js +5 -5
@@ -92,6 +92,54 @@
92
92
  }
93
93
  }
94
94
  },
95
+ "CreateProject": {
96
+ "input": {
97
+ "type": "structure",
98
+ "required": [
99
+ "ProjectName"
100
+ ],
101
+ "members": {
102
+ "ProjectName": {}
103
+ }
104
+ },
105
+ "output": {
106
+ "type": "structure",
107
+ "members": {
108
+ "ProjectArn": {}
109
+ }
110
+ }
111
+ },
112
+ "CreateProjectVersion": {
113
+ "input": {
114
+ "type": "structure",
115
+ "required": [
116
+ "ProjectArn",
117
+ "VersionName",
118
+ "OutputConfig",
119
+ "TrainingData",
120
+ "TestingData"
121
+ ],
122
+ "members": {
123
+ "ProjectArn": {},
124
+ "VersionName": {},
125
+ "OutputConfig": {
126
+ "shape": "S10"
127
+ },
128
+ "TrainingData": {
129
+ "shape": "S12"
130
+ },
131
+ "TestingData": {
132
+ "shape": "S16"
133
+ }
134
+ }
135
+ },
136
+ "output": {
137
+ "type": "structure",
138
+ "members": {
139
+ "ProjectVersionArn": {}
140
+ }
141
+ }
142
+ },
95
143
  "CreateStreamProcessor": {
96
144
  "input": {
97
145
  "type": "structure",
@@ -104,14 +152,14 @@
104
152
  ],
105
153
  "members": {
106
154
  "Input": {
107
- "shape": "Sv"
155
+ "shape": "S1b"
108
156
  },
109
157
  "Output": {
110
- "shape": "Sy"
158
+ "shape": "S1e"
111
159
  },
112
160
  "Name": {},
113
161
  "Settings": {
114
- "shape": "S12"
162
+ "shape": "S1i"
115
163
  },
116
164
  "RoleArn": {}
117
165
  }
@@ -152,7 +200,7 @@
152
200
  "members": {
153
201
  "CollectionId": {},
154
202
  "FaceIds": {
155
- "shape": "S1a"
203
+ "shape": "S1q"
156
204
  }
157
205
  }
158
206
  },
@@ -160,7 +208,7 @@
160
208
  "type": "structure",
161
209
  "members": {
162
210
  "DeletedFaces": {
163
- "shape": "S1a"
211
+ "shape": "S1q"
164
212
  }
165
213
  }
166
214
  }
@@ -204,6 +252,125 @@
204
252
  }
205
253
  }
206
254
  },
255
+ "DescribeProjectVersions": {
256
+ "input": {
257
+ "type": "structure",
258
+ "required": [
259
+ "ProjectArn"
260
+ ],
261
+ "members": {
262
+ "ProjectArn": {},
263
+ "VersionNames": {
264
+ "type": "list",
265
+ "member": {}
266
+ },
267
+ "NextToken": {},
268
+ "MaxResults": {
269
+ "type": "integer"
270
+ }
271
+ }
272
+ },
273
+ "output": {
274
+ "type": "structure",
275
+ "members": {
276
+ "ProjectVersionDescriptions": {
277
+ "type": "list",
278
+ "member": {
279
+ "type": "structure",
280
+ "members": {
281
+ "ProjectVersionArn": {},
282
+ "CreationTimestamp": {
283
+ "type": "timestamp"
284
+ },
285
+ "MinInferenceUnits": {
286
+ "type": "integer"
287
+ },
288
+ "Status": {},
289
+ "StatusMessage": {},
290
+ "BillableTrainingTimeInSeconds": {
291
+ "type": "long"
292
+ },
293
+ "TrainingEndTimestamp": {
294
+ "type": "timestamp"
295
+ },
296
+ "OutputConfig": {
297
+ "shape": "S10"
298
+ },
299
+ "TrainingDataResult": {
300
+ "type": "structure",
301
+ "members": {
302
+ "Input": {
303
+ "shape": "S12"
304
+ },
305
+ "Output": {
306
+ "shape": "S12"
307
+ }
308
+ }
309
+ },
310
+ "TestingDataResult": {
311
+ "type": "structure",
312
+ "members": {
313
+ "Input": {
314
+ "shape": "S16"
315
+ },
316
+ "Output": {
317
+ "shape": "S16"
318
+ }
319
+ }
320
+ },
321
+ "EvaluationResult": {
322
+ "type": "structure",
323
+ "members": {
324
+ "F1Score": {
325
+ "type": "float"
326
+ },
327
+ "Summary": {
328
+ "type": "structure",
329
+ "members": {
330
+ "S3Object": {
331
+ "shape": "S4"
332
+ }
333
+ }
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ },
340
+ "NextToken": {}
341
+ }
342
+ }
343
+ },
344
+ "DescribeProjects": {
345
+ "input": {
346
+ "type": "structure",
347
+ "members": {
348
+ "NextToken": {},
349
+ "MaxResults": {
350
+ "type": "integer"
351
+ }
352
+ }
353
+ },
354
+ "output": {
355
+ "type": "structure",
356
+ "members": {
357
+ "ProjectDescriptions": {
358
+ "type": "list",
359
+ "member": {
360
+ "type": "structure",
361
+ "members": {
362
+ "ProjectArn": {},
363
+ "CreationTimestamp": {
364
+ "type": "timestamp"
365
+ },
366
+ "Status": {}
367
+ }
368
+ }
369
+ },
370
+ "NextToken": {}
371
+ }
372
+ }
373
+ },
207
374
  "DescribeStreamProcessor": {
208
375
  "input": {
209
376
  "type": "structure",
@@ -228,14 +395,55 @@
228
395
  "type": "timestamp"
229
396
  },
230
397
  "Input": {
231
- "shape": "Sv"
398
+ "shape": "S1b"
232
399
  },
233
400
  "Output": {
234
- "shape": "Sy"
401
+ "shape": "S1e"
235
402
  },
236
403
  "RoleArn": {},
237
404
  "Settings": {
238
- "shape": "S12"
405
+ "shape": "S1i"
406
+ }
407
+ }
408
+ }
409
+ },
410
+ "DetectCustomLabels": {
411
+ "input": {
412
+ "type": "structure",
413
+ "required": [
414
+ "ProjectVersionArn",
415
+ "Image"
416
+ ],
417
+ "members": {
418
+ "ProjectVersionArn": {},
419
+ "Image": {
420
+ "shape": "S2"
421
+ },
422
+ "MaxResults": {
423
+ "type": "integer"
424
+ },
425
+ "MinConfidence": {
426
+ "type": "float"
427
+ }
428
+ }
429
+ },
430
+ "output": {
431
+ "type": "structure",
432
+ "members": {
433
+ "CustomLabels": {
434
+ "type": "list",
435
+ "member": {
436
+ "type": "structure",
437
+ "members": {
438
+ "Name": {},
439
+ "Confidence": {
440
+ "type": "float"
441
+ },
442
+ "Geometry": {
443
+ "shape": "S2q"
444
+ }
445
+ }
446
+ }
239
447
  }
240
448
  }
241
449
  }
@@ -251,7 +459,7 @@
251
459
  "shape": "S2"
252
460
  },
253
461
  "Attributes": {
254
- "shape": "S1n"
462
+ "shape": "S2u"
255
463
  }
256
464
  }
257
465
  },
@@ -261,7 +469,7 @@
261
469
  "FaceDetails": {
262
470
  "type": "list",
263
471
  "member": {
264
- "shape": "S1r"
472
+ "shape": "S2y"
265
473
  }
266
474
  },
267
475
  "OrientationCorrection": {}
@@ -292,7 +500,7 @@
292
500
  "Labels": {
293
501
  "type": "list",
294
502
  "member": {
295
- "shape": "S29"
503
+ "shape": "S3f"
296
504
  }
297
505
  },
298
506
  "OrientationCorrection": {},
@@ -312,6 +520,26 @@
312
520
  },
313
521
  "MinConfidence": {
314
522
  "type": "float"
523
+ },
524
+ "HumanLoopConfig": {
525
+ "type": "structure",
526
+ "required": [
527
+ "HumanLoopName",
528
+ "FlowDefinitionArn"
529
+ ],
530
+ "members": {
531
+ "HumanLoopName": {},
532
+ "FlowDefinitionArn": {},
533
+ "DataAttributes": {
534
+ "type": "structure",
535
+ "members": {
536
+ "ContentClassifiers": {
537
+ "type": "list",
538
+ "member": {}
539
+ }
540
+ }
541
+ }
542
+ }
315
543
  }
316
544
  }
317
545
  },
@@ -321,10 +549,23 @@
321
549
  "ModerationLabels": {
322
550
  "type": "list",
323
551
  "member": {
324
- "shape": "S2h"
552
+ "shape": "S3t"
325
553
  }
326
554
  },
327
- "ModerationModelVersion": {}
555
+ "ModerationModelVersion": {},
556
+ "HumanLoopActivationOutput": {
557
+ "type": "structure",
558
+ "members": {
559
+ "HumanLoopArn": {},
560
+ "HumanLoopActivationReasons": {
561
+ "type": "list",
562
+ "member": {}
563
+ },
564
+ "HumanLoopActivationConditionsEvaluationResults": {
565
+ "jsonvalue": true
566
+ }
567
+ }
568
+ }
328
569
  }
329
570
  }
330
571
  },
@@ -360,26 +601,7 @@
360
601
  "type": "float"
361
602
  },
362
603
  "Geometry": {
363
- "type": "structure",
364
- "members": {
365
- "BoundingBox": {
366
- "shape": "Sc"
367
- },
368
- "Polygon": {
369
- "type": "list",
370
- "member": {
371
- "type": "structure",
372
- "members": {
373
- "X": {
374
- "type": "float"
375
- },
376
- "Y": {
377
- "type": "float"
378
- }
379
- }
380
- }
381
- }
382
- }
604
+ "shape": "S2q"
383
605
  }
384
606
  }
385
607
  }
@@ -401,7 +623,7 @@
401
623
  "type": "structure",
402
624
  "members": {
403
625
  "Urls": {
404
- "shape": "S2t"
626
+ "shape": "S47"
405
627
  },
406
628
  "Name": {}
407
629
  }
@@ -428,7 +650,7 @@
428
650
  "JobStatus": {},
429
651
  "StatusMessage": {},
430
652
  "VideoMetadata": {
431
- "shape": "S33"
653
+ "shape": "S4g"
432
654
  },
433
655
  "NextToken": {},
434
656
  "Celebrities": {
@@ -443,7 +665,7 @@
443
665
  "type": "structure",
444
666
  "members": {
445
667
  "Urls": {
446
- "shape": "S2t"
668
+ "shape": "S47"
447
669
  },
448
670
  "Name": {},
449
671
  "Id": {},
@@ -454,7 +676,7 @@
454
676
  "shape": "Sc"
455
677
  },
456
678
  "Face": {
457
- "shape": "S1r"
679
+ "shape": "S2y"
458
680
  }
459
681
  }
460
682
  }
@@ -485,7 +707,7 @@
485
707
  "JobStatus": {},
486
708
  "StatusMessage": {},
487
709
  "VideoMetadata": {
488
- "shape": "S33"
710
+ "shape": "S4g"
489
711
  },
490
712
  "ModerationLabels": {
491
713
  "type": "list",
@@ -496,7 +718,7 @@
496
718
  "type": "long"
497
719
  },
498
720
  "ModerationLabel": {
499
- "shape": "S2h"
721
+ "shape": "S3t"
500
722
  }
501
723
  }
502
724
  }
@@ -526,7 +748,7 @@
526
748
  "JobStatus": {},
527
749
  "StatusMessage": {},
528
750
  "VideoMetadata": {
529
- "shape": "S33"
751
+ "shape": "S4g"
530
752
  },
531
753
  "NextToken": {},
532
754
  "Faces": {
@@ -538,7 +760,7 @@
538
760
  "type": "long"
539
761
  },
540
762
  "Face": {
541
- "shape": "S1r"
763
+ "shape": "S2y"
542
764
  }
543
765
  }
544
766
  }
@@ -568,7 +790,7 @@
568
790
  "StatusMessage": {},
569
791
  "NextToken": {},
570
792
  "VideoMetadata": {
571
- "shape": "S33"
793
+ "shape": "S4g"
572
794
  },
573
795
  "Persons": {
574
796
  "type": "list",
@@ -579,10 +801,10 @@
579
801
  "type": "long"
580
802
  },
581
803
  "Person": {
582
- "shape": "S3m"
804
+ "shape": "S4z"
583
805
  },
584
806
  "FaceMatches": {
585
- "shape": "S3o"
807
+ "shape": "S51"
586
808
  }
587
809
  }
588
810
  }
@@ -611,7 +833,7 @@
611
833
  "JobStatus": {},
612
834
  "StatusMessage": {},
613
835
  "VideoMetadata": {
614
- "shape": "S33"
836
+ "shape": "S4g"
615
837
  },
616
838
  "NextToken": {},
617
839
  "Labels": {
@@ -623,7 +845,7 @@
623
845
  "type": "long"
624
846
  },
625
847
  "Label": {
626
- "shape": "S29"
848
+ "shape": "S3f"
627
849
  }
628
850
  }
629
851
  }
@@ -653,7 +875,7 @@
653
875
  "JobStatus": {},
654
876
  "StatusMessage": {},
655
877
  "VideoMetadata": {
656
- "shape": "S33"
878
+ "shape": "S4g"
657
879
  },
658
880
  "NextToken": {},
659
881
  "Persons": {
@@ -665,7 +887,7 @@
665
887
  "type": "long"
666
888
  },
667
889
  "Person": {
668
- "shape": "S3m"
890
+ "shape": "S4z"
669
891
  }
670
892
  }
671
893
  }
@@ -687,7 +909,7 @@
687
909
  },
688
910
  "ExternalImageId": {},
689
911
  "DetectionAttributes": {
690
- "shape": "S1n"
912
+ "shape": "S2u"
691
913
  },
692
914
  "MaxFaces": {
693
915
  "type": "integer"
@@ -704,10 +926,10 @@
704
926
  "type": "structure",
705
927
  "members": {
706
928
  "Face": {
707
- "shape": "S3q"
929
+ "shape": "S53"
708
930
  },
709
931
  "FaceDetail": {
710
- "shape": "S1r"
932
+ "shape": "S2y"
711
933
  }
712
934
  }
713
935
  }
@@ -724,7 +946,7 @@
724
946
  "member": {}
725
947
  },
726
948
  "FaceDetail": {
727
- "shape": "S1r"
949
+ "shape": "S2y"
728
950
  }
729
951
  }
730
952
  }
@@ -777,7 +999,7 @@
777
999
  "Faces": {
778
1000
  "type": "list",
779
1001
  "member": {
780
- "shape": "S3q"
1002
+ "shape": "S53"
781
1003
  }
782
1004
  },
783
1005
  "NextToken": {},
@@ -833,7 +1055,7 @@
833
1055
  "type": "structure",
834
1056
  "members": {
835
1057
  "Urls": {
836
- "shape": "S2t"
1058
+ "shape": "S47"
837
1059
  },
838
1060
  "Name": {},
839
1061
  "Id": {},
@@ -879,7 +1101,7 @@
879
1101
  "members": {
880
1102
  "SearchedFaceId": {},
881
1103
  "FaceMatches": {
882
- "shape": "S3o"
1104
+ "shape": "S51"
883
1105
  },
884
1106
  "FaceModelVersion": {}
885
1107
  }
@@ -916,7 +1138,7 @@
916
1138
  "type": "float"
917
1139
  },
918
1140
  "FaceMatches": {
919
- "shape": "S3o"
1141
+ "shape": "S51"
920
1142
  },
921
1143
  "FaceModelVersion": {}
922
1144
  }
@@ -930,11 +1152,11 @@
930
1152
  ],
931
1153
  "members": {
932
1154
  "Video": {
933
- "shape": "S4z"
1155
+ "shape": "S6c"
934
1156
  },
935
1157
  "ClientRequestToken": {},
936
1158
  "NotificationChannel": {
937
- "shape": "S51"
1159
+ "shape": "S6e"
938
1160
  },
939
1161
  "JobTag": {}
940
1162
  }
@@ -955,14 +1177,14 @@
955
1177
  ],
956
1178
  "members": {
957
1179
  "Video": {
958
- "shape": "S4z"
1180
+ "shape": "S6c"
959
1181
  },
960
1182
  "MinConfidence": {
961
1183
  "type": "float"
962
1184
  },
963
1185
  "ClientRequestToken": {},
964
1186
  "NotificationChannel": {
965
- "shape": "S51"
1187
+ "shape": "S6e"
966
1188
  },
967
1189
  "JobTag": {}
968
1190
  }
@@ -983,11 +1205,11 @@
983
1205
  ],
984
1206
  "members": {
985
1207
  "Video": {
986
- "shape": "S4z"
1208
+ "shape": "S6c"
987
1209
  },
988
1210
  "ClientRequestToken": {},
989
1211
  "NotificationChannel": {
990
- "shape": "S51"
1212
+ "shape": "S6e"
991
1213
  },
992
1214
  "FaceAttributes": {},
993
1215
  "JobTag": {}
@@ -1010,7 +1232,7 @@
1010
1232
  ],
1011
1233
  "members": {
1012
1234
  "Video": {
1013
- "shape": "S4z"
1235
+ "shape": "S6c"
1014
1236
  },
1015
1237
  "ClientRequestToken": {},
1016
1238
  "FaceMatchThreshold": {
@@ -1018,7 +1240,7 @@
1018
1240
  },
1019
1241
  "CollectionId": {},
1020
1242
  "NotificationChannel": {
1021
- "shape": "S51"
1243
+ "shape": "S6e"
1022
1244
  },
1023
1245
  "JobTag": {}
1024
1246
  }
@@ -1039,14 +1261,14 @@
1039
1261
  ],
1040
1262
  "members": {
1041
1263
  "Video": {
1042
- "shape": "S4z"
1264
+ "shape": "S6c"
1043
1265
  },
1044
1266
  "ClientRequestToken": {},
1045
1267
  "MinConfidence": {
1046
1268
  "type": "float"
1047
1269
  },
1048
1270
  "NotificationChannel": {
1049
- "shape": "S51"
1271
+ "shape": "S6e"
1050
1272
  },
1051
1273
  "JobTag": {}
1052
1274
  }
@@ -1067,11 +1289,11 @@
1067
1289
  ],
1068
1290
  "members": {
1069
1291
  "Video": {
1070
- "shape": "S4z"
1292
+ "shape": "S6c"
1071
1293
  },
1072
1294
  "ClientRequestToken": {},
1073
1295
  "NotificationChannel": {
1074
- "shape": "S51"
1296
+ "shape": "S6e"
1075
1297
  },
1076
1298
  "JobTag": {}
1077
1299
  }
@@ -1084,6 +1306,27 @@
1084
1306
  },
1085
1307
  "idempotent": true
1086
1308
  },
1309
+ "StartProjectVersion": {
1310
+ "input": {
1311
+ "type": "structure",
1312
+ "required": [
1313
+ "ProjectVersionArn",
1314
+ "MinInferenceUnits"
1315
+ ],
1316
+ "members": {
1317
+ "ProjectVersionArn": {},
1318
+ "MinInferenceUnits": {
1319
+ "type": "integer"
1320
+ }
1321
+ }
1322
+ },
1323
+ "output": {
1324
+ "type": "structure",
1325
+ "members": {
1326
+ "Status": {}
1327
+ }
1328
+ }
1329
+ },
1087
1330
  "StartStreamProcessor": {
1088
1331
  "input": {
1089
1332
  "type": "structure",
@@ -1099,6 +1342,23 @@
1099
1342
  "members": {}
1100
1343
  }
1101
1344
  },
1345
+ "StopProjectVersion": {
1346
+ "input": {
1347
+ "type": "structure",
1348
+ "required": [
1349
+ "ProjectVersionArn"
1350
+ ],
1351
+ "members": {
1352
+ "ProjectVersionArn": {}
1353
+ }
1354
+ },
1355
+ "output": {
1356
+ "type": "structure",
1357
+ "members": {
1358
+ "Status": {}
1359
+ }
1360
+ }
1361
+ },
1102
1362
  "StopStreamProcessor": {
1103
1363
  "input": {
1104
1364
  "type": "structure",
@@ -1212,7 +1472,49 @@
1212
1472
  }
1213
1473
  }
1214
1474
  },
1215
- "Sv": {
1475
+ "S10": {
1476
+ "type": "structure",
1477
+ "members": {
1478
+ "S3Bucket": {},
1479
+ "S3KeyPrefix": {}
1480
+ }
1481
+ },
1482
+ "S12": {
1483
+ "type": "structure",
1484
+ "members": {
1485
+ "Assets": {
1486
+ "shape": "S13"
1487
+ }
1488
+ }
1489
+ },
1490
+ "S13": {
1491
+ "type": "list",
1492
+ "member": {
1493
+ "type": "structure",
1494
+ "members": {
1495
+ "GroundTruthManifest": {
1496
+ "type": "structure",
1497
+ "members": {
1498
+ "S3Object": {
1499
+ "shape": "S4"
1500
+ }
1501
+ }
1502
+ }
1503
+ }
1504
+ }
1505
+ },
1506
+ "S16": {
1507
+ "type": "structure",
1508
+ "members": {
1509
+ "Assets": {
1510
+ "shape": "S13"
1511
+ },
1512
+ "AutoCreate": {
1513
+ "type": "boolean"
1514
+ }
1515
+ }
1516
+ },
1517
+ "S1b": {
1216
1518
  "type": "structure",
1217
1519
  "members": {
1218
1520
  "KinesisVideoStream": {
@@ -1223,7 +1525,7 @@
1223
1525
  }
1224
1526
  }
1225
1527
  },
1226
- "Sy": {
1528
+ "S1e": {
1227
1529
  "type": "structure",
1228
1530
  "members": {
1229
1531
  "KinesisDataStream": {
@@ -1234,7 +1536,7 @@
1234
1536
  }
1235
1537
  }
1236
1538
  },
1237
- "S12": {
1539
+ "S1i": {
1238
1540
  "type": "structure",
1239
1541
  "members": {
1240
1542
  "FaceSearch": {
@@ -1248,15 +1550,37 @@
1248
1550
  }
1249
1551
  }
1250
1552
  },
1251
- "S1a": {
1553
+ "S1q": {
1252
1554
  "type": "list",
1253
1555
  "member": {}
1254
1556
  },
1255
- "S1n": {
1557
+ "S2q": {
1558
+ "type": "structure",
1559
+ "members": {
1560
+ "BoundingBox": {
1561
+ "shape": "Sc"
1562
+ },
1563
+ "Polygon": {
1564
+ "type": "list",
1565
+ "member": {
1566
+ "type": "structure",
1567
+ "members": {
1568
+ "X": {
1569
+ "type": "float"
1570
+ },
1571
+ "Y": {
1572
+ "type": "float"
1573
+ }
1574
+ }
1575
+ }
1576
+ }
1577
+ }
1578
+ },
1579
+ "S2u": {
1256
1580
  "type": "list",
1257
1581
  "member": {}
1258
1582
  },
1259
- "S1r": {
1583
+ "S2y": {
1260
1584
  "type": "structure",
1261
1585
  "members": {
1262
1586
  "BoundingBox": {
@@ -1385,7 +1709,7 @@
1385
1709
  }
1386
1710
  }
1387
1711
  },
1388
- "S29": {
1712
+ "S3f": {
1389
1713
  "type": "structure",
1390
1714
  "members": {
1391
1715
  "Name": {},
@@ -1417,7 +1741,7 @@
1417
1741
  }
1418
1742
  }
1419
1743
  },
1420
- "S2h": {
1744
+ "S3t": {
1421
1745
  "type": "structure",
1422
1746
  "members": {
1423
1747
  "Confidence": {
@@ -1427,11 +1751,11 @@
1427
1751
  "ParentName": {}
1428
1752
  }
1429
1753
  },
1430
- "S2t": {
1754
+ "S47": {
1431
1755
  "type": "list",
1432
1756
  "member": {}
1433
1757
  },
1434
- "S33": {
1758
+ "S4g": {
1435
1759
  "type": "structure",
1436
1760
  "members": {
1437
1761
  "Codec": {},
@@ -1450,7 +1774,7 @@
1450
1774
  }
1451
1775
  }
1452
1776
  },
1453
- "S3m": {
1777
+ "S4z": {
1454
1778
  "type": "structure",
1455
1779
  "members": {
1456
1780
  "Index": {
@@ -1460,11 +1784,11 @@
1460
1784
  "shape": "Sc"
1461
1785
  },
1462
1786
  "Face": {
1463
- "shape": "S1r"
1787
+ "shape": "S2y"
1464
1788
  }
1465
1789
  }
1466
1790
  },
1467
- "S3o": {
1791
+ "S51": {
1468
1792
  "type": "list",
1469
1793
  "member": {
1470
1794
  "type": "structure",
@@ -1473,12 +1797,12 @@
1473
1797
  "type": "float"
1474
1798
  },
1475
1799
  "Face": {
1476
- "shape": "S3q"
1800
+ "shape": "S53"
1477
1801
  }
1478
1802
  }
1479
1803
  }
1480
1804
  },
1481
- "S3q": {
1805
+ "S53": {
1482
1806
  "type": "structure",
1483
1807
  "members": {
1484
1808
  "FaceId": {},
@@ -1492,7 +1816,7 @@
1492
1816
  }
1493
1817
  }
1494
1818
  },
1495
- "S4z": {
1819
+ "S6c": {
1496
1820
  "type": "structure",
1497
1821
  "members": {
1498
1822
  "S3Object": {
@@ -1500,7 +1824,7 @@
1500
1824
  }
1501
1825
  }
1502
1826
  },
1503
- "S51": {
1827
+ "S6e": {
1504
1828
  "type": "structure",
1505
1829
  "required": [
1506
1830
  "SNSTopicArn",