AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-19 · Documentation low

File: cli/latest/reference/gamelift/create-game-session.md

Summary

Updated ARN format documentation for game sessions to differentiate between Home Region and Remote Locations

Security assessment

Clarifies resource identification format but doesn't address vulnerabilities or add security features

Diff

diff --git a/cli/latest/reference/gamelift/create-game-session.md b/cli/latest/reference/gamelift/create-game-session.md
index a62a0322b..7ac1f4b50 100644
--- a//cli/latest/reference/gamelift/create-game-session.md
+++ b//cli/latest/reference/gamelift/create-game-session.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -272 +272 @@ JSON Syntax:
-> Custom string that uniquely identifies the new game session request. This is useful for ensuring that game session requests with the same idempotency token are processed only once. Subsequent requests with the same string return the original `GameSession` object, with an updated status. Maximum token length is 48 characters. If provided, this string is included in the new game session’s ID. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . Idempotency tokens remain in use for 30 days after a game session has ended; game session objects are retained for this time period and then deleted.
+> Custom string that uniquely identifies the new game session request. This is useful for ensuring that game session requests with the same idempotency token are processed only once. Subsequent requests with the same string return the original `GameSession` object, with an updated status. Maximum token length is 48 characters. If provided, this string is included in the new game session’s ID. The value is always a full ARN in the following format: For Home Region game session - `arn:aws:gamelift:<home_region>::gamesession/<fleet ID>/<ID string>` . For Remote Location game session - `arn:aws:gamelift:<home_region>::gamesession/<fleet ID>/<location>/<ID string>` . Idempotency tokens remain in use for 30 days after a game session has ended; game session objects are retained for this time period and then deleted.
@@ -424 +424 @@ GameSession -> (structure)
->> An identifier for the game session that is unique across all regions. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` .
+>> An identifier for the game session that is unique across all regions. The value is always a full ARN in the following format: For Home Region game session - `arn:aws:gamelift:<home_region>::gamesession/<fleet ID>/<ID string>` . For Remote Location game session - `arn:aws:gamelift:<home_region>::gamesession/<fleet ID>/<location>/<ID string>` .
@@ -710 +710 @@ GameSession -> (structure)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »