Values.PlacedPlayerSessionSourceInformation about a player session. This object contains only the player ID and player session ID. To retrieve full details on a player session, call DescribePlayerSessions with the player session ID.
type nonrec t = {playerId : PlayerId.t option;A unique identifier for a player that is associated with this player session.
*)playerSessionId : PlayerSessionId.t option;A unique identifier for a player session.
*)}