AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-03-07 · Documentation medium

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

Summary

Updated CLI version reference, added game session property key limitations, and documented PlayerGatewayStatus details

Security assessment

The change adds documentation about PlayerGatewayStatus which relates to the DDoS-protected player gateway system. While this provides security feature information, there's no indication of resolving an existing vulnerability.

Diff

diff --git a/cli/latest/reference/gamelift/describe-game-session-details.md b/cli/latest/reference/gamelift/describe-game-session-details.md
index eab32374f..9f8c3b0b5 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.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »
@@ -434 +434,4 @@ GameSessionDetails -> (list)
->>>> Avoid using periods (“.”) in property keys if you plan to search for game sessions by properties. Property keys containing periods cannot be searched and will be filtered out from search results due to search index limitations.
+>>>>   * Avoid using periods (“.”) in property keys if you plan to search for game sessions by properties. Property keys containing periods cannot be searched and will be filtered out from search results due to search index limitations.
+>>>>   * If you use SearchGameSessions API, there is a limit of 500 game property keys across all game sessions and all fleets per region. If the limit is exceeded, there will potentially be game session entries missing from SearchGameSessions API results.
+>>>> 
+
@@ -456 +459,4 @@ GameSessionDetails -> (list)
->>>>>> Avoid using periods (“.”) in property keys if you plan to search for game sessions by properties. Property keys containing periods cannot be searched and will be filtered out from search results due to search index limitations.
+>>>>>>   * Avoid using periods (“.”) in property keys if you plan to search for game sessions by properties. Property keys containing periods cannot be searched and will be filtered out from search results due to search index limitations.
+>>>>>>   * If you use SearchGameSessions API, there is a limit of 500 game property keys across all game sessions and all fleets per region. If the limit is exceeded, there will potentially be game session entries missing from SearchGameSessions API results.
+>>>>>> 
+
@@ -562,0 +569,18 @@ GameSessionDetails -> (list)
+>>> 
+>>> PlayerGatewayStatus -> (string)
+>>>
+>>>> Indicates whether player gateway is available for use for this game session. Note, even if a fleet has PlayerGatewayMode configured as `ENABLED` , player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see [Amazon GameLift Servers service locations](https://docs.aws.amazon.com/gameliftservers/latest/developerguide/gamelift-regions.html) .
+>>>> 
+>>>> Possible values include:
+>>>> 
+>>>>   * `ENABLED` – Player gateway is available for routing player connections for this game session.
+>>>>   * `DISABLED` – Player gateway is not available for this game session.
+>>>> 
+
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `DISABLED`
+>>>>   * `ENABLED`
+>>>> 
+
@@ -601 +625 @@ NextToken -> (string)
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »