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

DescribeFleetHistoryResult

import type { DescribeFleetHistoryResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeFleetHistoryResult {
FleetId?: string | null;
HistoryRecords: HistoryRecordEntry[];
LastEvaluatedTime?: Date | number | null;
NextToken?: string | null;
StartTime?: Date | number | null;
}

§Properties

§
FleetId?: string | null
[src]

The ID of the EC Fleet.

§
HistoryRecords: HistoryRecordEntry[]
[src]

Information about the events in the history of the EC2 Fleet.

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

The last date and time for the events, in UTC format (for example, YYYY-MM-DD_T_HH:MM:_SS_Z). All records up to this time were retrieved.

If nextToken indicates that there are more results, this value is not present.

§
NextToken?: string | null
[src]

The token for the next set of results.

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

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