AWS Security ChangesHomeSearch

AWS gamelift documentation change

Service: gamelift · 2025-02-26 · Documentation low

File: gamelift/latest/developerguide/gamelift-roadmap-anywhere.md

Summary

Removed OnRefreshConnection from required callback functions list

Security assessment

API documentation update removing a callback function requirement, no security context provided in the change.

Diff

diff --git a/gamelift/latest/developerguide/gamelift-roadmap-anywhere.md
index 02435c3c6..53ab49a3d 100644
--- a/gamelift/latest/developerguide/gamelift-roadmap-anywhere.md
+++ b/gamelift/latest/developerguide/gamelift-roadmap-anywhere.md
@@ -63 +63 @@ 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.