AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

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

Security assessment

This change adds the same ComputeName field to the describe-game-session-details command as was added to create-game-session. This provides consistency in API responses but doesn't address any security issues. It's a feature enhancement for resource identification.

Diff

diff --git a/cli/latest/reference/gamelift/describe-game-session-details.md b/cli/latest/reference/gamelift/describe-game-session-details.md
index 84945507f..55c0094d5 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.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »
@@ -568,0 +569,12 @@ GameSessionDetails -> (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\-]+)?`
+>>>> 
+
@@ -625 +637 @@ NextToken -> (string)
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »