AWS cli documentation change
Summary
Added documentation for PlayerGatewayStatus and PlayerGatewayMode fields, explaining their role in DDoS protection and regional availability
Security assessment
The change documents PlayerGatewayMode's DDoS protection capabilities but does not indicate a security vulnerability being fixed. It explains security feature functionality rather than addressing a specific security incident.
Diff
diff --git a/cli/latest/reference/gamelift/list-container-fleets.md b/cli/latest/reference/gamelift/list-container-fleets.md index 95c372903..4fb6781e8 100644 --- a//cli/latest/reference/gamelift/list-container-fleets.md +++ b//cli/latest/reference/gamelift/list-container-fleets.md @@ -15 +15 @@ - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) » @@ -706,0 +707,32 @@ ContainerFleets -> (list) +>>>> +>>>> PlayerGatewayStatus -> (string) +>>>> +>>>>> The current status of player gateway in this location for this container fleet. Note, even if a container 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 container fleet location. +>>>>> * `DISABLED` – Player gateway is not available for this container fleet location. +>>>>> + +>>>>> +>>>>> Possible values: +>>>>> +>>>>> * `DISABLED` +>>>>> * `ENABLED` +>>>>> + +>> +>> PlayerGatewayMode -> (string) +>> +>>> Indicates whether player gateway is enabled for this container fleet. Player gateway provides benefits such as DDoS protection with negligible impact to latency. +>>> +>>> If `ENABLED` or `REQUIRED` , game clients can use player gateway to connect with the game server. If `DISABLED` , game clients cannot use player gateway. Instead, they have to directly connect to the game server. +>>> +>>> Possible values: +>>> +>>> * `DISABLED` +>>> * `ENABLED` +>>> * `REQUIRED` +>>> + @@ -729 +761 @@ NextToken -> (string) - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) »