712
712
}
713
713
}
714
714
},
715
+ "com.amazonaws.bedrockdataautomationruntime#AssetProcessingConfiguration" : {
716
+ "type" : " structure" ,
717
+ "members" : {
718
+ "video" : {
719
+ "target" : " com.amazonaws.bedrockdataautomationruntime#VideoAssetProcessingConfiguration" ,
720
+ "traits" : {
721
+ "smithy.api#documentation" : " Video asset processing configuration"
722
+ }
723
+ }
724
+ },
725
+ "traits" : {
726
+ "smithy.api#documentation" : " Config containing asset processing related knobs for all modalities"
727
+ }
728
+ },
715
729
"com.amazonaws.bedrockdataautomationruntime#AutomationJobResource" : {
716
730
"type" : " resource" ,
717
731
"identifiers" : {
1089
1103
"smithy.api#documentation" : " S3 uri." ,
1090
1104
"smithy.api#required" : {}
1091
1105
}
1106
+ },
1107
+ "assetProcessingConfiguration" : {
1108
+ "target" : " com.amazonaws.bedrockdataautomationruntime#AssetProcessingConfiguration" ,
1109
+ "traits" : {
1110
+ "smithy.api#documentation" : " Asset processing configuration"
1111
+ }
1092
1112
}
1093
1113
},
1094
1114
"traits" : {
1525
1545
"smithy.api#httpError" : 429
1526
1546
}
1527
1547
},
1548
+ "com.amazonaws.bedrockdataautomationruntime#TimestampSegment" : {
1549
+ "type" : " structure" ,
1550
+ "members" : {
1551
+ "startTimeMillis" : {
1552
+ "target" : " smithy.api#Long" ,
1553
+ "traits" : {
1554
+ "smithy.api#documentation" : " Start timestamp in milliseconds" ,
1555
+ "smithy.api#range" : {
1556
+ "min" : 0
1557
+ },
1558
+ "smithy.api#required" : {}
1559
+ }
1560
+ },
1561
+ "endTimeMillis" : {
1562
+ "target" : " smithy.api#Long" ,
1563
+ "traits" : {
1564
+ "smithy.api#documentation" : " End timestamp in milliseconds" ,
1565
+ "smithy.api#range" : {
1566
+ "min" : 300000
1567
+ },
1568
+ "smithy.api#required" : {}
1569
+ }
1570
+ }
1571
+ },
1572
+ "traits" : {
1573
+ "smithy.api#documentation" : " Timestamp segment"
1574
+ }
1575
+ },
1528
1576
"com.amazonaws.bedrockdataautomationruntime#UntagResource" : {
1529
1577
"type" : " operation" ,
1530
1578
"input" : {
1593
1641
"smithy.api#error" : " client" ,
1594
1642
"smithy.api#httpError" : 400
1595
1643
}
1644
+ },
1645
+ "com.amazonaws.bedrockdataautomationruntime#VideoAssetProcessingConfiguration" : {
1646
+ "type" : " structure" ,
1647
+ "members" : {
1648
+ "segmentConfiguration" : {
1649
+ "target" : " com.amazonaws.bedrockdataautomationruntime#VideoSegmentConfiguration" ,
1650
+ "traits" : {
1651
+ "smithy.api#documentation" : " Delimits the segment of the input that will be processed"
1652
+ }
1653
+ }
1654
+ },
1655
+ "traits" : {
1656
+ "smithy.api#documentation" : " Video asset processing configuration"
1657
+ }
1658
+ },
1659
+ "com.amazonaws.bedrockdataautomationruntime#VideoSegmentConfiguration" : {
1660
+ "type" : " union" ,
1661
+ "members" : {
1662
+ "timestampSegment" : {
1663
+ "target" : " com.amazonaws.bedrockdataautomationruntime#TimestampSegment" ,
1664
+ "traits" : {
1665
+ "smithy.api#documentation" : " Timestamp segment"
1666
+ }
1667
+ }
1668
+ },
1669
+ "traits" : {
1670
+ "smithy.api#documentation" : " Delimits the segment of the input that will be processed"
1671
+ }
1596
1672
}
1597
1673
}
1598
1674
}
0 commit comments