AWS cli documentation change
Summary
Added documentation about game property key limitations and PlayerGatewayStatus field
Security assessment
The changes clarify API search limitations for game properties and document regional gateway status tracking. No security mechanisms, vulnerabilities, or protective features are mentioned. The property key limitations relate to search functionality constraints rather than security controls.
Diff
diff --git a/cli/latest/reference/gamelift/stop-game-session-placement.md b/cli/latest/reference/gamelift/stop-game-session-placement.md index c614e46b1..3a71c6a20 100644 --- a//cli/latest/reference/gamelift/stop-game-session-placement.md +++ b//cli/latest/reference/gamelift/stop-game-session-placement.md @@ -15 +15 @@ - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) » @@ -282 +282,4 @@ GameSessionPlacement -> (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. +>> + @@ -304 +307,4 @@ GameSessionPlacement -> (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. +>>>> + @@ -542,0 +549,18 @@ GameSessionPlacement -> (structure) +> +> PlayerGatewayStatus -> (string) +> +>> The current status of player gateway for the game session placement. 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 this game session placement. +>> * `DISABLED` – Player gateway is not available for this game session placement. +>> + +>> +>> Possible values: +>> +>> * `DISABLED` +>> * `ENABLED` +>> + @@ -554 +578 @@ GameSessionPlacement -> (structure) - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) »