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

GetHostReservationPurchasePreviewResult

import type { GetHostReservationPurchasePreviewResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface GetHostReservationPurchasePreviewResult {
CurrencyCode?: CurrencyCodeValues | null;
Purchase: Purchase[];
TotalHourlyPrice?: string | null;
TotalUpfrontPrice?: string | null;
}

§Properties

§
CurrencyCode?: CurrencyCodeValues | null
[src]

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

§
Purchase: Purchase[]
[src]

The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.

§
TotalHourlyPrice?: string | null
[src]

The potential total hourly price of the reservation per hour.

§
TotalUpfrontPrice?: string | null
[src]

The potential total upfront price. This is billed immediately.