AWS cli documentation change
Summary
Added new 'ComputeName' field to GameSession structure with description and constraints, and updated AWS CLI version references
Security assessment
This change adds a new field for identifying compute resources in game sessions. While this could have security implications for resource identification and access control, there's no evidence in the diff that it addresses a specific security vulnerability. The change appears to be a feature enhancement for better resource tracking across different fleet types (EC2, Container, Anywhere).
Diff
diff --git a/cli/latest/reference/gamelift/create-game-session.md b/cli/latest/reference/gamelift/create-game-session.md index 23081622c..8ad40169f 100644 --- a//cli/latest/reference/gamelift/create-game-session.md +++ b//cli/latest/reference/gamelift/create-game-session.md @@ -15 +15 @@ - * [AWS CLI 2.34.21 Command Reference](../../index.html) » + * [AWS CLI 2.34.23 Command Reference](../../index.html) » @@ -668,0 +669,12 @@ GameSession -> (structure) +> +> ComputeName -> (string) +> +>> A descriptive label for the compute resource. The compute resource that is hosting the game session. For EC2 fleets, this is the EC2 instance ID. For Container fleets, each game server container group on a fleet instance is assigned a compute name. For Anywhere fleets, this is the custom compute name. +>> +>> Constraints: +>> +>> * min: `1` +>> * max: `128` +>> * pattern: `^[a-zA-Z0-9\-]+(\/[a-zA-Z0-9\-]+)?` +>> + @@ -698 +710 @@ GameSession -> (structure) - * [AWS CLI 2.34.21 Command Reference](../../index.html) » + * [AWS CLI 2.34.23 Command Reference](../../index.html) »