Skip to content

Commit 2af529b

Browse files
feat: update AWS API models
1 parent da6c9c0 commit 2af529b

File tree

7 files changed

+1626
-45
lines changed

7 files changed

+1626
-45
lines changed

codegen/sdk/aws-models/codebuild.json

Lines changed: 51 additions & 9 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/ec2.json

Lines changed: 233 additions & 7 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/ecs.json

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/emr-containers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4030,7 +4030,7 @@
40304030
"traits": {
40314031
"smithy.api#length": {
40324032
"min": 0,
4033-
"max": 20
4033+
"max": 100
40344034
}
40354035
}
40364036
},
@@ -4062,7 +4062,7 @@
40624062
"traits": {
40634063
"smithy.api#length": {
40644064
"min": 0,
4065-
"max": 20
4065+
"max": 100
40664066
}
40674067
}
40684068
},

codegen/sdk/aws-models/global-accelerator.json

Lines changed: 691 additions & 12 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/medialive.json

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10644,6 +10644,46 @@
1064410644
"smithy.api#documentation": "H265 Look Ahead Rate Control"
1064510645
}
1064610646
},
10647+
"com.amazonaws.medialive#H265MvOverPictureBoundaries": {
10648+
"type": "enum",
10649+
"members": {
10650+
"DISABLED": {
10651+
"target": "smithy.api#Unit",
10652+
"traits": {
10653+
"smithy.api#enumValue": "DISABLED"
10654+
}
10655+
},
10656+
"ENABLED": {
10657+
"target": "smithy.api#Unit",
10658+
"traits": {
10659+
"smithy.api#enumValue": "ENABLED"
10660+
}
10661+
}
10662+
},
10663+
"traits": {
10664+
"smithy.api#documentation": "H265 Mv Over Picture Boundaries"
10665+
}
10666+
},
10667+
"com.amazonaws.medialive#H265MvTemporalPredictor": {
10668+
"type": "enum",
10669+
"members": {
10670+
"DISABLED": {
10671+
"target": "smithy.api#Unit",
10672+
"traits": {
10673+
"smithy.api#enumValue": "DISABLED"
10674+
}
10675+
},
10676+
"ENABLED": {
10677+
"target": "smithy.api#Unit",
10678+
"traits": {
10679+
"smithy.api#enumValue": "ENABLED"
10680+
}
10681+
}
10682+
},
10683+
"traits": {
10684+
"smithy.api#documentation": "H265 Mv Temporal Predictor"
10685+
}
10686+
},
1064710687
"com.amazonaws.medialive#H265Profile": {
1064810688
"type": "enum",
1064910689
"members": {
@@ -10946,6 +10986,48 @@
1094610986
"smithy.api#documentation": "Timecode burn-in settings",
1094710987
"smithy.api#jsonName": "timecodeBurninSettings"
1094810988
}
10989+
},
10990+
"MvOverPictureBoundaries": {
10991+
"target": "com.amazonaws.medialive#H265MvOverPictureBoundaries",
10992+
"traits": {
10993+
"smithy.api#documentation": "If you are setting up the picture as a tile, you must set this to \"disabled\". In all other configurations, you typically enter \"enabled\".",
10994+
"smithy.api#jsonName": "mvOverPictureBoundaries"
10995+
}
10996+
},
10997+
"MvTemporalPredictor": {
10998+
"target": "com.amazonaws.medialive#H265MvTemporalPredictor",
10999+
"traits": {
11000+
"smithy.api#documentation": "If you are setting up the picture as a tile, you must set this to \"disabled\". In other configurations, you typically enter \"enabled\".",
11001+
"smithy.api#jsonName": "mvTemporalPredictor"
11002+
}
11003+
},
11004+
"TileHeight": {
11005+
"target": "com.amazonaws.medialive#__integerMin64Max2160",
11006+
"traits": {
11007+
"smithy.api#documentation": "Set this field to set up the picture as a tile. You must also set tileWidth.\nThe tile height must result in 22 or fewer rows in the frame. The tile width\nmust result in 20 or fewer columns in the frame. And finally, the product of the\ncolumn count and row count must be 64 of less.\nIf the tile width and height are specified, MediaLive will override the video\ncodec slices field with a value that MediaLive calculates",
11008+
"smithy.api#jsonName": "tileHeight"
11009+
}
11010+
},
11011+
"TilePadding": {
11012+
"target": "com.amazonaws.medialive#H265TilePadding",
11013+
"traits": {
11014+
"smithy.api#documentation": "Set to \"padded\" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size.\nIf you are setting up the picture as a tile, you must enter \"padded\".\nIn all other configurations, you typically enter \"none\".",
11015+
"smithy.api#jsonName": "tilePadding"
11016+
}
11017+
},
11018+
"TileWidth": {
11019+
"target": "com.amazonaws.medialive#__integerMin256Max3840",
11020+
"traits": {
11021+
"smithy.api#documentation": "Set this field to set up the picture as a tile. See tileHeight for more information.",
11022+
"smithy.api#jsonName": "tileWidth"
11023+
}
11024+
},
11025+
"TreeblockSize": {
11026+
"target": "com.amazonaws.medialive#H265TreeblockSize",
11027+
"traits": {
11028+
"smithy.api#documentation": "Select the tree block size used for encoding. If you enter \"auto\", the encoder will pick the best size. If you are setting up the picture as a tile, you must set this to 32x32. In all other configurations, you typically enter \"auto\".",
11029+
"smithy.api#jsonName": "treeblockSize"
11030+
}
1094911031
}
1095011032
},
1095111033
"traits": {
@@ -10972,6 +11054,26 @@
1097211054
"smithy.api#documentation": "H265 Tier"
1097311055
}
1097411056
},
11057+
"com.amazonaws.medialive#H265TilePadding": {
11058+
"type": "enum",
11059+
"members": {
11060+
"NONE": {
11061+
"target": "smithy.api#Unit",
11062+
"traits": {
11063+
"smithy.api#enumValue": "NONE"
11064+
}
11065+
},
11066+
"PADDED": {
11067+
"target": "smithy.api#Unit",
11068+
"traits": {
11069+
"smithy.api#enumValue": "PADDED"
11070+
}
11071+
}
11072+
},
11073+
"traits": {
11074+
"smithy.api#documentation": "H265 Tile Padding"
11075+
}
11076+
},
1097511077
"com.amazonaws.medialive#H265TimecodeInsertionBehavior": {
1097611078
"type": "enum",
1097711079
"members": {
@@ -10992,6 +11094,26 @@
1099211094
"smithy.api#documentation": "H265 Timecode Insertion Behavior"
1099311095
}
1099411096
},
11097+
"com.amazonaws.medialive#H265TreeblockSize": {
11098+
"type": "enum",
11099+
"members": {
11100+
"AUTO": {
11101+
"target": "smithy.api#Unit",
11102+
"traits": {
11103+
"smithy.api#enumValue": "AUTO"
11104+
}
11105+
},
11106+
"TREE_SIZE_32X32": {
11107+
"target": "smithy.api#Unit",
11108+
"traits": {
11109+
"smithy.api#enumValue": "TREE_SIZE_32X32"
11110+
}
11111+
}
11112+
},
11113+
"traits": {
11114+
"smithy.api#documentation": "H265 Treeblock Size"
11115+
}
11116+
},
1099511117
"com.amazonaws.medialive#Hdr10Settings": {
1099611118
"type": "structure",
1099711119
"members": {
@@ -26010,6 +26132,16 @@
2601026132
}
2601126133
}
2601226134
},
26135+
"com.amazonaws.medialive#__integerMin256Max3840": {
26136+
"type": "integer",
26137+
"traits": {
26138+
"smithy.api#documentation": "Placeholder documentation for __integerMin256Max3840",
26139+
"smithy.api#range": {
26140+
"min": 256,
26141+
"max": 3840
26142+
}
26143+
}
26144+
},
2601326145
"com.amazonaws.medialive#__integerMin25Max10000": {
2601426146
"type": "integer",
2601526147
"traits": {
@@ -26068,6 +26200,16 @@
2606826200
}
2606926201
}
2607026202
},
26203+
"com.amazonaws.medialive#__integerMin64Max2160": {
26204+
"type": "integer",
26205+
"traits": {
26206+
"smithy.api#documentation": "Placeholder documentation for __integerMin64Max2160",
26207+
"smithy.api#range": {
26208+
"min": 64,
26209+
"max": 2160
26210+
}
26211+
}
26212+
},
2607126213
"com.amazonaws.medialive#__integerMin800Max3000": {
2607226214
"type": "integer",
2607326215
"traits": {

0 commit comments

Comments
 (0)