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

UpdateScriptOutput

import type { UpdateScriptOutput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";
interface UpdateScriptOutput {
Script?: Script | null;
}

§Properties

§
Script?: Script | null
[src]

The newly created script record with a unique script ID. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.