updateGameSession
inline suspend fun GameLiftClient.updateGameSession(crossinline block: UpdateGameSessionRequest.Builder.() -> Unit): UpdateGameSessionResponse
Updates the mutable properties of a game session.
To update a game session, specify the game session ID and the values you want to change.
If successful, the updated GameSession
object is returned.