AWS cli documentation change
Summary
Updated game session ARN format documentation to specify different formats for Home Region vs Remote Location sessions.
Security assessment
Changes only provide clearer ARN format specifications. No security implications or vulnerability fixes are mentioned in the documentation update.
Diff
diff --git a/cli/latest/reference/gamelift/terminate-game-session.md b/cli/latest/reference/gamelift/terminate-game-session.md index 1eb1064fe..477755e16 100644 --- a//cli/latest/reference/gamelift/terminate-game-session.md +++ b//cli/latest/reference/gamelift/terminate-game-session.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -117 +117 @@ 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 be terminated. 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 be terminated. 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>` . @@ -272 +272 @@ 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>` . @@ -558 +558 @@ GameSession -> (structure) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »