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

GameSession

import type { GameSession } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface GameSession {
CreationTime?: Date | number | null;
CreatorId?: string | null;
CurrentPlayerSessionCount?: number | null;
DnsName?: string | null;
FleetArn?: string | null;
FleetId?: string | null;
GameProperties?: GameProperty[] | null;
GameSessionData?: string | null;
GameSessionId?: string | null;
IpAddress?: string | null;
Location?: string | null;
MatchmakerData?: string | null;
MaximumPlayerSessionCount?: number | null;
Name?: string | null;
PlayerSessionCreationPolicy?: PlayerSessionCreationPolicy | null;
Port?: number | null;
Status?: GameSessionStatus | null;
StatusReason?: GameSessionStatusReason | null;
TerminationTime?: Date | number | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]
§
CreatorId?: string | null
[src]
§
CurrentPlayerSessionCount?: number | null
[src]
§
DnsName?: string | null
[src]
§
FleetArn?: string | null
[src]
§
FleetId?: string | null
[src]
§
GameProperties?: GameProperty[] | null
[src]
§
GameSessionData?: string | null
[src]
§
GameSessionId?: string | null
[src]
§
IpAddress?: string | null
[src]
§
Location?: string | null
[src]
§
MatchmakerData?: string | null
[src]
§
MaximumPlayerSessionCount?: number | null
[src]
§
Name?: string | null
[src]
§
PlayerSessionCreationPolicy?: PlayerSessionCreationPolicy | null
[src]
§
Port?: number | null
[src]
§
Status?: GameSessionStatus | null
[src]
§
StatusReason?: GameSessionStatusReason | null
[src]
§
TerminationTime?: Date | number | null
[src]