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

PurchaseReservedInstanceOfferingResponse

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

Represents the output of a PurchaseReservedInstanceOffering operation.

interface PurchaseReservedInstanceOfferingResponse {
ReservationName?: string | null;
ReservedInstanceId?: string | null;
}

§Properties

§
ReservationName?: string | null
[src]

The customer-specified identifier used to track this reservation.

§
ReservedInstanceId?: string | null
[src]

Details of the reserved OpenSearch instance which was purchased.