Skip to content

Commit d5c5ea2

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 6032a7e commit d5c5ea2

File tree

4 files changed

+332
-4
lines changed

4 files changed

+332
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
5+
46
2.11.468 (2020-03-16)
57
------------------
68

aws-sdk-core/apis/mediaconvert/2017-08-29/api-2.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,110 @@
13981398
"USE_CONFIGURED"
13991399
]
14001400
},
1401+
"Av1AdaptiveQuantization": {
1402+
"type": "string",
1403+
"enum": [
1404+
"OFF",
1405+
"LOW",
1406+
"MEDIUM",
1407+
"HIGH",
1408+
"HIGHER",
1409+
"MAX"
1410+
]
1411+
},
1412+
"Av1FramerateControl": {
1413+
"type": "string",
1414+
"enum": [
1415+
"INITIALIZE_FROM_SOURCE",
1416+
"SPECIFIED"
1417+
]
1418+
},
1419+
"Av1FramerateConversionAlgorithm": {
1420+
"type": "string",
1421+
"enum": [
1422+
"DUPLICATE_DROP",
1423+
"INTERPOLATE"
1424+
]
1425+
},
1426+
"Av1QvbrSettings": {
1427+
"type": "structure",
1428+
"members": {
1429+
"QvbrQualityLevel": {
1430+
"shape": "__integerMin1Max10",
1431+
"locationName": "qvbrQualityLevel"
1432+
},
1433+
"QvbrQualityLevelFineTune": {
1434+
"shape": "__doubleMin0Max1",
1435+
"locationName": "qvbrQualityLevelFineTune"
1436+
}
1437+
}
1438+
},
1439+
"Av1RateControlMode": {
1440+
"type": "string",
1441+
"enum": [
1442+
"QVBR"
1443+
]
1444+
},
1445+
"Av1Settings": {
1446+
"type": "structure",
1447+
"members": {
1448+
"AdaptiveQuantization": {
1449+
"shape": "Av1AdaptiveQuantization",
1450+
"locationName": "adaptiveQuantization"
1451+
},
1452+
"FramerateControl": {
1453+
"shape": "Av1FramerateControl",
1454+
"locationName": "framerateControl"
1455+
},
1456+
"FramerateConversionAlgorithm": {
1457+
"shape": "Av1FramerateConversionAlgorithm",
1458+
"locationName": "framerateConversionAlgorithm"
1459+
},
1460+
"FramerateDenominator": {
1461+
"shape": "__integerMin1Max2147483647",
1462+
"locationName": "framerateDenominator"
1463+
},
1464+
"FramerateNumerator": {
1465+
"shape": "__integerMin1Max2147483647",
1466+
"locationName": "framerateNumerator"
1467+
},
1468+
"GopSize": {
1469+
"shape": "__doubleMin0",
1470+
"locationName": "gopSize"
1471+
},
1472+
"MaxBitrate": {
1473+
"shape": "__integerMin1000Max1152000000",
1474+
"locationName": "maxBitrate"
1475+
},
1476+
"NumberBFramesBetweenReferenceFrames": {
1477+
"shape": "__integerMin7Max15",
1478+
"locationName": "numberBFramesBetweenReferenceFrames"
1479+
},
1480+
"QvbrSettings": {
1481+
"shape": "Av1QvbrSettings",
1482+
"locationName": "qvbrSettings"
1483+
},
1484+
"RateControlMode": {
1485+
"shape": "Av1RateControlMode",
1486+
"locationName": "rateControlMode"
1487+
},
1488+
"Slices": {
1489+
"shape": "__integerMin1Max32",
1490+
"locationName": "slices"
1491+
},
1492+
"SpatialAdaptiveQuantization": {
1493+
"shape": "Av1SpatialAdaptiveQuantization",
1494+
"locationName": "spatialAdaptiveQuantization"
1495+
}
1496+
}
1497+
},
1498+
"Av1SpatialAdaptiveQuantization": {
1499+
"type": "string",
1500+
"enum": [
1501+
"DISABLED",
1502+
"ENABLED"
1503+
]
1504+
},
14011505
"AvailBlanking": {
14021506
"type": "structure",
14031507
"members": {
@@ -7665,6 +7769,7 @@
76657769
"type": "string",
76667770
"enum": [
76677771
"FRAME_CAPTURE",
7772+
"AV1",
76687773
"H_264",
76697774
"H_265",
76707775
"MPEG2",
@@ -7674,6 +7779,10 @@
76747779
"VideoCodecSettings": {
76757780
"type": "structure",
76767781
"members": {
7782+
"Av1Settings": {
7783+
"shape": "Av1Settings",
7784+
"locationName": "av1Settings"
7785+
},
76777786
"Codec": {
76787787
"shape": "VideoCodec",
76797788
"locationName": "codec"
@@ -8220,6 +8329,11 @@
82208329
"min": 64000,
82218330
"max": 640000
82228331
},
8332+
"__integerMin7Max15": {
8333+
"type": "integer",
8334+
"min": 7,
8335+
"max": 15
8336+
},
82238337
"__integerMin8000Max192000": {
82248338
"type": "integer",
82258339
"min": 8000,

0 commit comments

Comments
 (0)