|
21084 | 21084 | "shape": "CmafTimedMetadataPassthrough",
|
21085 | 21085 | "locationName": "timedMetadataPassthrough",
|
21086 | 21086 | "documentation": "Set to enabled to pass through ID3 metadata from the input sources."
|
| 21087 | + }, |
| 21088 | + "AdditionalDestinations": { |
| 21089 | + "shape": "__listOfAdditionalDestinations", |
| 21090 | + "locationName": "additionalDestinations", |
| 21091 | + "documentation": "Optional an array of additional destinational HTTP destinations for the OutputGroup outputs" |
21087 | 21092 | }
|
21088 | 21093 | },
|
21089 | 21094 | "documentation": "Cmaf Ingest Group Settings",
|
|
25748 | 25753 | "documentation": "Configures whether MediaLive will write AFD values into the video.\nAUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid).\nFIXED: the AFD value will be the value configured in the fixedAfd parameter.\nNONE: MediaLive won't write AFD into the video"
|
25749 | 25754 | },
|
25750 | 25755 | "BufSize": {
|
25751 |
| - "shape": "__integerMin50000Max16000000", |
| 25756 | + "shape": "__integerMin50000Max24000000", |
25752 | 25757 | "locationName": "bufSize",
|
25753 | 25758 | "documentation": "The size of the buffer (HRD buffer model) in bits."
|
25754 | 25759 | },
|
|
25793 | 25798 | "documentation": "Sets the amount of lookahead. A value of LOW can decrease latency and memory usage. A value of HIGH can produce better quality for certain content."
|
25794 | 25799 | },
|
25795 | 25800 | "MaxBitrate": {
|
25796 |
| - "shape": "__integerMin50000Max8000000", |
| 25801 | + "shape": "__integerMin50000Max12000000", |
25797 | 25802 | "locationName": "maxBitrate",
|
25798 | 25803 | "documentation": "The maximum bitrate to assign.\nFor recommendations, see the description for qvbrQualityLevel."
|
25799 | 25804 | },
|
|
25828 | 25833 | "documentation": "Configures the timecode burn-in feature. If you enable this feature, the timecode will become part of the video."
|
25829 | 25834 | },
|
25830 | 25835 | "Bitrate": {
|
25831 |
| - "shape": "__integerMin50000Max8000000", |
| 25836 | + "shape": "__integerMin50000Max12000000", |
25832 | 25837 | "locationName": "bitrate",
|
25833 | 25838 | "documentation": "Average bitrate in bits/second. Required when the rate control mode is CBR. Not used for QVBR."
|
25834 | 25839 | },
|
@@ -28401,17 +28406,17 @@
|
28401 | 28406 | "max": 16000,
|
28402 | 28407 | "documentation": "Placeholder documentation for __integerMin40Max16000"
|
28403 | 28408 | },
|
28404 |
| - "__integerMin50000Max16000000": { |
| 28409 | + "__integerMin50000Max24000000": { |
28405 | 28410 | "type": "integer",
|
28406 | 28411 | "min": 50000,
|
28407 |
| - "max": 16000000, |
28408 |
| - "documentation": "Placeholder documentation for __integerMin50000Max16000000" |
| 28412 | + "max": 24000000, |
| 28413 | + "documentation": "Placeholder documentation for __integerMin50000Max24000000" |
28409 | 28414 | },
|
28410 |
| - "__integerMin50000Max8000000": { |
| 28415 | + "__integerMin50000Max12000000": { |
28411 | 28416 | "type": "integer",
|
28412 | 28417 | "min": 50000,
|
28413 |
| - "max": 8000000, |
28414 |
| - "documentation": "Placeholder documentation for __integerMin50000Max8000000" |
| 28418 | + "max": 12000000, |
| 28419 | + "documentation": "Placeholder documentation for __integerMin50000Max12000000" |
28415 | 28420 | },
|
28416 | 28421 | "__listOfDescribeChannelPlacementGroupSummary": {
|
28417 | 28422 | "type": "list",
|
|
29277 | 29282 | "CBR",
|
29278 | 29283 | "QVBR"
|
29279 | 29284 | ]
|
| 29285 | + }, |
| 29286 | + "AdditionalDestinations": { |
| 29287 | + "type": "structure", |
| 29288 | + "members": { |
| 29289 | + "Destination": { |
| 29290 | + "shape": "OutputLocationRef", |
| 29291 | + "locationName": "destination", |
| 29292 | + "documentation": "The destination location" |
| 29293 | + } |
| 29294 | + }, |
| 29295 | + "documentation": "Additional output destinations for a CMAF Ingest output group", |
| 29296 | + "required": [ |
| 29297 | + "Destination" |
| 29298 | + ] |
| 29299 | + }, |
| 29300 | + "__listOfAdditionalDestinations": { |
| 29301 | + "type": "list", |
| 29302 | + "member": { |
| 29303 | + "shape": "AdditionalDestinations" |
| 29304 | + }, |
| 29305 | + "documentation": "Placeholder documentation for __listOfAdditionalDestinations" |
29280 | 29306 | }
|
29281 | 29307 | },
|
29282 | 29308 | "documentation": "API for AWS Elemental MediaLive"
|
|
0 commit comments