AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-22 · Documentation medium

File: cli/latest/reference/medialive/create-partner-input.md

Summary

Added documentation for MediaConnect Router association in partner inputs including encryption configuration details

Security assessment

The update documents encryption settings (AUTOMATIC/SECRETS_MANAGER) and SecretArn usage for MediaConnect Router in partner inputs, enhancing security documentation but not addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/medialive/create-partner-input.md b/cli/latest/reference/medialive/create-partner-input.md
index 989f20320..de0cf60bb 100644
--- a//cli/latest/reference/medialive/create-partner-input.md
+++ b//cli/latest/reference/medialive/create-partner-input.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »
@@ -425,0 +426 @@ Input -> (structure)
+>>   * `MEDIACONNECT_ROUTER`
@@ -574,0 +576,35 @@ Input -> (structure)
+> 
+> RouterSettings -> (structure)
+>
+>> Information about any MediaConnect router association with this input.
+>> 
+>> Destinations -> (list)
+>>
+>>> MediaConnect Router destinations associated with the MediaLive Input.
+>>> 
+>>> (structure)
+>>>
+>>>> Placeholder documentation for RouterDestination
+>>>> 
+>>>> AvailabilityZoneName -> (string)
+>>>>
+>>>>> The Availability Zone (AZ) names of the AZs this destination is created in.
+>>>> 
+>>>> RouterOutputArn -> (string)
+>>>>
+>>>>> ARN of the output from MediaConnect Router currently connected to this input.
+>> 
+>> EncryptionType -> (string)
+>>
+>>> Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `AUTOMATIC`
+>>>   * `SECRETS_MANAGER`
+>>> 
+
+>> 
+>> SecretArn -> (string)
+>>
+>>> ARN of the secret used to encrypt this input.
@@ -586 +622 @@ Input -> (structure)
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »