AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version reference from 2.34.21 to 2.34.23 and added documentation for the ComputeName field in the GameSession structure with constraints and pattern validation

Security assessment

The change updates CLI version references and adds documentation for a new field (ComputeName) with validation constraints (min, max, pattern). There is no evidence this addresses a specific security vulnerability, weakness, or incident. The pattern validation (^[a-zA-Z0-9\-]+(\/[a-zA-Z0-9\-]+)?) helps prevent injection attacks by restricting allowed characters, but this appears to be routine feature documentation rather than a security fix.

Diff

diff --git a/cli/latest/reference/gamelift/terminate-game-session.md b/cli/latest/reference/gamelift/terminate-game-session.md
index 744d5a406..6b01d498a 100644
--- a//cli/latest/reference/gamelift/terminate-game-session.md
+++ b//cli/latest/reference/gamelift/terminate-game-session.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »
@@ -516,0 +517,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\-]+)?`
+>> 
+
@@ -546 +558 @@ GameSession -> (structure)
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »