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

RegisterGameServerInput

import type { RegisterGameServerInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface RegisterGameServerInput {
ConnectionInfo?: string | null;
GameServerData?: string | null;
GameServerGroupName: string;
GameServerId: string;
InstanceId: string;
}

§Properties

§
ConnectionInfo?: string | null
[src]
§
GameServerData?: string | null
[src]
§
GameServerGroupName: string
[src]
§
GameServerId: string
[src]
§
InstanceId: string
[src]