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

ReservedInstanceOffering

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

Details of a reserved OpenSearch instance offering.

interface ReservedInstanceOffering {
CurrencyCode?: string | null;
Duration?: number | null;
FixedPrice?: number | null;
InstanceType?: OpenSearchPartitionInstanceType | null;
PaymentOption?: ReservedInstancePaymentOption | null;
RecurringCharges?: RecurringCharge[] | null;
ReservedInstanceOfferingId?: string | null;
UsagePrice?: number | null;
}

§Properties

§
CurrencyCode?: string | null
[src]

The currency code for the reserved OpenSearch instance offering.

§
Duration?: number | null
[src]

The duration, in seconds, for which the offering will reserve the OpenSearch instance.

§
FixedPrice?: number | null
[src]

The upfront fixed charge you will pay to purchase the specific reserved OpenSearch instance offering.

§

The OpenSearch instance type offered by the reserved instance offering.

§
PaymentOption?: ReservedInstancePaymentOption | null
[src]

Payment option for the reserved OpenSearch instance offering

§
RecurringCharges?: RecurringCharge[] | null
[src]

The charge to your account regardless of whether you are creating any domains using the instance offering.

§
ReservedInstanceOfferingId?: string | null
[src]

The OpenSearch reserved instance offering identifier.

§
UsagePrice?: number | null
[src]

The rate you are charged for each hour the domain that is using the offering is running.