AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.28 to 2.34.29, added documentation for MultiViewSettings structure and its constraints, and updated Clear Lead DRM feature to include AV1 video codec support.
Security assessment
The changes are routine documentation updates: version number update, addition of a new feature (MultiViewSettings) with input validation pattern, and enhancement to an existing DRM feature to support additional codec (AV1). There is no evidence of addressing a security vulnerability or weakness. The pattern constraint for FileInput is standard URL validation and the Clear Lead DRM update expands compatibility without changing security properties.
Diff
diff --git a/cli/latest/reference/mediaconvert/get-job-template.md b/cli/latest/reference/mediaconvert/get-job-template.md index 3bebedb13..f1d105b7d 100644 --- a//cli/latest/reference/mediaconvert/get-job-template.md +++ b//cli/latest/reference/mediaconvert/get-job-template.md @@ -15 +15 @@ - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) » @@ -2468,0 +2469,22 @@ JobTemplate -> (structure) +>>>> +>>>> MultiViewSettings -> (list) +>>>> +>>>>> Specify the enhancement layer input video file path for Multi View outputs. The base layer input is treated as the left eye and this Multi View input is treated as the right eye. Only one Multi View input is currently supported. MediaConvert encodes both views into a single MV-HEVC output codec. When you add MultiViewSettings to your job, you can only produce Multi View outputs. Adding any other codec output to the same job is not supported. +>>>>> +>>>>> (structure) +>>>>> +>>>>>> Specify the enhancement layer input video file path for Multi View outputs. The base layer input is treated as the left eye and this Multi View input is treated as the right eye. Only one Multi View input is currently supported. MediaConvert encodes both views into a single MV-HEVC output codec. When you add MultiViewSettings to your job, you can only produce Multi View outputs. Adding any other codec output to the same job is not supported. +>>>>>> +>>>>>> Input -> (structure) +>>>>>> +>>>>>>> Input settings for MultiView Settings. You can include exactly one input as enhancement layer. +>>>>>>> +>>>>>>> FileInput -> (string) +>>>>>>> +>>>>>>>> Specify the input file S3, HTTP, or HTTPS URL for your right eye view video. +>>>>>>>> +>>>>>>>> Constraints: +>>>>>>>> +>>>>>>>> * pattern: `^s3://([^\/]+\/+)+((([^\/]*)))|^https?://[^\/].*[^&]$` +>>>>>>>> + @@ -4579 +4601 @@ JobTemplate -> (structure) ->>>>>>>> Enable Clear Lead DRM to reduce video startup latency by leaving the first segment unencrypted while DRM license retrieval occurs in parallel. This optimization allows immediate playback startup while maintaining content protection for the remainder of the stream. When enabled, the first output segment remains fully unencrypted, and encryption begins at the start of the second segment. The HLS manifest will omit #EXT-X-KEY tags during the clear segment and insert the first #EXT-X-KEY immediately before the first encrypted fragment. This feature is supported exclusively for CMAF HLS (fMP4) outputs and is compatible with all existing key provider integrations (SPEKE v1, SPEKE v2, and Static Key encryption). Supported codecs: H.264 and H.265 video codecs, and AAC audio codec. Choose Enabled to activate Clear Lead DRM optimization. Choose Disabled to use standard encryption where all segments are encrypted from the beginning. +>>>>>>>> Enable Clear Lead DRM to reduce video startup latency by leaving the first segment unencrypted while DRM license retrieval occurs in parallel. This optimization allows immediate playback startup while maintaining content protection for the remainder of the stream. When enabled, the first output segment remains fully unencrypted, and encryption begins at the start of the second segment. The HLS manifest will omit #EXT-X-KEY tags during the clear segment and insert the first #EXT-X-KEY immediately before the first encrypted fragment. This feature is supported exclusively for CMAF HLS (fMP4) outputs and is compatible with all existing key provider integrations (SPEKE v1, SPEKE v2, and Static Key encryption). Supported codecs: H.264, H.265, and AV1 video codecs, and AAC audio codec. Choose Enabled to activate Clear Lead DRM optimization. Choose Disabled to use standard encryption where all segments are encrypted from the beginning. @@ -15347 +15369 @@ JobTemplate -> (structure) - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) »