AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-04 · Documentation low

File: cli/latest/reference/gamelift/describe-game-sessions.md

Summary

Added new 'ComputeName' field to GameSessions structure with description and constraints, and updated AWS CLI version references

Security assessment

This change adds the ComputeName field to the describe-game-sessions command, consistent with other GameLift API changes. No security issues are addressed; this is a feature enhancement for better compute resource tracking.

Diff

diff --git a/cli/latest/reference/gamelift/describe-game-sessions.md b/cli/latest/reference/gamelift/describe-game-sessions.md
index 02a0638d4..541ec5f50 100644
--- a//cli/latest/reference/gamelift/describe-game-sessions.md
+++ b//cli/latest/reference/gamelift/describe-game-sessions.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »
@@ -574,0 +575,12 @@ GameSessions -> (list)
+>> 
+>> 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\-]+)?`
+>>> 
+
@@ -615 +627 @@ NextToken -> (string)
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »