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

GetHostReservationPurchasePreviewRequest

import type { GetHostReservationPurchasePreviewRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface GetHostReservationPurchasePreviewRequest {
HostIdSet: string[];
OfferingId: string;
}

§Properties

§
HostIdSet: string[]
[src]

The IDs of the Dedicated Hosts with which the reservation is associated.

§
OfferingId: string
[src]

The offering ID of the reservation.