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

SuspendGameServerGroupInput

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

§Properties

§
GameServerGroupName: string
[src]

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

§
SuspendActions: GameServerGroupAction[]
[src]

The activity to suspend for this game server group.