AWS cli documentation change
Summary
Modified GameSessionId ARN format documentation to distinguish between Home Region and Remote Location sessions. Added constraint requiring minimum value of 1 for Limit parameter.
Security assessment
ARN format changes are descriptive only. The new Limit constraint prevents invalid low values but doesn't address security vulnerabilities or introduce security features. No evidence of security impact.
Diff
diff --git a/cli/latest/reference/gamelift/describe-game-sessions.md b/cli/latest/reference/gamelift/describe-game-sessions.md index 2e3135e0b..f9300343a 100644 --- a//cli/latest/reference/gamelift/describe-game-sessions.md +++ b//cli/latest/reference/gamelift/describe-game-sessions.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -140 +140 @@ 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 retrieve. 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 retrieve. 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>` . @@ -193,0 +194,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli +> +> Constraints: +> +> * min: `1` +> + @@ -330 +336 @@ 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>` . @@ -627 +633 @@ NextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »