AWS gameliftservers documentation change
Summary
Added documentation for a new 'playerGatewayStatus' field in queue events, describing the state of player gateway at fleet locations with possible values ENABLED and DISABLED.
Security assessment
This change adds a new field to the queue events documentation that indicates the availability status of player gateways for routing player connections. While this could have implications for service availability and connection routing, there's no evidence in the diff that this addresses a specific security vulnerability or weakness.
Diff
diff --git a/gameliftservers/latest/developerguide/queue-events.md b/gameliftservers/latest/developerguide/queue-events.md index bfd4d0017..91ec2a8f7 100644 --- a//gameliftservers/latest/developerguide/queue-events.md +++ b//gameliftservers/latest/developerguide/queue-events.md @@ -108,0 +109,14 @@ AWS Region of the fleet that is hosting the game session. This corresponds to th +playerGatewayStatus + + +The state of the player gateway at the fleet location running this game session. + +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. + + + + @@ -137,0 +152 @@ The collection of player sessions that have been created for each player in the + "playerGatewayStatus": "ENABLED",