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
§
GameProperties?: GameProperty[] | null
[src]§
PlayerSessionCreationPolicy?: PlayerSessionCreationPolicy | null
[src]§
Status?: GameSessionStatus | null
[src]§
StatusReason?: GameSessionStatusReason | null
[src]