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

PurchaseHostReservationResult

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

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

§
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]

Describes the details of the purchase.

§
TotalHourlyPrice?: string | null
[src]

The total hourly price of the reservation calculated per hour.

§
TotalUpfrontPrice?: string | null
[src]

The total amount charged to your account when you purchase the reservation.