AWS cli documentation change
Summary
Added API limit warning for game property keys and documentation for PlayerGatewayStatus field
Security assessment
The 500 property key limit appears operational rather than security-related. PlayerGatewayStatus documentation references the same DDoS protection feature as the first file, but no evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/gamelift/search-game-sessions.md b/cli/latest/reference/gamelift/search-game-sessions.md index 9b53ff6ff..61d6a0dba 100644 --- a//cli/latest/reference/gamelift/search-game-sessions.md +++ b//cli/latest/reference/gamelift/search-game-sessions.md @@ -15 +15 @@ - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) » @@ -88 +88,4 @@ To set search and sort criteria, create a filter expression using the following -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. + + @@ -486 +489,4 @@ GameSessions -> (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. +>>> + @@ -508 +514,4 @@ GameSessions -> (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. +>>>>> + @@ -614,0 +624,18 @@ GameSessions -> (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` +>>> + @@ -637 +664 @@ NextToken -> (string) - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) »