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

DeregisterGameServerInput

import type { DeregisterGameServerInput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";
interface DeregisterGameServerInput {
GameServerGroupName: string;
GameServerId: string;
}

§Properties

§
GameServerGroupName: string
[src]

A unique identifier for the game server group where the game server is running. Use either the "GameServerGroup" name or ARN value.

§
GameServerId: string
[src]

A custom string that uniquely identifies the game server to deregister.