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

HistoryRecordEntry

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

Describes an event in the history of an EC2 Fleet.

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

§Properties

§
EventInformation?: EventInformation | null
[src]

Information about the event.

§
EventType?: FleetEventType | null
[src]

The event type.

§
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).