AWS cli documentation change
Summary
Added RouterSettings documentation with encryption configuration details to input description output
Security assessment
The change adds documentation of encryption settings and secret ARN in input descriptions, providing visibility into security configurations but not indicating a security fix.
Diff
diff --git a/cli/latest/reference/medialive/describe-input.md b/cli/latest/reference/medialive/describe-input.md index 4467e08d8..8aab3586f 100644 --- a//cli/latest/reference/medialive/describe-input.md +++ b//cli/latest/reference/medialive/describe-input.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -396,0 +397 @@ Type -> (string) +> * `MEDIACONNECT_ROUTER` @@ -546,0 +548,35 @@ SdiSources -> (list) +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. + @@ -557 +593 @@ SdiSources -> (list) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »