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

ReservedElasticsearchInstanceOffering

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

Details of a reserved Elasticsearch instance offering.

interface ReservedElasticsearchInstanceOffering {
CurrencyCode?: string | null;
Duration?: number | null;
ElasticsearchInstanceType?: ESPartitionInstanceType | null;
FixedPrice?: number | null;
RecurringCharges?: RecurringCharge[] | null;
ReservedElasticsearchInstanceOfferingId?: 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 offering will reserve the Elasticsearch instance.

§
ElasticsearchInstanceType?: ESPartitionInstanceType | null
[src]

The Elasticsearch instance type offered by the reserved instance offering.

§
FixedPrice?: number | null
[src]

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

§

Payment option for 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.

§
ReservedElasticsearchInstanceOfferingId?: string | null
[src]

The Elasticsearch 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.