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

ReservedInstance

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

Details of a reserved OpenSearch instance.

interface ReservedInstance {
BillingSubscriptionId?: number | null;
CurrencyCode?: string | null;
Duration?: number | null;
FixedPrice?: number | null;
InstanceCount?: number | null;
InstanceType?: OpenSearchPartitionInstanceType | null;
PaymentOption?: ReservedInstancePaymentOption | null;
RecurringCharges?: RecurringCharge[] | null;
ReservationName?: string | null;
ReservedInstanceId?: string | null;
ReservedInstanceOfferingId?: string | null;
StartTime?: Date | number | null;
State?: string | null;
UsagePrice?: number | null;
}

§Properties

§
BillingSubscriptionId?: number | null
[src]
§
CurrencyCode?: string | null
[src]

The currency code for the reserved OpenSearch instance offering.

§
Duration?: number | null
[src]

The duration, in seconds, for which the OpenSearch instance is reserved.

§
FixedPrice?: number | null
[src]

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

§
InstanceCount?: number | null
[src]

The number of OpenSearch instances that have been reserved.

§

The OpenSearch instance type offered by the reserved instance offering.

§
PaymentOption?: ReservedInstancePaymentOption | null
[src]

The payment option as defined in 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.

§
ReservationName?: string | null
[src]

The customer-specified identifier to track this reservation.

§
ReservedInstanceId?: string | null
[src]

The unique identifier for the reservation.

§
ReservedInstanceOfferingId?: string | null
[src]

The offering identifier.

§
StartTime?: Date | number | null
[src]

The time the reservation started.

§
State?: string | null
[src]

The state of the reserved OpenSearch instance.

§
UsagePrice?: number | null
[src]

The rate you are charged for each hour for the domain that is using this reserved instance.