AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.28 to 2.34.29, added MultiViewSettings documentation for MV-HEVC encoding, and expanded Clear Lead DRM support to include AV1 video codec
Security assessment
The change adds documentation for MultiViewSettings feature and expands Clear Lead DRM support to AV1 codec. Clear Lead DRM is a security feature that reduces video startup latency while maintaining content protection. The pattern constraint for FileInput (^s3://([^/]+/+)+((([^/]*)))|^https?://[^/].*[^&]$) helps validate input URLs but doesn't indicate a security fix. No evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/mediaconvert/get-jobs-query-results.md b/cli/latest/reference/mediaconvert/get-jobs-query-results.md index e5f78f9cd..f5582bc3d 100644 --- a//cli/latest/reference/mediaconvert/get-jobs-query-results.md +++ b//cli/latest/reference/mediaconvert/get-jobs-query-results.md @@ -15 +15 @@ - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) » @@ -2628,0 +2629,22 @@ Jobs -> (list) +>>>>> +>>>>> 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?://[^\/].*[^&]$` +>>>>>>>>> + @@ -4883 +4905 @@ Jobs -> (list) ->>>>>>>>> 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. @@ -15734 +15756 @@ Status -> (string) - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) »