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

PurchaseReservedInstancesOfferingResult

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

Contains the output of PurchaseReservedInstancesOffering.

interface PurchaseReservedInstancesOfferingResult {
ReservedInstancesId?: string | null;
}

§Properties

§
ReservedInstancesId?: string | null
[src]

The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted pricing tier, the final Reserved Instances IDs might change. For more information, see Crossing pricing tiers in the Amazon Elastic Compute Cloud User Guide.