AWS cli documentation change
Summary
Added documentation for redundantIngest and redundantIngestCredentials fields in the response structure
Security assessment
This change documents the response fields for the redundant ingest feature, including security credentials (stream keys). While it documents security-related credentials, there's no evidence it addresses a specific security vulnerability. The documentation provides information about security features but doesn't indicate a security fix.
Diff
diff --git a/cli/latest/reference/ivs-realtime/get-ingest-configuration.md b/cli/latest/reference/ivs-realtime/get-ingest-configuration.md index 1263c2ecb..81b403ec4 100644 --- a//cli/latest/reference/ivs-realtime/get-ingest-configuration.md +++ b//cli/latest/reference/ivs-realtime/get-ingest-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -349,0 +350,34 @@ ingestConfiguration -> (structure) +> +> redundantIngest -> (boolean) +> +>> Indicates whether redundant ingest is enabled for the ingest configuration. +> +> redundantIngestCredentials -> (list) +> +>> A list of redundant ingest credentials, present only when `redundantIngest` is set to `true` . See [Redundant Ingest](https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-rtmp-publishing.html#redundant-ingest) in _IVS RTMP Publishing_ for details. +>> +>> (structure) +>> +>>> An object representing a redundant ingest credential. +>>> +>>> participantId -> (string) +>>> +>>>> ID of the participant within the stage. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `0` +>>>> * max: `64` +>>>> * pattern: `[a-zA-Z0-9-]*` +>>>> + +>>> +>>> streamKey -> (string) +>>> +>>>> Ingest-key value. +>>>> +>>>> Constraints: +>>>> +>>>> * pattern: `rt_[0-9]+_[a-z0-9-]+_[a-zA-Z0-9-]+_.+` +>>>> + @@ -398 +432 @@ ingestConfiguration -> (structure) - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) »