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

ListStageDeploymentsResult

import type { ListStageDeploymentsResult } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface ListStageDeploymentsResult {
NextToken?: string | null;
StageDeployments?: StageDeploymentSummary[] | 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.

§
StageDeployments?: StageDeploymentSummary[] | null
[src]

A list of stage deployment summaries. You can use the deployment IDs in the UpdateStageDeployment and GetStageDeployment actions.