Skip to content

Commit eb56279

Browse files
feat: update AWS API models
1 parent 61bf42c commit eb56279

File tree

8 files changed

+5504
-2665
lines changed

8 files changed

+5504
-2665
lines changed

codegen/sdk/aws-models/deadline.json

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

codegen/sdk/aws-models/ec2.json

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

codegen/sdk/aws-models/iam.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,56 @@
13641364
},
13651365
"type": "endpoint"
13661366
},
1367+
{
1368+
"conditions": [
1369+
{
1370+
"fn": "stringEquals",
1371+
"argv": [
1372+
{
1373+
"fn": "getAttr",
1374+
"argv": [
1375+
{
1376+
"ref": "PartitionResult"
1377+
},
1378+
"name"
1379+
]
1380+
},
1381+
"aws-eusc"
1382+
]
1383+
},
1384+
{
1385+
"fn": "booleanEquals",
1386+
"argv": [
1387+
{
1388+
"ref": "UseFIPS"
1389+
},
1390+
false
1391+
]
1392+
},
1393+
{
1394+
"fn": "booleanEquals",
1395+
"argv": [
1396+
{
1397+
"ref": "UseDualStack"
1398+
},
1399+
false
1400+
]
1401+
}
1402+
],
1403+
"endpoint": {
1404+
"url": "https://iam.eusc-de-east-1.amazonaws.eu",
1405+
"properties": {
1406+
"authSchemes": [
1407+
{
1408+
"name": "sigv4",
1409+
"signingRegion": "eusc-de-east-1"
1410+
}
1411+
]
1412+
},
1413+
"headers": {}
1414+
},
1415+
"type": "endpoint"
1416+
},
13671417
{
13681418
"conditions": [
13691419
{

codegen/sdk/aws-models/medialive.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,6 +1718,26 @@
17181718
"smithy.api#documentation": "Av1 Look Ahead Rate Control"
17191719
}
17201720
},
1721+
"com.amazonaws.medialive#Av1RateControlMode": {
1722+
"type": "enum",
1723+
"members": {
1724+
"CBR": {
1725+
"target": "smithy.api#Unit",
1726+
"traits": {
1727+
"smithy.api#enumValue": "CBR"
1728+
}
1729+
},
1730+
"QVBR": {
1731+
"target": "smithy.api#Unit",
1732+
"traits": {
1733+
"smithy.api#enumValue": "QVBR"
1734+
}
1735+
}
1736+
},
1737+
"traits": {
1738+
"smithy.api#documentation": "Av1 Rate Control Mode"
1739+
}
1740+
},
17211741
"com.amazonaws.medialive#Av1SceneChangeDetect": {
17221742
"type": "enum",
17231743
"members": {
@@ -1863,6 +1883,20 @@
18631883
"smithy.api#documentation": "Configures the timecode burn-in feature. If you enable this feature, the timecode will become part of the video.",
18641884
"smithy.api#jsonName": "timecodeBurninSettings"
18651885
}
1886+
},
1887+
"Bitrate": {
1888+
"target": "com.amazonaws.medialive#__integerMin50000Max8000000",
1889+
"traits": {
1890+
"smithy.api#documentation": "Average bitrate in bits/second. Required when the rate control mode is CBR. Not used for QVBR.",
1891+
"smithy.api#jsonName": "bitrate"
1892+
}
1893+
},
1894+
"RateControlMode": {
1895+
"target": "com.amazonaws.medialive#Av1RateControlMode",
1896+
"traits": {
1897+
"smithy.api#documentation": "Rate control mode.\n\nQVBR: Quality will match the specified quality level except when it is constrained by the\nmaximum bitrate. Recommended if you or your viewers pay for bandwidth.\n\nCBR: Quality varies, depending on the video complexity. Recommended only if you distribute\nyour assets to devices that cannot handle variable bitrates.",
1898+
"smithy.api#jsonName": "rateControlMode"
1899+
}
18661900
}
18671901
},
18681902
"traits": {
@@ -28522,6 +28556,13 @@
2852228556
"smithy.api#documentation": "SRT settings for an SRT output; one destination for each redundant encoder.",
2852328557
"smithy.api#jsonName": "srtSettings"
2852428558
}
28559+
},
28560+
"LogicalInterfaceNames": {
28561+
"target": "com.amazonaws.medialive#__listOf__string",
28562+
"traits": {
28563+
"smithy.api#documentation": "Optional assignment of an output to a logical interface on the Node. Only applies to on premises channels.",
28564+
"smithy.api#jsonName": "logicalInterfaceNames"
28565+
}
2852528566
}
2852628567
},
2852728568
"traits": {

0 commit comments

Comments
 (0)