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

SpotInstanceStatus

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

Describes the status of a Spot Instance request.

interface SpotInstanceStatus {
Code?: string | null;
Message?: string | null;
UpdateTime?: Date | number | null;
}

§Properties

§
Code?: string | null
[src]

The status code. For a list of status codes, see Spot status codes in the Amazon EC2 User Guide for Linux Instances.

§
Message?: string | null
[src]

The description for the status code.

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

The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DD_T_HH:MM:_SS_Z).