AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/gamelift/search-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 search-game-sessions command, completing the consistency across GameLift session-related APIs. No security vulnerabilities are addressed; this is a routine feature enhancement.

Diff

diff --git a/cli/latest/reference/gamelift/search-game-sessions.md b/cli/latest/reference/gamelift/search-game-sessions.md
index 4cb4e4ab3..c32a52d78 100644
--- a//cli/latest/reference/gamelift/search-game-sessions.md
+++ b//cli/latest/reference/gamelift/search-game-sessions.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »
@@ -623,0 +624,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\-]+)?`
+>>> 
+
@@ -664 +676 @@ NextToken -> (string)
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »