AWS cli documentation change
Summary
Updated CLI version reference from 2.34.1 to 2.34.4. Added documentation about 500 game property key limit for SearchGameSessions API and missing results when exceeded. Added PlayerGatewayStatus field documentation with regional availability details.
Security assessment
The changes document API limitations (500 key limit) and feature availability (PlayerGatewayStatus regional support), but there is no evidence of addressing vulnerabilities or security incidents. The property key limit warning is about search functionality constraints rather than security risks.
Diff
diff --git a/cli/latest/reference/gamelift/start-game-session-placement.md b/cli/latest/reference/gamelift/start-game-session-placement.md index 33fda909b..899a7a4b6 100644 --- a//cli/latest/reference/gamelift/start-game-session-placement.md +++ b//cli/latest/reference/gamelift/start-game-session-placement.md @@ -15 +15 @@ - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) » @@ -164 +164,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. +> + @@ -186 +189,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. +>>> + @@ -580 +586,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. +>> + @@ -602 +611,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. +>>>> + @@ -840,0 +853,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` +>> + @@ -852 +882 @@ GameSessionPlacement -> (structure) - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) »