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

ListGameServerGroupsOutput

import type { ListGameServerGroupsOutput } from "https://aws-api.deno.dev/v0.4/services/gamelift.ts?docs=full";
interface ListGameServerGroupsOutput {
GameServerGroups?: GameServerGroup[] | null;
NextToken?: string | null;
}

§Properties

§
GameServerGroups?: GameServerGroup[] | null
[src]

The game server groups' game server groups.

§
NextToken?: string | null
[src]

Specify the pagination token from a previous request to retrieve the next page of results.