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

ListStagesResult

import type { ListStagesResult } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface ListStagesResult {
NextToken?: string | null;
Stages?: StageSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

§
Stages?: StageSummary[] | null
[src]

A list of stage summaries. You can use the stage names in the UpdateStage and GetStage actions.