aws-sdk-core 2.10.91 → 2.10.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/apis/comprehend/2017-11-27/api-2.json +685 -0
  3. data/apis/comprehend/2017-11-27/examples-1.json +5 -0
  4. data/apis/comprehend/2017-11-27/paginators-1.json +9 -0
  5. data/apis/dynamodb/2011-12-05/api-2.json +1 -0
  6. data/apis/dynamodb/2012-08-10/api-2.json +610 -1
  7. data/apis/ecs/2014-11-13/api-2.json +151 -17
  8. data/apis/glacier/2012-06-01/api-2.json +174 -3
  9. data/apis/greengrass/2017-06-07/api-2.json +568 -1
  10. data/apis/iot-jobs-data/2017-09-29/api-2.json +339 -0
  11. data/apis/iot-jobs-data/2017-09-29/examples-1.json +5 -0
  12. data/apis/iot-jobs-data/2017-09-29/paginators-1.json +4 -0
  13. data/apis/iot/2015-05-28/api-2.json +3105 -203
  14. data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +200 -0
  15. data/apis/kinesis-video-archived-media/2017-09-30/examples-1.json +5 -0
  16. data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +4 -0
  17. data/apis/kinesis-video-media/2017-09-30/api-2.json +160 -0
  18. data/apis/kinesis-video-media/2017-09-30/examples-1.json +5 -0
  19. data/apis/kinesis-video-media/2017-09-30/paginators-1.json +4 -0
  20. data/apis/kinesisvideo/2017-09-30/api-2.json +548 -0
  21. data/apis/kinesisvideo/2017-09-30/examples-1.json +5 -0
  22. data/apis/kinesisvideo/2017-09-30/paginators-1.json +4 -0
  23. data/apis/rekognition/2016-06-27/api-2.json +994 -33
  24. data/apis/rekognition/2016-06-27/paginators-1.json +35 -0
  25. data/apis/runtime.sagemaker/2017-05-13/api-2.json +134 -0
  26. data/apis/runtime.sagemaker/2017-05-13/examples-1.json +5 -0
  27. data/apis/runtime.sagemaker/2017-05-13/paginators-1.json +4 -0
  28. data/apis/s3/2006-03-01/api-2.json +138 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +1540 -0
  30. data/apis/sagemaker/2017-07-24/examples-1.json +5 -0
  31. data/apis/sagemaker/2017-07-24/paginators-1.json +34 -0
  32. data/apis/sagemaker/2017-07-24/waiters-2.json +344 -0
  33. data/apis/translate/2017-07-01/api-2.json +119 -0
  34. data/apis/translate/2017-07-01/examples-1.json +5 -0
  35. data/apis/translate/2017-07-01/paginators-1.json +4 -0
  36. data/lib/aws-sdk-core.rb +8 -0
  37. data/lib/aws-sdk-core/comprehend.rb +6 -0
  38. data/lib/aws-sdk-core/iotjobsdataplane.rb +6 -0
  39. data/lib/aws-sdk-core/kinesisvideo.rb +6 -0
  40. data/lib/aws-sdk-core/kinesisvideoarchivedmedia.rb +6 -0
  41. data/lib/aws-sdk-core/kinesisvideomedia.rb +6 -0
  42. data/lib/aws-sdk-core/sagemaker.rb +7 -0
  43. data/lib/aws-sdk-core/sagemakerruntime.rb +6 -0
  44. data/lib/aws-sdk-core/translate.rb +6 -0
  45. data/lib/aws-sdk-core/version.rb +1 -1
  46. data/service-models.json +32 -0
  47. metadata +34 -1
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -48,6 +48,24 @@
48
48
  {"shape":"ResourceAlreadyExistsException"}
49
49
  ]
50
50
  },
51
+ "CreateStreamProcessor":{
52
+ "name":"CreateStreamProcessor",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/"
56
+ },
57
+ "input":{"shape":"CreateStreamProcessorRequest"},
58
+ "output":{"shape":"CreateStreamProcessorResponse"},
59
+ "errors":[
60
+ {"shape":"AccessDeniedException"},
61
+ {"shape":"InternalServerError"},
62
+ {"shape":"ThrottlingException"},
63
+ {"shape":"InvalidParameterException"},
64
+ {"shape":"LimitExceededException"},
65
+ {"shape":"ResourceInUseException"},
66
+ {"shape":"ProvisionedThroughputExceededException"}
67
+ ]
68
+ },
51
69
  "DeleteCollection":{
52
70
  "name":"DeleteCollection",
53
71
  "http":{
@@ -82,6 +100,41 @@
82
100
  {"shape":"ResourceNotFoundException"}
83
101
  ]
84
102
  },
103
+ "DeleteStreamProcessor":{
104
+ "name":"DeleteStreamProcessor",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/"
108
+ },
109
+ "input":{"shape":"DeleteStreamProcessorRequest"},
110
+ "output":{"shape":"DeleteStreamProcessorResponse"},
111
+ "errors":[
112
+ {"shape":"AccessDeniedException"},
113
+ {"shape":"InternalServerError"},
114
+ {"shape":"ThrottlingException"},
115
+ {"shape":"InvalidParameterException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"ResourceInUseException"},
118
+ {"shape":"ProvisionedThroughputExceededException"}
119
+ ]
120
+ },
121
+ "DescribeStreamProcessor":{
122
+ "name":"DescribeStreamProcessor",
123
+ "http":{
124
+ "method":"POST",
125
+ "requestUri":"/"
126
+ },
127
+ "input":{"shape":"DescribeStreamProcessorRequest"},
128
+ "output":{"shape":"DescribeStreamProcessorResponse"},
129
+ "errors":[
130
+ {"shape":"AccessDeniedException"},
131
+ {"shape":"InternalServerError"},
132
+ {"shape":"ThrottlingException"},
133
+ {"shape":"InvalidParameterException"},
134
+ {"shape":"ResourceNotFoundException"},
135
+ {"shape":"ProvisionedThroughputExceededException"}
136
+ ]
137
+ },
85
138
  "DetectFaces":{
86
139
  "name":"DetectFaces",
87
140
  "http":{
@@ -175,6 +228,114 @@
175
228
  {"shape":"ResourceNotFoundException"}
176
229
  ]
177
230
  },
231
+ "GetCelebrityRecognition":{
232
+ "name":"GetCelebrityRecognition",
233
+ "http":{
234
+ "method":"POST",
235
+ "requestUri":"/"
236
+ },
237
+ "input":{"shape":"GetCelebrityRecognitionRequest"},
238
+ "output":{"shape":"GetCelebrityRecognitionResponse"},
239
+ "errors":[
240
+ {"shape":"AccessDeniedException"},
241
+ {"shape":"InternalServerError"},
242
+ {"shape":"InvalidParameterException"},
243
+ {"shape":"InvalidPaginationTokenException"},
244
+ {"shape":"ProvisionedThroughputExceededException"},
245
+ {"shape":"ResourceNotFoundException"},
246
+ {"shape":"ThrottlingException"}
247
+ ]
248
+ },
249
+ "GetContentModeration":{
250
+ "name":"GetContentModeration",
251
+ "http":{
252
+ "method":"POST",
253
+ "requestUri":"/"
254
+ },
255
+ "input":{"shape":"GetContentModerationRequest"},
256
+ "output":{"shape":"GetContentModerationResponse"},
257
+ "errors":[
258
+ {"shape":"AccessDeniedException"},
259
+ {"shape":"InternalServerError"},
260
+ {"shape":"InvalidParameterException"},
261
+ {"shape":"InvalidPaginationTokenException"},
262
+ {"shape":"ProvisionedThroughputExceededException"},
263
+ {"shape":"ResourceNotFoundException"},
264
+ {"shape":"ThrottlingException"}
265
+ ]
266
+ },
267
+ "GetFaceDetection":{
268
+ "name":"GetFaceDetection",
269
+ "http":{
270
+ "method":"POST",
271
+ "requestUri":"/"
272
+ },
273
+ "input":{"shape":"GetFaceDetectionRequest"},
274
+ "output":{"shape":"GetFaceDetectionResponse"},
275
+ "errors":[
276
+ {"shape":"AccessDeniedException"},
277
+ {"shape":"InternalServerError"},
278
+ {"shape":"InvalidParameterException"},
279
+ {"shape":"InvalidPaginationTokenException"},
280
+ {"shape":"ProvisionedThroughputExceededException"},
281
+ {"shape":"ResourceNotFoundException"},
282
+ {"shape":"ThrottlingException"}
283
+ ]
284
+ },
285
+ "GetFaceSearch":{
286
+ "name":"GetFaceSearch",
287
+ "http":{
288
+ "method":"POST",
289
+ "requestUri":"/"
290
+ },
291
+ "input":{"shape":"GetFaceSearchRequest"},
292
+ "output":{"shape":"GetFaceSearchResponse"},
293
+ "errors":[
294
+ {"shape":"AccessDeniedException"},
295
+ {"shape":"InternalServerError"},
296
+ {"shape":"InvalidParameterException"},
297
+ {"shape":"InvalidPaginationTokenException"},
298
+ {"shape":"ProvisionedThroughputExceededException"},
299
+ {"shape":"ResourceNotFoundException"},
300
+ {"shape":"ThrottlingException"}
301
+ ]
302
+ },
303
+ "GetLabelDetection":{
304
+ "name":"GetLabelDetection",
305
+ "http":{
306
+ "method":"POST",
307
+ "requestUri":"/"
308
+ },
309
+ "input":{"shape":"GetLabelDetectionRequest"},
310
+ "output":{"shape":"GetLabelDetectionResponse"},
311
+ "errors":[
312
+ {"shape":"AccessDeniedException"},
313
+ {"shape":"InternalServerError"},
314
+ {"shape":"InvalidParameterException"},
315
+ {"shape":"InvalidPaginationTokenException"},
316
+ {"shape":"ProvisionedThroughputExceededException"},
317
+ {"shape":"ResourceNotFoundException"},
318
+ {"shape":"ThrottlingException"}
319
+ ]
320
+ },
321
+ "GetPersonTracking":{
322
+ "name":"GetPersonTracking",
323
+ "http":{
324
+ "method":"POST",
325
+ "requestUri":"/"
326
+ },
327
+ "input":{"shape":"GetPersonTrackingRequest"},
328
+ "output":{"shape":"GetPersonTrackingResponse"},
329
+ "errors":[
330
+ {"shape":"AccessDeniedException"},
331
+ {"shape":"InternalServerError"},
332
+ {"shape":"InvalidParameterException"},
333
+ {"shape":"InvalidPaginationTokenException"},
334
+ {"shape":"ProvisionedThroughputExceededException"},
335
+ {"shape":"ResourceNotFoundException"},
336
+ {"shape":"ThrottlingException"}
337
+ ]
338
+ },
178
339
  "IndexFaces":{
179
340
  "name":"IndexFaces",
180
341
  "http":{
@@ -231,6 +392,23 @@
231
392
  {"shape":"ResourceNotFoundException"}
232
393
  ]
233
394
  },
395
+ "ListStreamProcessors":{
396
+ "name":"ListStreamProcessors",
397
+ "http":{
398
+ "method":"POST",
399
+ "requestUri":"/"
400
+ },
401
+ "input":{"shape":"ListStreamProcessorsRequest"},
402
+ "output":{"shape":"ListStreamProcessorsResponse"},
403
+ "errors":[
404
+ {"shape":"AccessDeniedException"},
405
+ {"shape":"InternalServerError"},
406
+ {"shape":"ThrottlingException"},
407
+ {"shape":"InvalidParameterException"},
408
+ {"shape":"InvalidPaginationTokenException"},
409
+ {"shape":"ProvisionedThroughputExceededException"}
410
+ ]
411
+ },
234
412
  "RecognizeCelebrities":{
235
413
  "name":"RecognizeCelebrities",
236
414
  "http":{
@@ -287,6 +465,169 @@
287
465
  {"shape":"ResourceNotFoundException"},
288
466
  {"shape":"InvalidImageFormatException"}
289
467
  ]
468
+ },
469
+ "StartCelebrityRecognition":{
470
+ "name":"StartCelebrityRecognition",
471
+ "http":{
472
+ "method":"POST",
473
+ "requestUri":"/"
474
+ },
475
+ "input":{"shape":"StartCelebrityRecognitionRequest"},
476
+ "output":{"shape":"StartCelebrityRecognitionResponse"},
477
+ "errors":[
478
+ {"shape":"AccessDeniedException"},
479
+ {"shape":"IdempotentParameterMismatchException"},
480
+ {"shape":"InvalidParameterException"},
481
+ {"shape":"InvalidS3ObjectException"},
482
+ {"shape":"InternalServerError"},
483
+ {"shape":"VideoTooLargeException"},
484
+ {"shape":"ProvisionedThroughputExceededException"},
485
+ {"shape":"LimitExceededException"},
486
+ {"shape":"ThrottlingException"}
487
+ ],
488
+ "idempotent":true
489
+ },
490
+ "StartContentModeration":{
491
+ "name":"StartContentModeration",
492
+ "http":{
493
+ "method":"POST",
494
+ "requestUri":"/"
495
+ },
496
+ "input":{"shape":"StartContentModerationRequest"},
497
+ "output":{"shape":"StartContentModerationResponse"},
498
+ "errors":[
499
+ {"shape":"AccessDeniedException"},
500
+ {"shape":"IdempotentParameterMismatchException"},
501
+ {"shape":"InvalidParameterException"},
502
+ {"shape":"InvalidS3ObjectException"},
503
+ {"shape":"InternalServerError"},
504
+ {"shape":"VideoTooLargeException"},
505
+ {"shape":"ProvisionedThroughputExceededException"},
506
+ {"shape":"LimitExceededException"},
507
+ {"shape":"ThrottlingException"}
508
+ ],
509
+ "idempotent":true
510
+ },
511
+ "StartFaceDetection":{
512
+ "name":"StartFaceDetection",
513
+ "http":{
514
+ "method":"POST",
515
+ "requestUri":"/"
516
+ },
517
+ "input":{"shape":"StartFaceDetectionRequest"},
518
+ "output":{"shape":"StartFaceDetectionResponse"},
519
+ "errors":[
520
+ {"shape":"AccessDeniedException"},
521
+ {"shape":"IdempotentParameterMismatchException"},
522
+ {"shape":"InvalidParameterException"},
523
+ {"shape":"InvalidS3ObjectException"},
524
+ {"shape":"InternalServerError"},
525
+ {"shape":"VideoTooLargeException"},
526
+ {"shape":"ProvisionedThroughputExceededException"},
527
+ {"shape":"LimitExceededException"},
528
+ {"shape":"ThrottlingException"}
529
+ ],
530
+ "idempotent":true
531
+ },
532
+ "StartFaceSearch":{
533
+ "name":"StartFaceSearch",
534
+ "http":{
535
+ "method":"POST",
536
+ "requestUri":"/"
537
+ },
538
+ "input":{"shape":"StartFaceSearchRequest"},
539
+ "output":{"shape":"StartFaceSearchResponse"},
540
+ "errors":[
541
+ {"shape":"AccessDeniedException"},
542
+ {"shape":"IdempotentParameterMismatchException"},
543
+ {"shape":"InvalidParameterException"},
544
+ {"shape":"InvalidS3ObjectException"},
545
+ {"shape":"InternalServerError"},
546
+ {"shape":"VideoTooLargeException"},
547
+ {"shape":"ProvisionedThroughputExceededException"},
548
+ {"shape":"LimitExceededException"},
549
+ {"shape":"ResourceNotFoundException"},
550
+ {"shape":"ThrottlingException"}
551
+ ],
552
+ "idempotent":true
553
+ },
554
+ "StartLabelDetection":{
555
+ "name":"StartLabelDetection",
556
+ "http":{
557
+ "method":"POST",
558
+ "requestUri":"/"
559
+ },
560
+ "input":{"shape":"StartLabelDetectionRequest"},
561
+ "output":{"shape":"StartLabelDetectionResponse"},
562
+ "errors":[
563
+ {"shape":"AccessDeniedException"},
564
+ {"shape":"IdempotentParameterMismatchException"},
565
+ {"shape":"InvalidParameterException"},
566
+ {"shape":"InvalidS3ObjectException"},
567
+ {"shape":"InternalServerError"},
568
+ {"shape":"VideoTooLargeException"},
569
+ {"shape":"ProvisionedThroughputExceededException"},
570
+ {"shape":"LimitExceededException"},
571
+ {"shape":"ThrottlingException"}
572
+ ],
573
+ "idempotent":true
574
+ },
575
+ "StartPersonTracking":{
576
+ "name":"StartPersonTracking",
577
+ "http":{
578
+ "method":"POST",
579
+ "requestUri":"/"
580
+ },
581
+ "input":{"shape":"StartPersonTrackingRequest"},
582
+ "output":{"shape":"StartPersonTrackingResponse"},
583
+ "errors":[
584
+ {"shape":"AccessDeniedException"},
585
+ {"shape":"IdempotentParameterMismatchException"},
586
+ {"shape":"InvalidParameterException"},
587
+ {"shape":"InvalidS3ObjectException"},
588
+ {"shape":"InternalServerError"},
589
+ {"shape":"VideoTooLargeException"},
590
+ {"shape":"ProvisionedThroughputExceededException"},
591
+ {"shape":"LimitExceededException"},
592
+ {"shape":"ThrottlingException"}
593
+ ],
594
+ "idempotent":true
595
+ },
596
+ "StartStreamProcessor":{
597
+ "name":"StartStreamProcessor",
598
+ "http":{
599
+ "method":"POST",
600
+ "requestUri":"/"
601
+ },
602
+ "input":{"shape":"StartStreamProcessorRequest"},
603
+ "output":{"shape":"StartStreamProcessorResponse"},
604
+ "errors":[
605
+ {"shape":"AccessDeniedException"},
606
+ {"shape":"InternalServerError"},
607
+ {"shape":"ThrottlingException"},
608
+ {"shape":"InvalidParameterException"},
609
+ {"shape":"ResourceNotFoundException"},
610
+ {"shape":"ResourceInUseException"},
611
+ {"shape":"ProvisionedThroughputExceededException"}
612
+ ]
613
+ },
614
+ "StopStreamProcessor":{
615
+ "name":"StopStreamProcessor",
616
+ "http":{
617
+ "method":"POST",
618
+ "requestUri":"/"
619
+ },
620
+ "input":{"shape":"StopStreamProcessorRequest"},
621
+ "output":{"shape":"StopStreamProcessorResponse"},
622
+ "errors":[
623
+ {"shape":"AccessDeniedException"},
624
+ {"shape":"InternalServerError"},
625
+ {"shape":"ThrottlingException"},
626
+ {"shape":"InvalidParameterException"},
627
+ {"shape":"ResourceNotFoundException"},
628
+ {"shape":"ResourceInUseException"},
629
+ {"shape":"ProvisionedThroughputExceededException"}
630
+ ]
290
631
  }
291
632
  },
292
633
  "shapes":{
@@ -341,10 +682,45 @@
341
682
  "MatchConfidence":{"shape":"Percent"}
342
683
  }
343
684
  },
685
+ "CelebrityDetail":{
686
+ "type":"structure",
687
+ "members":{
688
+ "Urls":{"shape":"Urls"},
689
+ "Name":{"shape":"String"},
690
+ "Id":{"shape":"RekognitionUniqueId"},
691
+ "Confidence":{"shape":"Percent"},
692
+ "BoundingBox":{"shape":"BoundingBox"},
693
+ "Face":{"shape":"FaceDetail"}
694
+ }
695
+ },
344
696
  "CelebrityList":{
345
697
  "type":"list",
346
698
  "member":{"shape":"Celebrity"}
347
699
  },
700
+ "CelebrityRecognition":{
701
+ "type":"structure",
702
+ "members":{
703
+ "Timestamp":{"shape":"Timestamp"},
704
+ "Celebrity":{"shape":"CelebrityDetail"}
705
+ }
706
+ },
707
+ "CelebrityRecognitionSortBy":{
708
+ "type":"string",
709
+ "enum":[
710
+ "ID",
711
+ "TIMESTAMP"
712
+ ]
713
+ },
714
+ "CelebrityRecognitions":{
715
+ "type":"list",
716
+ "member":{"shape":"CelebrityRecognition"}
717
+ },
718
+ "ClientRequestToken":{
719
+ "type":"string",
720
+ "max":64,
721
+ "min":1,
722
+ "pattern":"^[a-zA-Z0-9-_]+$"
723
+ },
348
724
  "CollectionId":{
349
725
  "type":"string",
350
726
  "max":255,
@@ -413,6 +789,24 @@
413
789
  "Confidence":{"shape":"Percent"}
414
790
  }
415
791
  },
792
+ "ContentModerationDetection":{
793
+ "type":"structure",
794
+ "members":{
795
+ "Timestamp":{"shape":"Timestamp"},
796
+ "ModerationLabel":{"shape":"ModerationLabel"}
797
+ }
798
+ },
799
+ "ContentModerationDetections":{
800
+ "type":"list",
801
+ "member":{"shape":"ContentModerationDetection"}
802
+ },
803
+ "ContentModerationSortBy":{
804
+ "type":"string",
805
+ "enum":[
806
+ "NAME",
807
+ "TIMESTAMP"
808
+ ]
809
+ },
416
810
  "CreateCollectionRequest":{
417
811
  "type":"structure",
418
812
  "required":["CollectionId"],
@@ -428,6 +822,30 @@
428
822
  "FaceModelVersion":{"shape":"String"}
429
823
  }
430
824
  },
825
+ "CreateStreamProcessorRequest":{
826
+ "type":"structure",
827
+ "required":[
828
+ "Input",
829
+ "Output",
830
+ "Name",
831
+ "Settings",
832
+ "RoleArn"
833
+ ],
834
+ "members":{
835
+ "Input":{"shape":"StreamProcessorInput"},
836
+ "Output":{"shape":"StreamProcessorOutput"},
837
+ "Name":{"shape":"StreamProcessorName"},
838
+ "Settings":{"shape":"StreamProcessorSettings"},
839
+ "RoleArn":{"shape":"RoleArn"}
840
+ }
841
+ },
842
+ "CreateStreamProcessorResponse":{
843
+ "type":"structure",
844
+ "members":{
845
+ "StreamProcessorArn":{"shape":"StreamProcessorArn"}
846
+ }
847
+ },
848
+ "DateTime":{"type":"timestamp"},
431
849
  "Degree":{
432
850
  "type":"float",
433
851
  "max":180,
@@ -463,6 +881,40 @@
463
881
  "DeletedFaces":{"shape":"FaceIdList"}
464
882
  }
465
883
  },
884
+ "DeleteStreamProcessorRequest":{
885
+ "type":"structure",
886
+ "required":["Name"],
887
+ "members":{
888
+ "Name":{"shape":"StreamProcessorName"}
889
+ }
890
+ },
891
+ "DeleteStreamProcessorResponse":{
892
+ "type":"structure",
893
+ "members":{
894
+ }
895
+ },
896
+ "DescribeStreamProcessorRequest":{
897
+ "type":"structure",
898
+ "required":["Name"],
899
+ "members":{
900
+ "Name":{"shape":"StreamProcessorName"}
901
+ }
902
+ },
903
+ "DescribeStreamProcessorResponse":{
904
+ "type":"structure",
905
+ "members":{
906
+ "Name":{"shape":"StreamProcessorName"},
907
+ "StreamProcessorArn":{"shape":"StreamProcessorArn"},
908
+ "Status":{"shape":"StreamProcessorStatus"},
909
+ "StatusMessage":{"shape":"String"},
910
+ "CreationTimestamp":{"shape":"DateTime"},
911
+ "LastUpdateTimestamp":{"shape":"DateTime"},
912
+ "Input":{"shape":"StreamProcessorInput"},
913
+ "Output":{"shape":"StreamProcessorOutput"},
914
+ "RoleArn":{"shape":"RoleArn"},
915
+ "Settings":{"shape":"StreamProcessorSettings"}
916
+ }
917
+ },
466
918
  "DetectFacesRequest":{
467
919
  "type":"structure",
468
920
  "required":["Image"],
@@ -575,6 +1027,13 @@
575
1027
  "Confidence":{"shape":"Percent"}
576
1028
  }
577
1029
  },
1030
+ "FaceAttributes":{
1031
+ "type":"string",
1032
+ "enum":[
1033
+ "DEFAULT",
1034
+ "ALL"
1035
+ ]
1036
+ },
578
1037
  "FaceDetail":{
579
1038
  "type":"structure",
580
1039
  "members":{
@@ -599,6 +1058,17 @@
599
1058
  "type":"list",
600
1059
  "member":{"shape":"FaceDetail"}
601
1060
  },
1061
+ "FaceDetection":{
1062
+ "type":"structure",
1063
+ "members":{
1064
+ "Timestamp":{"shape":"Timestamp"},
1065
+ "Face":{"shape":"FaceDetail"}
1066
+ }
1067
+ },
1068
+ "FaceDetections":{
1069
+ "type":"list",
1070
+ "member":{"shape":"FaceDetection"}
1071
+ },
602
1072
  "FaceId":{
603
1073
  "type":"string",
604
1074
  "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
@@ -616,65 +1086,204 @@
616
1086
  "FaceMatch":{
617
1087
  "type":"structure",
618
1088
  "members":{
619
- "Similarity":{"shape":"Percent"},
620
- "Face":{"shape":"Face"}
1089
+ "Similarity":{"shape":"Percent"},
1090
+ "Face":{"shape":"Face"}
1091
+ }
1092
+ },
1093
+ "FaceMatchList":{
1094
+ "type":"list",
1095
+ "member":{"shape":"FaceMatch"}
1096
+ },
1097
+ "FaceModelVersionList":{
1098
+ "type":"list",
1099
+ "member":{"shape":"String"}
1100
+ },
1101
+ "FaceRecord":{
1102
+ "type":"structure",
1103
+ "members":{
1104
+ "Face":{"shape":"Face"},
1105
+ "FaceDetail":{"shape":"FaceDetail"}
1106
+ }
1107
+ },
1108
+ "FaceRecordList":{
1109
+ "type":"list",
1110
+ "member":{"shape":"FaceRecord"}
1111
+ },
1112
+ "FaceSearchSettings":{
1113
+ "type":"structure",
1114
+ "members":{
1115
+ "CollectionId":{"shape":"CollectionId"},
1116
+ "FaceMatchThreshold":{"shape":"Percent"}
1117
+ }
1118
+ },
1119
+ "FaceSearchSortBy":{
1120
+ "type":"string",
1121
+ "enum":[
1122
+ "INDEX",
1123
+ "TIMESTAMP"
1124
+ ]
1125
+ },
1126
+ "Float":{"type":"float"},
1127
+ "Gender":{
1128
+ "type":"structure",
1129
+ "members":{
1130
+ "Value":{"shape":"GenderType"},
1131
+ "Confidence":{"shape":"Percent"}
1132
+ }
1133
+ },
1134
+ "GenderType":{
1135
+ "type":"string",
1136
+ "enum":[
1137
+ "Male",
1138
+ "Female"
1139
+ ]
1140
+ },
1141
+ "Geometry":{
1142
+ "type":"structure",
1143
+ "members":{
1144
+ "BoundingBox":{"shape":"BoundingBox"},
1145
+ "Polygon":{"shape":"Polygon"}
1146
+ }
1147
+ },
1148
+ "GetCelebrityInfoRequest":{
1149
+ "type":"structure",
1150
+ "required":["Id"],
1151
+ "members":{
1152
+ "Id":{"shape":"RekognitionUniqueId"}
1153
+ }
1154
+ },
1155
+ "GetCelebrityInfoResponse":{
1156
+ "type":"structure",
1157
+ "members":{
1158
+ "Urls":{"shape":"Urls"},
1159
+ "Name":{"shape":"String"}
1160
+ }
1161
+ },
1162
+ "GetCelebrityRecognitionRequest":{
1163
+ "type":"structure",
1164
+ "required":["JobId"],
1165
+ "members":{
1166
+ "JobId":{"shape":"JobId"},
1167
+ "MaxResults":{"shape":"MaxResults"},
1168
+ "NextToken":{"shape":"PaginationToken"},
1169
+ "SortBy":{"shape":"CelebrityRecognitionSortBy"}
1170
+ }
1171
+ },
1172
+ "GetCelebrityRecognitionResponse":{
1173
+ "type":"structure",
1174
+ "members":{
1175
+ "JobStatus":{"shape":"VideoJobStatus"},
1176
+ "StatusMessage":{"shape":"StatusMessage"},
1177
+ "VideoMetadata":{"shape":"VideoMetadata"},
1178
+ "NextToken":{"shape":"PaginationToken"},
1179
+ "Celebrities":{"shape":"CelebrityRecognitions"}
1180
+ }
1181
+ },
1182
+ "GetContentModerationRequest":{
1183
+ "type":"structure",
1184
+ "required":["JobId"],
1185
+ "members":{
1186
+ "JobId":{"shape":"JobId"},
1187
+ "MaxResults":{"shape":"MaxResults"},
1188
+ "NextToken":{"shape":"PaginationToken"},
1189
+ "SortBy":{"shape":"ContentModerationSortBy"}
621
1190
  }
622
1191
  },
623
- "FaceMatchList":{
624
- "type":"list",
625
- "member":{"shape":"FaceMatch"}
1192
+ "GetContentModerationResponse":{
1193
+ "type":"structure",
1194
+ "members":{
1195
+ "JobStatus":{"shape":"VideoJobStatus"},
1196
+ "StatusMessage":{"shape":"StatusMessage"},
1197
+ "VideoMetadata":{"shape":"VideoMetadata"},
1198
+ "ModerationLabels":{"shape":"ContentModerationDetections"},
1199
+ "NextToken":{"shape":"PaginationToken"}
1200
+ }
626
1201
  },
627
- "FaceModelVersionList":{
628
- "type":"list",
629
- "member":{"shape":"String"}
1202
+ "GetFaceDetectionRequest":{
1203
+ "type":"structure",
1204
+ "required":["JobId"],
1205
+ "members":{
1206
+ "JobId":{"shape":"JobId"},
1207
+ "MaxResults":{"shape":"MaxResults"},
1208
+ "NextToken":{"shape":"PaginationToken"}
1209
+ }
630
1210
  },
631
- "FaceRecord":{
1211
+ "GetFaceDetectionResponse":{
632
1212
  "type":"structure",
633
1213
  "members":{
634
- "Face":{"shape":"Face"},
635
- "FaceDetail":{"shape":"FaceDetail"}
1214
+ "JobStatus":{"shape":"VideoJobStatus"},
1215
+ "StatusMessage":{"shape":"StatusMessage"},
1216
+ "VideoMetadata":{"shape":"VideoMetadata"},
1217
+ "NextToken":{"shape":"PaginationToken"},
1218
+ "Faces":{"shape":"FaceDetections"}
636
1219
  }
637
1220
  },
638
- "FaceRecordList":{
639
- "type":"list",
640
- "member":{"shape":"FaceRecord"}
1221
+ "GetFaceSearchRequest":{
1222
+ "type":"structure",
1223
+ "required":["JobId"],
1224
+ "members":{
1225
+ "JobId":{"shape":"JobId"},
1226
+ "MaxResults":{"shape":"MaxResults"},
1227
+ "NextToken":{"shape":"PaginationToken"},
1228
+ "SortBy":{"shape":"FaceSearchSortBy"}
1229
+ }
641
1230
  },
642
- "Float":{"type":"float"},
643
- "Gender":{
1231
+ "GetFaceSearchResponse":{
644
1232
  "type":"structure",
645
1233
  "members":{
646
- "Value":{"shape":"GenderType"},
647
- "Confidence":{"shape":"Percent"}
1234
+ "JobStatus":{"shape":"VideoJobStatus"},
1235
+ "StatusMessage":{"shape":"StatusMessage"},
1236
+ "NextToken":{"shape":"PaginationToken"},
1237
+ "VideoMetadata":{"shape":"VideoMetadata"},
1238
+ "Persons":{"shape":"PersonMatches"}
648
1239
  }
649
1240
  },
650
- "GenderType":{
651
- "type":"string",
652
- "enum":[
653
- "Male",
654
- "Female"
655
- ]
1241
+ "GetLabelDetectionRequest":{
1242
+ "type":"structure",
1243
+ "required":["JobId"],
1244
+ "members":{
1245
+ "JobId":{"shape":"JobId"},
1246
+ "MaxResults":{"shape":"MaxResults"},
1247
+ "NextToken":{"shape":"PaginationToken"},
1248
+ "SortBy":{"shape":"LabelDetectionSortBy"}
1249
+ }
656
1250
  },
657
- "Geometry":{
1251
+ "GetLabelDetectionResponse":{
658
1252
  "type":"structure",
659
1253
  "members":{
660
- "BoundingBox":{"shape":"BoundingBox"},
661
- "Polygon":{"shape":"Polygon"}
1254
+ "JobStatus":{"shape":"VideoJobStatus"},
1255
+ "StatusMessage":{"shape":"StatusMessage"},
1256
+ "VideoMetadata":{"shape":"VideoMetadata"},
1257
+ "NextToken":{"shape":"PaginationToken"},
1258
+ "Labels":{"shape":"LabelDetections"}
662
1259
  }
663
1260
  },
664
- "GetCelebrityInfoRequest":{
1261
+ "GetPersonTrackingRequest":{
665
1262
  "type":"structure",
666
- "required":["Id"],
1263
+ "required":["JobId"],
667
1264
  "members":{
668
- "Id":{"shape":"RekognitionUniqueId"}
1265
+ "JobId":{"shape":"JobId"},
1266
+ "MaxResults":{"shape":"MaxResults"},
1267
+ "NextToken":{"shape":"PaginationToken"},
1268
+ "SortBy":{"shape":"PersonTrackingSortBy"}
669
1269
  }
670
1270
  },
671
- "GetCelebrityInfoResponse":{
1271
+ "GetPersonTrackingResponse":{
672
1272
  "type":"structure",
673
1273
  "members":{
674
- "Urls":{"shape":"Urls"},
675
- "Name":{"shape":"String"}
1274
+ "JobStatus":{"shape":"VideoJobStatus"},
1275
+ "StatusMessage":{"shape":"StatusMessage"},
1276
+ "VideoMetadata":{"shape":"VideoMetadata"},
1277
+ "NextToken":{"shape":"PaginationToken"},
1278
+ "Persons":{"shape":"PersonDetections"}
676
1279
  }
677
1280
  },
1281
+ "IdempotentParameterMismatchException":{
1282
+ "type":"structure",
1283
+ "members":{
1284
+ },
1285
+ "exception":true
1286
+ },
678
1287
  "Image":{
679
1288
  "type":"structure",
680
1289
  "members":{
@@ -756,6 +1365,38 @@
756
1365
  },
757
1366
  "exception":true
758
1367
  },
1368
+ "JobId":{
1369
+ "type":"string",
1370
+ "max":64,
1371
+ "min":1,
1372
+ "pattern":"^[a-zA-Z0-9-_]+$"
1373
+ },
1374
+ "JobTag":{
1375
+ "type":"string",
1376
+ "max":256,
1377
+ "min":1,
1378
+ "pattern":"[a-zA-Z0-9_.\\-:]+"
1379
+ },
1380
+ "KinesisDataArn":{
1381
+ "type":"string",
1382
+ "pattern":"(^arn:([a-z\\d-]+):kinesis:([a-z\\d-]+):\\d{12}:.+$)"
1383
+ },
1384
+ "KinesisDataStream":{
1385
+ "type":"structure",
1386
+ "members":{
1387
+ "Arn":{"shape":"KinesisDataArn"}
1388
+ }
1389
+ },
1390
+ "KinesisVideoArn":{
1391
+ "type":"string",
1392
+ "pattern":"(^arn:([a-z\\d-]+):kinesisvideo:([a-z\\d-]+):\\d{12}:.+$)"
1393
+ },
1394
+ "KinesisVideoStream":{
1395
+ "type":"structure",
1396
+ "members":{
1397
+ "Arn":{"shape":"KinesisVideoArn"}
1398
+ }
1399
+ },
759
1400
  "Label":{
760
1401
  "type":"structure",
761
1402
  "members":{
@@ -763,6 +1404,24 @@
763
1404
  "Confidence":{"shape":"Percent"}
764
1405
  }
765
1406
  },
1407
+ "LabelDetection":{
1408
+ "type":"structure",
1409
+ "members":{
1410
+ "Timestamp":{"shape":"Timestamp"},
1411
+ "Label":{"shape":"Label"}
1412
+ }
1413
+ },
1414
+ "LabelDetectionSortBy":{
1415
+ "type":"string",
1416
+ "enum":[
1417
+ "NAME",
1418
+ "TIMESTAMP"
1419
+ ]
1420
+ },
1421
+ "LabelDetections":{
1422
+ "type":"list",
1423
+ "member":{"shape":"LabelDetection"}
1424
+ },
766
1425
  "Labels":{
767
1426
  "type":"list",
768
1427
  "member":{"shape":"Label"}
@@ -809,6 +1468,12 @@
809
1468
  "type":"list",
810
1469
  "member":{"shape":"Landmark"}
811
1470
  },
1471
+ "LimitExceededException":{
1472
+ "type":"structure",
1473
+ "members":{
1474
+ },
1475
+ "exception":true
1476
+ },
812
1477
  "ListCollectionsRequest":{
813
1478
  "type":"structure",
814
1479
  "members":{
@@ -841,11 +1506,29 @@
841
1506
  "FaceModelVersion":{"shape":"String"}
842
1507
  }
843
1508
  },
1509
+ "ListStreamProcessorsRequest":{
1510
+ "type":"structure",
1511
+ "members":{
1512
+ "NextToken":{"shape":"PaginationToken"},
1513
+ "MaxResults":{"shape":"MaxResults"}
1514
+ }
1515
+ },
1516
+ "ListStreamProcessorsResponse":{
1517
+ "type":"structure",
1518
+ "members":{
1519
+ "NextToken":{"shape":"PaginationToken"},
1520
+ "StreamProcessors":{"shape":"StreamProcessorList"}
1521
+ }
1522
+ },
844
1523
  "MaxFaces":{
845
1524
  "type":"integer",
846
1525
  "max":4096,
847
1526
  "min":1
848
1527
  },
1528
+ "MaxResults":{
1529
+ "type":"integer",
1530
+ "min":1
1531
+ },
849
1532
  "ModerationLabel":{
850
1533
  "type":"structure",
851
1534
  "members":{
@@ -872,6 +1555,17 @@
872
1555
  "Confidence":{"shape":"Percent"}
873
1556
  }
874
1557
  },
1558
+ "NotificationChannel":{
1559
+ "type":"structure",
1560
+ "required":[
1561
+ "SNSTopicArn",
1562
+ "RoleArn"
1563
+ ],
1564
+ "members":{
1565
+ "SNSTopicArn":{"shape":"SNSTopicArn"},
1566
+ "RoleArn":{"shape":"RoleArn"}
1567
+ }
1568
+ },
875
1569
  "OrientationCorrection":{
876
1570
  "type":"string",
877
1571
  "enum":[
@@ -895,6 +1589,45 @@
895
1589
  "max":100,
896
1590
  "min":0
897
1591
  },
1592
+ "PersonDetail":{
1593
+ "type":"structure",
1594
+ "members":{
1595
+ "Index":{"shape":"PersonIndex"},
1596
+ "BoundingBox":{"shape":"BoundingBox"},
1597
+ "Face":{"shape":"FaceDetail"}
1598
+ }
1599
+ },
1600
+ "PersonDetection":{
1601
+ "type":"structure",
1602
+ "members":{
1603
+ "Timestamp":{"shape":"Timestamp"},
1604
+ "Person":{"shape":"PersonDetail"}
1605
+ }
1606
+ },
1607
+ "PersonDetections":{
1608
+ "type":"list",
1609
+ "member":{"shape":"PersonDetection"}
1610
+ },
1611
+ "PersonIndex":{"type":"long"},
1612
+ "PersonMatch":{
1613
+ "type":"structure",
1614
+ "members":{
1615
+ "Timestamp":{"shape":"Timestamp"},
1616
+ "Person":{"shape":"PersonDetail"},
1617
+ "FaceMatches":{"shape":"FaceMatchList"}
1618
+ }
1619
+ },
1620
+ "PersonMatches":{
1621
+ "type":"list",
1622
+ "member":{"shape":"PersonMatch"}
1623
+ },
1624
+ "PersonTrackingSortBy":{
1625
+ "type":"string",
1626
+ "enum":[
1627
+ "INDEX",
1628
+ "TIMESTAMP"
1629
+ ]
1630
+ },
898
1631
  "Point":{
899
1632
  "type":"structure",
900
1633
  "members":{
@@ -945,12 +1678,22 @@
945
1678
  },
946
1679
  "exception":true
947
1680
  },
1681
+ "ResourceInUseException":{
1682
+ "type":"structure",
1683
+ "members":{
1684
+ },
1685
+ "exception":true
1686
+ },
948
1687
  "ResourceNotFoundException":{
949
1688
  "type":"structure",
950
1689
  "members":{
951
1690
  },
952
1691
  "exception":true
953
1692
  },
1693
+ "RoleArn":{
1694
+ "type":"string",
1695
+ "pattern":"arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
1696
+ },
954
1697
  "S3Bucket":{
955
1698
  "type":"string",
956
1699
  "max":255,
@@ -975,6 +1718,10 @@
975
1718
  "max":1024,
976
1719
  "min":1
977
1720
  },
1721
+ "SNSTopicArn":{
1722
+ "type":"string",
1723
+ "pattern":"(^arn:aws:sns:.*:\\w{12}:.+$)"
1724
+ },
978
1725
  "SearchFacesByImageRequest":{
979
1726
  "type":"structure",
980
1727
  "required":[
@@ -1025,6 +1772,184 @@
1025
1772
  "Confidence":{"shape":"Percent"}
1026
1773
  }
1027
1774
  },
1775
+ "StartCelebrityRecognitionRequest":{
1776
+ "type":"structure",
1777
+ "required":["Video"],
1778
+ "members":{
1779
+ "Video":{"shape":"Video"},
1780
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
1781
+ "NotificationChannel":{"shape":"NotificationChannel"},
1782
+ "JobTag":{"shape":"JobTag"}
1783
+ }
1784
+ },
1785
+ "StartCelebrityRecognitionResponse":{
1786
+ "type":"structure",
1787
+ "members":{
1788
+ "JobId":{"shape":"JobId"}
1789
+ }
1790
+ },
1791
+ "StartContentModerationRequest":{
1792
+ "type":"structure",
1793
+ "required":["Video"],
1794
+ "members":{
1795
+ "Video":{"shape":"Video"},
1796
+ "MinConfidence":{"shape":"Percent"},
1797
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
1798
+ "NotificationChannel":{"shape":"NotificationChannel"},
1799
+ "JobTag":{"shape":"JobTag"}
1800
+ }
1801
+ },
1802
+ "StartContentModerationResponse":{
1803
+ "type":"structure",
1804
+ "members":{
1805
+ "JobId":{"shape":"JobId"}
1806
+ }
1807
+ },
1808
+ "StartFaceDetectionRequest":{
1809
+ "type":"structure",
1810
+ "required":["Video"],
1811
+ "members":{
1812
+ "Video":{"shape":"Video"},
1813
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
1814
+ "NotificationChannel":{"shape":"NotificationChannel"},
1815
+ "FaceAttributes":{"shape":"FaceAttributes"},
1816
+ "JobTag":{"shape":"JobTag"}
1817
+ }
1818
+ },
1819
+ "StartFaceDetectionResponse":{
1820
+ "type":"structure",
1821
+ "members":{
1822
+ "JobId":{"shape":"JobId"}
1823
+ }
1824
+ },
1825
+ "StartFaceSearchRequest":{
1826
+ "type":"structure",
1827
+ "required":[
1828
+ "Video",
1829
+ "CollectionId"
1830
+ ],
1831
+ "members":{
1832
+ "Video":{"shape":"Video"},
1833
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
1834
+ "FaceMatchThreshold":{"shape":"Percent"},
1835
+ "CollectionId":{"shape":"CollectionId"},
1836
+ "NotificationChannel":{"shape":"NotificationChannel"},
1837
+ "JobTag":{"shape":"JobTag"}
1838
+ }
1839
+ },
1840
+ "StartFaceSearchResponse":{
1841
+ "type":"structure",
1842
+ "members":{
1843
+ "JobId":{"shape":"JobId"}
1844
+ }
1845
+ },
1846
+ "StartLabelDetectionRequest":{
1847
+ "type":"structure",
1848
+ "required":["Video"],
1849
+ "members":{
1850
+ "Video":{"shape":"Video"},
1851
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
1852
+ "MinConfidence":{"shape":"Percent"},
1853
+ "NotificationChannel":{"shape":"NotificationChannel"},
1854
+ "JobTag":{"shape":"JobTag"}
1855
+ }
1856
+ },
1857
+ "StartLabelDetectionResponse":{
1858
+ "type":"structure",
1859
+ "members":{
1860
+ "JobId":{"shape":"JobId"}
1861
+ }
1862
+ },
1863
+ "StartPersonTrackingRequest":{
1864
+ "type":"structure",
1865
+ "required":["Video"],
1866
+ "members":{
1867
+ "Video":{"shape":"Video"},
1868
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
1869
+ "NotificationChannel":{"shape":"NotificationChannel"},
1870
+ "JobTag":{"shape":"JobTag"}
1871
+ }
1872
+ },
1873
+ "StartPersonTrackingResponse":{
1874
+ "type":"structure",
1875
+ "members":{
1876
+ "JobId":{"shape":"JobId"}
1877
+ }
1878
+ },
1879
+ "StartStreamProcessorRequest":{
1880
+ "type":"structure",
1881
+ "required":["Name"],
1882
+ "members":{
1883
+ "Name":{"shape":"StreamProcessorName"}
1884
+ }
1885
+ },
1886
+ "StartStreamProcessorResponse":{
1887
+ "type":"structure",
1888
+ "members":{
1889
+ }
1890
+ },
1891
+ "StatusMessage":{"type":"string"},
1892
+ "StopStreamProcessorRequest":{
1893
+ "type":"structure",
1894
+ "required":["Name"],
1895
+ "members":{
1896
+ "Name":{"shape":"StreamProcessorName"}
1897
+ }
1898
+ },
1899
+ "StopStreamProcessorResponse":{
1900
+ "type":"structure",
1901
+ "members":{
1902
+ }
1903
+ },
1904
+ "StreamProcessor":{
1905
+ "type":"structure",
1906
+ "members":{
1907
+ "Name":{"shape":"StreamProcessorName"},
1908
+ "Status":{"shape":"StreamProcessorStatus"}
1909
+ }
1910
+ },
1911
+ "StreamProcessorArn":{
1912
+ "type":"string",
1913
+ "pattern":"(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:streamprocessor\\/.+$)"
1914
+ },
1915
+ "StreamProcessorInput":{
1916
+ "type":"structure",
1917
+ "members":{
1918
+ "KinesisVideoStream":{"shape":"KinesisVideoStream"}
1919
+ }
1920
+ },
1921
+ "StreamProcessorList":{
1922
+ "type":"list",
1923
+ "member":{"shape":"StreamProcessor"}
1924
+ },
1925
+ "StreamProcessorName":{
1926
+ "type":"string",
1927
+ "max":128,
1928
+ "min":1,
1929
+ "pattern":"[a-zA-Z0-9_.\\-]+"
1930
+ },
1931
+ "StreamProcessorOutput":{
1932
+ "type":"structure",
1933
+ "members":{
1934
+ "KinesisDataStream":{"shape":"KinesisDataStream"}
1935
+ }
1936
+ },
1937
+ "StreamProcessorSettings":{
1938
+ "type":"structure",
1939
+ "members":{
1940
+ "FaceSearch":{"shape":"FaceSearchSettings"}
1941
+ }
1942
+ },
1943
+ "StreamProcessorStatus":{
1944
+ "type":"string",
1945
+ "enum":[
1946
+ "STOPPED",
1947
+ "STARTING",
1948
+ "RUNNING",
1949
+ "FAILED",
1950
+ "STOPPING"
1951
+ ]
1952
+ },
1028
1953
  "String":{"type":"string"},
1029
1954
  "Sunglasses":{
1030
1955
  "type":"structure",
@@ -1062,14 +1987,50 @@
1062
1987
  "exception":true,
1063
1988
  "fault":true
1064
1989
  },
1990
+ "Timestamp":{"type":"long"},
1065
1991
  "UInteger":{
1066
1992
  "type":"integer",
1067
1993
  "min":0
1068
1994
  },
1995
+ "ULong":{
1996
+ "type":"long",
1997
+ "min":0
1998
+ },
1069
1999
  "Url":{"type":"string"},
1070
2000
  "Urls":{
1071
2001
  "type":"list",
1072
2002
  "member":{"shape":"Url"}
2003
+ },
2004
+ "Video":{
2005
+ "type":"structure",
2006
+ "members":{
2007
+ "S3Object":{"shape":"S3Object"}
2008
+ }
2009
+ },
2010
+ "VideoJobStatus":{
2011
+ "type":"string",
2012
+ "enum":[
2013
+ "IN_PROGRESS",
2014
+ "SUCCEEDED",
2015
+ "FAILED"
2016
+ ]
2017
+ },
2018
+ "VideoMetadata":{
2019
+ "type":"structure",
2020
+ "members":{
2021
+ "Codec":{"shape":"String"},
2022
+ "DurationMillis":{"shape":"ULong"},
2023
+ "Format":{"shape":"String"},
2024
+ "FrameRate":{"shape":"Float"},
2025
+ "FrameHeight":{"shape":"ULong"},
2026
+ "FrameWidth":{"shape":"ULong"}
2027
+ }
2028
+ },
2029
+ "VideoTooLargeException":{
2030
+ "type":"structure",
2031
+ "members":{
2032
+ },
2033
+ "exception":true
1073
2034
  }
1074
2035
  }
1075
2036
  }