AWS cli documentation change
Summary
Updated documentation to specify that game session identifiers must be full ARNs and unique across all regions.
Security assessment
The change clarifies identifier format requirements but doesn't reference any security vulnerability, weakness, or incident. It improves accuracy without explicit security context.
Diff
diff --git a/cli/latest/reference/gamelift/terminate-game-session.md b/cli/latest/reference/gamelift/terminate-game-session.md index 9bd5a56f0..0b3eaa5d9 100644 --- a//cli/latest/reference/gamelift/terminate-game-session.md +++ b//cli/latest/reference/gamelift/terminate-game-session.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -117 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli -> A unique identifier for the game session to be terminated. 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 to be terminated. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . @@ -272 +272 @@ GameSession -> (structure) ->> 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>` . @@ -558 +558 @@ GameSession -> (structure) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »