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

ReservedElasticsearchInstance

import type { ReservedElasticsearchInstance } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

Details of a reserved Elasticsearch instance.

interface ReservedElasticsearchInstance {
CurrencyCode?: string | null;
Duration?: number | null;
ElasticsearchInstanceCount?: number | null;
ElasticsearchInstanceType?: ESPartitionInstanceType | null;
FixedPrice?: number | null;
RecurringCharges?: RecurringCharge[] | null;
ReservationName?: string | null;
ReservedElasticsearchInstanceId?: string | null;
ReservedElasticsearchInstanceOfferingId?: string | null;
StartTime?: Date | number | null;
State?: string | null;
UsagePrice?: number | null;
}

§Properties

§
CurrencyCode?: string | null
[src]

The currency code for the reserved Elasticsearch instance offering.

§
Duration?: number | null
[src]

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

§
ElasticsearchInstanceCount?: number | null
[src]

The number of Elasticsearch instances that have been reserved.

§
ElasticsearchInstanceType?: ESPartitionInstanceType | null
[src]

The Elasticsearch instance type offered by the reserved instance offering.

§
FixedPrice?: number | null
[src]

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

§

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

§
ReservedElasticsearchInstanceId?: string | null
[src]

The unique identifier for the reservation.

§
ReservedElasticsearchInstanceOfferingId?: 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 Elasticsearch instance.

§
UsagePrice?: number | null
[src]

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