AWS gameliftservers documentation change
Summary
Added 'computeName' and 'gameSessionLocation' fields to example JSON for matchmaking succeeded event
Security assessment
This change adds example data fields to an event payload. There is no evidence this addresses a security vulnerability. The added fields appear to be informational (instance ID and region) for operational clarity, not security-related features or fixes.
Diff
diff --git a/gameliftservers/latest/flexmatchguide/match-events-matchmakingsucceeded.md b/gameliftservers/latest/flexmatchguide/match-events-matchmakingsucceeded.md index 4488bf839..92abdb03a 100644 --- a//gameliftservers/latest/flexmatchguide/match-events-matchmakingsucceeded.md +++ b//gameliftservers/latest/flexmatchguide/match-events-matchmakingsucceeded.md @@ -59,0 +60,2 @@ Matchmaking has successfully completed and a game session has been created. + "computeName": "i-1234567890abcdef0", + "gameSessionLocation": "us-west-2",