AWS cli documentation change
Summary
Updated AWS CLI version reference, adjusted video generator input duration minimum from 50 to 1 ms, added C2PA manifest configuration parameters (C2paManifest, CertificateSecret, SigningKmsKey), and introduced FrameControl parameter for video clipping behavior.
Security assessment
The changes introduce documentation for C2PA manifest generation, which involves cryptographic signing using AWS KMS keys and Secrets Manager certificates to ensure content authenticity. While these are security-related features, there is no evidence they address a specific existing vulnerability. The updates enhance security capabilities but are not a direct response to a security issue.
Diff
diff --git a/cli/latest/reference/mediaconvert/get-jobs-query-results.md b/cli/latest/reference/mediaconvert/get-jobs-query-results.md index 3f469bcf5..7b8ad2783 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.31.35 Command Reference](../../index.html) » + * [AWS CLI 2.31.37 Command Reference](../../index.html) » @@ -2777 +2777 @@ Jobs -> (list) ->>>>>>> Specify the duration, in milliseconds, for your video generator input. Enter an integer from 50 to 86400000. +>>>>>>> Specify the duration, in milliseconds, for your video generator input. Enter an integer from 1 to 86400000. @@ -2781 +2781 @@ Jobs -> (list) ->>>>>>> * min: `50` +>>>>>>> * min: `1` @@ -9019,0 +9020,23 @@ Jobs -> (list) +>>>>>>>>> +>>>>>>>>> C2paManifest -> (string) +>>>>>>>>> +>>>>>>>>>> When enabled, a C2PA compliant manifest will be generated, signed and embeded in the output. For more information on C2PA, see <https://c2pa.org/specifications/specifications/2.1/index.html> +>>>>>>>>>> +>>>>>>>>>> Possible values: +>>>>>>>>>> +>>>>>>>>>> * `INCLUDE` +>>>>>>>>>> * `EXCLUDE` +>>>>>>>>>> + +>>>>>>>>> +>>>>>>>>> CertificateSecret -> (string) +>>>>>>>>> +>>>>>>>>>> Specify the name or ARN of the AWS Secrets Manager secret that contains your C2PA public certificate chain in PEM format. Provide a valid secret name or ARN. Note that your MediaConvert service role must allow access to this secret. The public certificate chain is added to the COSE header (x5chain) for signature validation. Include the signer’s certificate and all intermediate certificates. Do not include the root certificate. For details on COSE, see: <https://opensource.contentauthenticity.org/docs/manifest/signing-manifests> +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * min: `1` +>>>>>>>>>> * max: `2048` +>>>>>>>>>> * pattern: `^(arn:[a-z-]+:secretsmanager:[\w-]+:\d{12}:secret:)?[a-zA-Z0-9_\/_+=.@-]*$` +>>>>>>>>>> + @@ -9085,0 +9109,11 @@ Jobs -> (list) +>>>>>>>>> +>>>>>>>>> SigningKmsKey -> (string) +>>>>>>>>> +>>>>>>>>>> Specify the ID or ARN of the AWS KMS key used to sign the C2PA manifest in your MP4 output. Provide a valid KMS key ARN. Note that your MediaConvert service role must allow access to this key. +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * min: `1` +>>>>>>>>>> * pattern: `^(arn:aws(-us-gov|-cn)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\d{12}:key/)?[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|mrk-[a-fA-F0-9]{32}$` +>>>>>>>>>> + @@ -10134,0 +10169,11 @@ Jobs -> (list) +>>>>>>>>> +>>>>>>>>> C2paManifest -> (string) +>>>>>>>>> +>>>>>>>>>> When enabled, a C2PA compliant manifest will be generated, signed and embeded in the output. For more information on C2PA, see <https://c2pa.org/specifications/specifications/2.1/index.html> +>>>>>>>>>> +>>>>>>>>>> Possible values: +>>>>>>>>>> +>>>>>>>>>> * `INCLUDE` +>>>>>>>>>> * `EXCLUDE` +>>>>>>>>>> + @@ -10145,0 +10191,12 @@ Jobs -> (list) +>>>>>>>>> +>>>>>>>>> CertificateSecret -> (string) +>>>>>>>>> +>>>>>>>>>> Specify the name or ARN of the AWS Secrets Manager secret that contains your C2PA public certificate chain in PEM format. Provide a valid secret name or ARN. Note that your MediaConvert service role must allow access to this secret. The public certificate chain is added to the COSE header (x5chain) for signature validation. Include the signer’s certificate and all intermediate certificates. Do not include the root certificate. For details on COSE, see: <https://opensource.contentauthenticity.org/docs/manifest/signing-manifests> +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * min: `1` +>>>>>>>>>> * max: `2048` +>>>>>>>>>> * pattern: `^(arn:[a-z-]+:secretsmanager:[\w-]+:\d{12}:secret:)?[a-zA-Z0-9_\/_+=.@-]*$` +>>>>>>>>>> + @@ -10189,0 +10247,11 @@ Jobs -> (list) +>>>>>>>>> +>>>>>>>>> SigningKmsKey -> (string) +>>>>>>>>> +>>>>>>>>>> Specify the ID or ARN of the AWS KMS key used to sign the C2PA manifest in your MP4 output. Provide a valid KMS key ARN. Note that your MediaConvert service role must allow access to this key. +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * min: `1` +>>>>>>>>>> * pattern: `^(arn:aws(-us-gov|-cn)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\d{12}:key/)?[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|mrk-[a-fA-F0-9]{32}$` +>>>>>>>>>> + @@ -12443,0 +12512,11 @@ Jobs -> (list) +>>>>>>>>>> +>>>>>>>>>> FrameControl -> (string) +>>>>>>>>>> +>>>>>>>>>>> Choose how MediaConvert handles start and end times for input clipping with video passthrough. Your input video codec must be H.264 or H.265 to use IFRAME. To clip at the nearest IDR-frame: Choose Nearest IDR. If an IDR-frame is not found at the frame that you specify, MediaConvert uses the next compatible IDR-frame. Note that your output may be shorter than your input clip duration. To clip at the nearest I-frame: Choose Nearest I-frame. If an I-frame is not found at the frame that you specify, MediaConvert uses the next compatible I-frame. Note that your output may be shorter than your input clip duration. We only recommend this setting for special workflows, and when you choose this setting your output may not be compatible with most players. +>>>>>>>>>>> +>>>>>>>>>>> Possible values: +>>>>>>>>>>> +>>>>>>>>>>> * `NEAREST_IDRFRAME` +>>>>>>>>>>> * `NEAREST_IFRAME` +>>>>>>>>>>> + @@ -14758 +14837 @@ Status -> (string) - * [AWS CLI 2.31.35 Command Reference](../../index.html) » + * [AWS CLI 2.31.37 Command Reference](../../index.html) »