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

GameServer

import type { GameServer } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface GameServer {
ClaimStatus?: GameServerClaimStatus | null;
ConnectionInfo?: string | null;
GameServerData?: string | null;
GameServerGroupArn?: string | null;
GameServerGroupName?: string | null;
GameServerId?: string | null;
InstanceId?: string | null;
LastClaimTime?: Date | number | null;
LastHealthCheckTime?: Date | number | null;
RegistrationTime?: Date | number | null;
UtilizationStatus?: GameServerUtilizationStatus | null;
}

§Properties

§
ClaimStatus?: GameServerClaimStatus | null
[src]
§
ConnectionInfo?: string | null
[src]
§
GameServerData?: string | null
[src]
§
GameServerGroupArn?: string | null
[src]
§
GameServerGroupName?: string | null
[src]
§
GameServerId?: string | null
[src]
§
InstanceId?: string | null
[src]
§
LastClaimTime?: Date | number | null
[src]
§
LastHealthCheckTime?: Date | number | null
[src]
§
RegistrationTime?: Date | number | null
[src]
§
UtilizationStatus?: GameServerUtilizationStatus | null
[src]