AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-16 · Documentation low

File: cli/latest/reference/mediaconvert/list-jobs.md

Summary

Added FrameControl parameter documentation for video passthrough clipping

Security assessment

Functional parameter addition related to media processing behavior without explicit security implications mentioned.

Diff

diff --git a/cli/latest/reference/mediaconvert/list-jobs.md b/cli/latest/reference/mediaconvert/list-jobs.md
index 7c62ccf14..9e1c0b153 100644
--- a//cli/latest/reference/mediaconvert/list-jobs.md
+++ b//cli/latest/reference/mediaconvert/list-jobs.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
@@ -2846 +2846 @@ 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.
@@ -2850 +2850 @@ Jobs -> (list)
->>>>>>>   * min: `50`
+>>>>>>>   * min: `1`
@@ -9088,0 +9089,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_\/_+=.@-]*$`
+>>>>>>>>>> 
+
@@ -9154,0 +9178,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}$`
+>>>>>>>>>> 
+
@@ -10203,0 +10238,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`
+>>>>>>>>>> 
+
@@ -10214,0 +10260,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_\/_+=.@-]*$`
+>>>>>>>>>> 
+
@@ -10258,0 +10316,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}$`
+>>>>>>>>>> 
+
@@ -12512,0 +12581,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`
+>>>>>>>>>>> 
+
@@ -14814 +14893 @@ NextToken -> (string)
-  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.37 Command Reference](../../index.html) »