AWS cli documentation change
Summary
Updated documentation for gameSessionId to specify it must be a full ARN unique across all regions
Security assessment
The change clarifies identifier format requirements but doesn't address vulnerabilities, weaknesses, or security incidents. No evidence of security impact.
Diff
diff --git a/cli/latest/reference/gamelift/search-game-sessions.md b/cli/latest/reference/gamelift/search-game-sessions.md index a2a91deff..83d3a9acc 100644 --- a//cli/latest/reference/gamelift/search-game-sessions.md +++ b//cli/latest/reference/gamelift/search-game-sessions.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -80 +80 @@ To set search and sort criteria, create a filter expression using the following - * **gameSessionId** – A unique identifier for the game session. You can use either a `GameSessionId` or `GameSessionArn` value. + * **gameSessionId** – An identifier for the game session that is unique across all regions. You must use the full ARN value. @@ -379 +379 @@ GameSessions -> (list) ->>> 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>` . @@ -676 +676 @@ NextToken -> (string) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »