AWS cli documentation change
Summary
Updated CLI version reference from 2.32.11 to 2.32.13 and added specifications for participantTokens field including UTF-8 encoding support and 1KB maximum length
Security assessment
The change adds technical constraints about token attributes but does not address a security vulnerability. The security warning about sensitive information was already present and only received additional context.
Diff
diff --git a/cli/latest/reference/ivs-realtime/create-stage.md b/cli/latest/reference/ivs-realtime/create-stage.md index 3490bc744..f5eb8b5e9 100644 --- a//cli/latest/reference/ivs-realtime/create-stage.md +++ b//cli/latest/reference/ivs-realtime/create-stage.md @@ -15 +15 @@ - * [AWS CLI 2.32.11 Command Reference](../../index.html) » + * [AWS CLI 2.32.13 Command Reference](../../index.html) » @@ -910 +910 @@ participantTokens -> (list) ->>> Application-provided attributes to encode into the token and attach to a stage. _This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information._ +>>> Application-provided attributes to encode into the token and attach to a stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total. _This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information._ @@ -961 +961 @@ participantTokens -> (list) - * [AWS CLI 2.32.11 Command Reference](../../index.html) » + * [AWS CLI 2.32.13 Command Reference](../../index.html) »