AWS cli documentation change
Summary
Updated CLI version, modified ARN format documentation, and added constraints for parameter validation
Security assessment
Changes include routine documentation updates and added parameter constraints (min:1) which is general input validation, not specifically security-related. No security features or vulnerabilities addressed.
Diff
diff --git a/cli/latest/reference/gamelift/describe-game-session-details.md b/cli/latest/reference/gamelift/describe-game-session-details.md index 11f039383..ebd3c0297 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.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -136 +136 @@ 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>` . @@ -189,0 +190,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli +> +> Constraints: +> +> * min: `1` +> + @@ -324 +330 @@ GameSessionDetails -> (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>` . @@ -637 +643 @@ NextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »