AWS cli documentation change
Summary
Updated game session ARN format documentation to differentiate between Home Region and Remote Location sessions.
Security assessment
The modification solely clarifies ARN formats without introducing security features or addressing vulnerabilities. Routine documentation update with no security impact.
Diff
diff --git a/cli/latest/reference/gamelift/update-game-session.md b/cli/latest/reference/gamelift/update-game-session.md index 4cd8807ff..474c6b2d2 100644 --- a//cli/latest/reference/gamelift/update-game-session.md +++ b//cli/latest/reference/gamelift/update-game-session.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -108 +108 @@ 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 update. 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 update. 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>` . @@ -355 +355 @@ 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>` . @@ -641 +641 @@ GameSession -> (structure) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »