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

DescribeSpotFleetRequestHistoryResponse

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

Contains the output of DescribeSpotFleetRequestHistory.

interface DescribeSpotFleetRequestHistoryResponse {
HistoryRecords: HistoryRecord[];
LastEvaluatedTime?: Date | number | null;
NextToken?: string | null;
SpotFleetRequestId?: string | null;
StartTime?: Date | number | null;
}

§Properties

§
HistoryRecords: HistoryRecord[]
[src]

Information about the events in the history of the Spot Fleet request.

§
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 required to retrieve the next set of results. This value is null when there are no more results to return.

§
SpotFleetRequestId?: string | null
[src]

The ID of the Spot Fleet request.

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

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