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

StartStageDeploymentRequest

import type { StartStageDeploymentRequest } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface StartStageDeploymentRequest {
ClientToken?: string | null;
GameName: string;
SnapshotId: string;
StageName: string;
}

§Properties

§
ClientToken?: string | null
[src]

A client-defined token. With an active client token in the request, this action is idempotent.

§
GameName: string
[src]

The name of the game.

§
SnapshotId: string
[src]

The identifier of the snapshot to deploy.

§
StageName: string
[src]

The name of the stage to deploy the snapshot onto.