Values.DesiredPlayerSessionSourcePlayer information for use when creating player sessions using a game session placement request.
type nonrec t = {playerId : PlayerId.t option;A unique identifier for a player to associate with the player session.
*)playerData : PlayerData.t option;Developer-defined information related to a player. Amazon GameLift Servers does not use this data, so it can be formatted as needed for use in the game.
*)}