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

ResumeGameServerGroupInput

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

§Properties

§
GameServerGroupName: string
[src]

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

§

The activity to resume for this game server group.