AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/gamelift/describe-game-sessions.md

Summary

Updated CLI version from 2.34.38 to 2.34.40 and modified GameSessionId description to specify it's a full ARN unique across regions

Security assessment

Change provides clearer resource identification but doesn't address security vulnerabilities or introduce security features.

Diff

diff --git a/cli/latest/reference/gamelift/describe-game-sessions.md b/cli/latest/reference/gamelift/describe-game-sessions.md
index 5841b2675..4b429837e 100644
--- a//cli/latest/reference/gamelift/describe-game-sessions.md
+++ b//cli/latest/reference/gamelift/describe-game-sessions.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
@@ -140 +140 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
-> A unique identifier for the game session to retrieve.
+> An identifier for the game session that is unique across all regions to retrieve. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` .
@@ -330 +330 @@ GameSessions -> (list)
->>> A unique identifier for the game session. A game session ARN has the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<custom ID string or idempotency token>` .
+>>> 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>` .
@@ -627 +627 @@ NextToken -> (string)
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »