AWS cli documentation change
Summary
Updated CLI version reference and modified ARN format documentation to distinguish between Home Region and Remote Location game sessions
Security assessment
The changes are routine documentation updates showing CLI version bump and clarifying ARN format structure. No security-related content was added or modified.
Diff
diff --git a/cli/latest/reference/gamelift/create-player-sessions.md b/cli/latest/reference/gamelift/create-player-sessions.md index 3d8f182bb..2224e32e7 100644 --- a//cli/latest/reference/gamelift/create-player-sessions.md +++ b//cli/latest/reference/gamelift/create-player-sessions.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 players 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 players 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>` . @@ -328 +328 @@ PlayerSessions -> (list) ->>> 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>` . @@ -446 +446 @@ PlayerSessions -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »