AWS gamelift documentation change
Summary
Removed OnRefreshConnection from required callback functions list
Security assessment
Routine API documentation update, no evidence of security-related changes.
Diff
diff --git a/gamelift/latest/developerguide/gamelift-roadmap-hybrid.md index 06c9ed139..dd55d95d0 100644 --- a/gamelift/latest/developerguide/gamelift-roadmap-hybrid.md +++ b/gamelift/latest/developerguide/gamelift-roadmap-hybrid.md @@ -46 +46 @@ Add functionality to your game server so that it can communicate with the Amazon - * Implement the required callback functions `OnRefreshConnection()`, `OnProcessTerminate()`, and `OnStartGameSession()`. With these functions, game server processes can maintain a connection with the Amazon GameLift service, initiate a game session when prompted by Amazon GameLift, and respond to a prompt to end the game server process. + * Implement the required callback functions `OnProcessTerminate()`, and `OnStartGameSession()`. With these functions, game server processes can maintain a connection with the Amazon GameLift service, initiate a game session when prompted by Amazon GameLift, and respond to a prompt to end the game server process.