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

CreateGameSessionInput

import type { CreateGameSessionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface CreateGameSessionInput {
AliasId?: string | null;
CreatorId?: string | null;
FleetId?: string | null;
GameProperties?: GameProperty[] | null;
GameSessionData?: string | null;
GameSessionId?: string | null;
IdempotencyToken?: string | null;
Location?: string | null;
MaximumPlayerSessionCount: number;
Name?: string | null;
}

§Properties

§
AliasId?: string | null
[src]
§
CreatorId?: string | null
[src]
§
FleetId?: string | null
[src]
§
GameProperties?: GameProperty[] | null
[src]
§
GameSessionData?: string | null
[src]
§
GameSessionId?: string | null
[src]
§
IdempotencyToken?: string | null
[src]
§
Location?: string | null
[src]
§
MaximumPlayerSessionCount: number
[src]
§
Name?: string | null
[src]