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

HistoryRecord

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

Describes an event in the history of the Spot Fleet request.

interface HistoryRecord {
EventInformation?: EventInformation | null;
EventType?: EventType | null;
Timestamp?: Date | number | null;
}

§Properties

§
EventInformation?: EventInformation | null
[src]

Information about the event.

§
EventType?: EventType | null
[src]

The event type.

  • error - An error with the Spot Fleet request.
  • fleetRequestChange - A change in the status or configuration of the Spot Fleet request.
  • instanceChange - An instance was launched or terminated.
  • Information - An informational event.
§
Timestamp?: Date | number | null
[src]

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