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

UpdateStageRequest

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

§Properties

§
Description?: string | null
[src]

The description of the stage.

§
GameName: string
[src]

The name of the game.

§
Role?: string | null
[src]

The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.

§
StageName: string
[src]

The name of the stage.