AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

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

Security assessment

Improves resource specification accuracy but contains no security fixes or security feature documentation

Diff

diff --git a/cli/latest/reference/gamelift/create-player-session.md b/cli/latest/reference/gamelift/create-player-session.md
index a80ba9d22..2135c10b6 100644
--- a//cli/latest/reference/gamelift/create-player-session.md
+++ b//cli/latest/reference/gamelift/create-player-session.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -109 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
-> An identifier for the game session that is unique across all regions to add a player to. 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 to add a player to. 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>` .
@@ -281 +281 @@ PlayerSession -> (structure)
->> An identifier for the game session that is unique across all regions that the player session is connected to. 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 that the player session is connected to. 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>` .
@@ -399 +399 @@ PlayerSession -> (structure)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »