AWS cli documentation change
Summary
Updated AWS CLI version from 2.35.5 to 2.35.8; added a constraint requiring minimum value of '1'; clarified ARN format for game sessions to differentiate between Home Region and Remote Location formats.
Security assessment
The changes consist of routine documentation updates: version number bump, adding a numeric constraint without security context, and clarifying ARN formats. No security vulnerabilities, exploits, or security features are mentioned or addressed. The constraint appears to be a data validation rule unrelated to security mechanisms.
Diff
diff --git a/cli/latest/reference/gamelift/search-game-sessions.md b/cli/latest/reference/gamelift/search-game-sessions.md index df52db532..04012fc57 100644 --- a//cli/latest/reference/gamelift/search-game-sessions.md +++ b//cli/latest/reference/gamelift/search-game-sessions.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -242,0 +243,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli +> +> Constraints: +> +> * min: `1` +> + @@ -379 +385 @@ GameSessions -> (list) ->>> 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>` . @@ -676 +682 @@ NextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »