Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DesiredPlayerSession

import type { DesiredPlayerSession } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Player information for use when creating player sessions using a game session placement request with "StartGameSessionPlacement".

interface DesiredPlayerSession {
PlayerData?: string | null;
PlayerId?: string | null;
}

§Properties

§
PlayerData?: string | null
[src]

Developer-defined information related to a player. GameLift does not use this data, so it can be formatted as needed for use in the game.

§
PlayerId?: string | null
[src]

A unique identifier for a player to associate with the player session.