AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-01 · Documentation low

File: cli/latest/reference/ivschat/create-chat-token.md

Summary

Corrected parameter syntax in example and updated CLI version

Security assessment

Fixed parameter flags in example command (e.g., --userId to --user-id). Ensures proper command execution but no security implications

Diff

diff --git a/cli/latest/reference/ivschat/create-chat-token.md b/cli/latest/reference/ivschat/create-chat-token.md
index 5a13cbe18..026a2f5e7 100644
--- a//cli/latest/reference/ivschat/create-chat-token.md
+++ b//cli/latest/reference/ivschat/create-chat-token.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
@@ -304,4 +304,4 @@ The following `create-chat-token` example creates an encrypted chat token that i
-        --roomIdentifier "arn:aws:ivschat:us-west-2:12345689012:room/g1H2I3j4k5L6", \
-        --userId" "11231234" \
-        --capabilities "SEND_MESSAGE", \
-        --sessionDurationInMinutes" 30
+        --room-identifier "arn:aws:ivschat:us-west-2:12345689012:room/g1H2I3j4k5L6" \
+        --user-id "11231234" \
+        --capabilities "SEND_MESSAGE" \
+        --session-duration-in-minutes 30
@@ -347 +347 @@ sessionExpirationTime -> (timestamp)
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »