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

Instance

import type { Instance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface Instance {
CreationTime?: Date | number | null;
DnsName?: string | null;
FleetArn?: string | null;
FleetId?: string | null;
InstanceId?: string | null;
IpAddress?: string | null;
Location?: string | null;
OperatingSystem?: OperatingSystem | null;
Status?: InstanceStatus | null;
Type?: EC2InstanceType | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]
§
DnsName?: string | null
[src]
§
FleetArn?: string | null
[src]
§
FleetId?: string | null
[src]
§
InstanceId?: string | null
[src]
§
IpAddress?: string | null
[src]
§
Location?: string | null
[src]
§
OperatingSystem?: OperatingSystem | null
[src]
§
Status?: InstanceStatus | null
[src]