|
24 | 24 | "input":{"shape":"GetDataAutomationStatusRequest"},
|
25 | 25 | "output":{"shape":"GetDataAutomationStatusResponse"},
|
26 | 26 | "errors":[
|
27 |
| - {"shape":"AccessDeniedException"}, |
28 | 27 | {"shape":"ValidationException"},
|
| 28 | + {"shape":"AccessDeniedException"}, |
29 | 29 | {"shape":"InternalServerException"},
|
30 | 30 | {"shape":"ThrottlingException"},
|
31 | 31 | {"shape":"ResourceNotFoundException"}
|
|
42 | 42 | "output":{"shape":"InvokeDataAutomationAsyncResponse"},
|
43 | 43 | "errors":[
|
44 | 44 | {"shape":"ServiceQuotaExceededException"},
|
45 |
| - {"shape":"AccessDeniedException"}, |
46 | 45 | {"shape":"ValidationException"},
|
| 46 | + {"shape":"AccessDeniedException"}, |
47 | 47 | {"shape":"InternalServerException"},
|
48 | 48 | {"shape":"ThrottlingException"}
|
49 | 49 | ],
|
|
59 | 59 | "input":{"shape":"ListTagsForResourceRequest"},
|
60 | 60 | "output":{"shape":"ListTagsForResourceResponse"},
|
61 | 61 | "errors":[
|
62 |
| - {"shape":"AccessDeniedException"}, |
63 | 62 | {"shape":"ValidationException"},
|
| 63 | + {"shape":"AccessDeniedException"}, |
64 | 64 | {"shape":"InternalServerException"},
|
65 |
| - {"shape":"ThrottlingException"}, |
66 |
| - {"shape":"ResourceNotFoundException"} |
| 65 | + {"shape":"ResourceNotFoundException"}, |
| 66 | + {"shape":"ThrottlingException"} |
67 | 67 | ],
|
68 | 68 | "documentation":"<p>List tags for an Amazon Bedrock Data Automation resource</p>"
|
69 | 69 | },
|
|
77 | 77 | "output":{"shape":"TagResourceResponse"},
|
78 | 78 | "errors":[
|
79 | 79 | {"shape":"ServiceQuotaExceededException"},
|
80 |
| - {"shape":"AccessDeniedException"}, |
81 | 80 | {"shape":"ValidationException"},
|
| 81 | + {"shape":"AccessDeniedException"}, |
82 | 82 | {"shape":"InternalServerException"},
|
83 |
| - {"shape":"ThrottlingException"}, |
84 |
| - {"shape":"ResourceNotFoundException"} |
| 83 | + {"shape":"ResourceNotFoundException"}, |
| 84 | + {"shape":"ThrottlingException"} |
85 | 85 | ],
|
86 | 86 | "documentation":"<p>Tag an Amazon Bedrock Data Automation resource</p>"
|
87 | 87 | },
|
|
94 | 94 | "input":{"shape":"UntagResourceRequest"},
|
95 | 95 | "output":{"shape":"UntagResourceResponse"},
|
96 | 96 | "errors":[
|
97 |
| - {"shape":"AccessDeniedException"}, |
98 | 97 | {"shape":"ValidationException"},
|
| 98 | + {"shape":"AccessDeniedException"}, |
99 | 99 | {"shape":"InternalServerException"},
|
100 |
| - {"shape":"ThrottlingException"}, |
101 |
| - {"shape":"ResourceNotFoundException"} |
| 100 | + {"shape":"ResourceNotFoundException"}, |
| 101 | + {"shape":"ThrottlingException"} |
102 | 102 | ],
|
103 | 103 | "documentation":"<p>Untag an Amazon Bedrock Data Automation resource</p>"
|
104 | 104 | }
|
|
112 | 112 | "documentation":"<p>This exception will be thrown when customer does not have access to API.</p>",
|
113 | 113 | "exception":true
|
114 | 114 | },
|
| 115 | + "AssetProcessingConfiguration":{ |
| 116 | + "type":"structure", |
| 117 | + "members":{ |
| 118 | + "video":{ |
| 119 | + "shape":"VideoAssetProcessingConfiguration", |
| 120 | + "documentation":"<p>Video asset processing configuration</p>" |
| 121 | + } |
| 122 | + }, |
| 123 | + "documentation":"<p>Config containing asset processing related knobs for all modalities</p>" |
| 124 | + }, |
115 | 125 | "AutomationJobStatus":{
|
116 | 126 | "type":"string",
|
117 | 127 | "documentation":"<p>List of status supported by automation jobs</p>",
|
|
309 | 319 | "s3Uri":{
|
310 | 320 | "shape":"S3Uri",
|
311 | 321 | "documentation":"<p>S3 uri.</p>"
|
| 322 | + }, |
| 323 | + "assetProcessingConfiguration":{ |
| 324 | + "shape":"AssetProcessingConfiguration", |
| 325 | + "documentation":"<p>Asset processing configuration</p>" |
312 | 326 | }
|
313 | 327 | },
|
314 | 328 | "documentation":"<p>Input configuration.</p>"
|
|
528 | 542 | "documentation":"<p>This exception will be thrown when customer reached API TPS limit.</p>",
|
529 | 543 | "exception":true
|
530 | 544 | },
|
| 545 | + "TimestampSegment":{ |
| 546 | + "type":"structure", |
| 547 | + "required":[ |
| 548 | + "startTimeMillis", |
| 549 | + "endTimeMillis" |
| 550 | + ], |
| 551 | + "members":{ |
| 552 | + "startTimeMillis":{ |
| 553 | + "shape":"TimestampSegmentStartTimeMillisLong", |
| 554 | + "documentation":"<p>Start timestamp in milliseconds</p>" |
| 555 | + }, |
| 556 | + "endTimeMillis":{ |
| 557 | + "shape":"TimestampSegmentEndTimeMillisLong", |
| 558 | + "documentation":"<p>End timestamp in milliseconds</p>" |
| 559 | + } |
| 560 | + }, |
| 561 | + "documentation":"<p>Timestamp segment</p>" |
| 562 | + }, |
| 563 | + "TimestampSegmentEndTimeMillisLong":{ |
| 564 | + "type":"long", |
| 565 | + "box":true, |
| 566 | + "min":300000 |
| 567 | + }, |
| 568 | + "TimestampSegmentStartTimeMillisLong":{ |
| 569 | + "type":"long", |
| 570 | + "box":true, |
| 571 | + "min":0 |
| 572 | + }, |
531 | 573 | "UntagResourceRequest":{
|
532 | 574 | "type":"structure",
|
533 | 575 | "required":[
|
|
551 | 593 | },
|
552 | 594 | "documentation":"<p>This exception will be thrown when customer provided invalid parameters.</p>",
|
553 | 595 | "exception":true
|
| 596 | + }, |
| 597 | + "VideoAssetProcessingConfiguration":{ |
| 598 | + "type":"structure", |
| 599 | + "members":{ |
| 600 | + "segmentConfiguration":{ |
| 601 | + "shape":"VideoSegmentConfiguration", |
| 602 | + "documentation":"<p>Delimits the segment of the input that will be processed</p>" |
| 603 | + } |
| 604 | + }, |
| 605 | + "documentation":"<p>Video asset processing configuration</p>" |
| 606 | + }, |
| 607 | + "VideoSegmentConfiguration":{ |
| 608 | + "type":"structure", |
| 609 | + "members":{ |
| 610 | + "timestampSegment":{ |
| 611 | + "shape":"TimestampSegment", |
| 612 | + "documentation":"<p>Timestamp segment</p>" |
| 613 | + } |
| 614 | + }, |
| 615 | + "documentation":"<p>Delimits the segment of the input that will be processed</p>", |
| 616 | + "union":true |
554 | 617 | }
|
555 | 618 | },
|
556 | 619 | "documentation":"<p>Amazon Bedrock Data Automation Runtime</p>"
|
|
0 commit comments