AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added documentation about SearchGameSessions API property key limitations and introduced PlayerGatewayStatus field with regional availability details

Security assessment

The changes document functional limitations (500 property key limit) and feature availability (PlayerGatewayStatus regional support) without addressing vulnerabilities or security controls. No evidence of security fixes or vulnerabilities mentioned.

Diff

diff --git a/cli/latest/reference/gamelift/update-game-session.md b/cli/latest/reference/gamelift/update-game-session.md
index 781f4a532..f92005012 100644
--- a//cli/latest/reference/gamelift/update-game-session.md
+++ b//cli/latest/reference/gamelift/update-game-session.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »
@@ -172 +172,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
-> 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.
+> 
+
@@ -194 +197,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
->>> 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.
+>>> 
+
@@ -459 +465,4 @@ GameSession -> (structure)
->> 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.
+>> 
+
@@ -481 +490,4 @@ GameSession -> (structure)
->>>> 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.
+>>>> 
+
@@ -587,0 +600,18 @@ GameSession -> (structure)
+> 
+> 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`
+>> 
+
@@ -599 +629 @@ GameSession -> (structure)
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »