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

DescribeSpotPriceHistoryResult

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

Contains the output of DescribeSpotPriceHistory.

interface DescribeSpotPriceHistoryResult {
NextToken?: string | null;
SpotPriceHistory: SpotPrice[];
}

§Properties

§
NextToken?: string | null
[src]

The token required to retrieve the next set of results. This value is null or an empty string when there are no more results to return.

§
SpotPriceHistory: SpotPrice[]
[src]

The historical Spot prices.