AWS cli documentation change
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, and added PlayerGatewayStatus field documentation explaining availability states
Security assessment
The changes document API limitations (500 property key limit) and service availability states. While these inform developers about potential data visibility limitations, there is no evidence of addressing security vulnerabilities or introducing security controls.
Diff
diff --git a/cli/latest/reference/gamelift/describe-game-sessions.md b/cli/latest/reference/gamelift/describe-game-sessions.md index 8b8fcfc41..7735b6b7f 100644 --- a//cli/latest/reference/gamelift/describe-game-sessions.md +++ b//cli/latest/reference/gamelift/describe-game-sessions.md @@ -15 +15 @@ - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) » @@ -440 +440,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. +>>> + @@ -462 +465,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. +>>>>> + @@ -568,0 +575,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` +>>> + @@ -591 +615 @@ NextToken -> (string) - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) »