AWS cli documentation change
Summary
Updated CLI version reference from 2.34.1 to 2.34.4. Added PlayerGatewayStatus field documentation with regional availability details.
Security assessment
The change only adds documentation about PlayerGatewayStatus availability in specific regions, which is a feature description rather than a security fix or vulnerability disclosure. No security implications are mentioned.
Diff
diff --git a/cli/latest/reference/gamelift/start-match-backfill.md b/cli/latest/reference/gamelift/start-match-backfill.md index 178e38d73..276c146ac 100644 --- a//cli/latest/reference/gamelift/start-match-backfill.md +++ b//cli/latest/reference/gamelift/start-match-backfill.md @@ -15 +15 @@ - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) » @@ -681,0 +682,18 @@ MatchmakingTicket -> (structure) +>> +>> PlayerGatewayStatus -> (string) +>> +>>> The current status of player gateway for the 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 [supported locations](https://docs.aws.amazon.com/gameliftservers/latest/developerguide/gamelift-regions.html) . +>>> +>>> Possible values include: +>>> +>>> * `ENABLED` – Player gateway is available for this game session. +>>> * `DISABLED` – Player gateway is not available for this game session. +>>> + +>>> +>>> Possible values: +>>> +>>> * `DISABLED` +>>> * `ENABLED` +>>> + @@ -703 +721 @@ MatchmakingTicket -> (structure) - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) »