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

Script

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

Properties describing a Realtime script.

Related actions

"CreateScript" | "ListScripts" | "DescribeScript" | "UpdateScript" | "DeleteScript" | All APIs by task

interface Script {
CreationTime?: Date | number | null;
Name?: string | null;
ScriptArn?: string | null;
ScriptId?: string | null;
SizeOnDisk?: number | null;
StorageLocation?: S3Location | null;
Version?: string | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

§
Name?: string | null
[src]

A descriptive label that is associated with a script. Script names do not need to be unique.

§
ScriptArn?: string | null
[src]

The Amazon Resource Name (ARN) that is assigned to a GameLift script resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift script ARN, the resource ID matches the ScriptId value.

§
ScriptId?: string | null
[src]

A unique identifier for the Realtime script

§
SizeOnDisk?: number | null
[src]

The file size of the uploaded Realtime script, expressed in bytes. When files are uploaded from an S3 location, this value remains at "0".

§
StorageLocation?: S3Location | null
[src]
§
Version?: string | null
[src]

Version information that is associated with a build or script. Version strings do not need to be unique.