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-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
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]
§
Name?: string | null
[src]
§
ScriptArn?: string | null
[src]
§
ScriptId?: string | null
[src]
§
SizeOnDisk?: number | null
[src]
§
StorageLocation?: S3Location | null
[src]
§
Version?: string | null
[src]