AWS cli documentation change
Summary
Refined game session identifier documentation to emphasize cross-region uniqueness and ARN format
Security assessment
The update provides clearer specifications for identifiers but doesn't reference security vulnerabilities or introduce security-related content. It's a documentation refinement.
Diff
diff --git a/cli/latest/reference/gamelift/describe-game-session-details.md b/cli/latest/reference/gamelift/describe-game-session-details.md index f651cafc7..c12045a9a 100644 --- a//cli/latest/reference/gamelift/describe-game-session-details.md +++ b//cli/latest/reference/gamelift/describe-game-session-details.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -136 +136 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli -> A unique identifier for the game session to retrieve. +> An identifier for the game session that is unique across all regions to retrieve. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . @@ -324 +324 @@ GameSessionDetails -> (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>` . @@ -637 +637 @@ NextToken -> (string) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »