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

GetStageDeploymentRequest

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

§Properties

§
DeploymentId?: string | null
[src]

The identifier of the stage deployment. StartStageDeployment returns the identifier that you use here.

§
GameName: string
[src]

The name of the game.

§
StageName: string
[src]

The name of the stage.