AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/gamelift/describe-matchmaking-configurations.md

Summary

Updated CLI version reference from 2.34.1 to 2.34.4, added documentation about SearchGameSessions API limit of 500 game property keys per region

Security assessment

The change adds documentation about API search limitations and property key constraints, which are operational considerations rather than security fixes or security feature enhancements.

Diff

diff --git a/cli/latest/reference/gamelift/describe-matchmaking-configurations.md b/cli/latest/reference/gamelift/describe-matchmaking-configurations.md
index 95e53dd4e..8fdda8627 100644
--- a//cli/latest/reference/gamelift/describe-matchmaking-configurations.md
+++ b//cli/latest/reference/gamelift/describe-matchmaking-configurations.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »
@@ -416 +416,4 @@ Configurations -> (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.
+>>> 
+
@@ -438 +441,4 @@ Configurations -> (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.
+>>>>> 
+
@@ -515 +521 @@ NextToken -> (string)
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »