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

DescribeGameServerInstancesOutput

import type { DescribeGameServerInstancesOutput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";
interface DescribeGameServerInstancesOutput {
GameServerInstances?: GameServerInstance[] | null;
NextToken?: string | null;
}

§Properties

§
GameServerInstances?: GameServerInstance[] | null
[src]

The collection of requested game server instances.

§
NextToken?: string | null
[src]

A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.