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

ESInstanceDetails

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

Details about the Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.

interface ESInstanceDetails {
CurrentGeneration?: boolean | null;
InstanceClass?: string | null;
InstanceSize?: string | null;
Region?: string | null;
SizeFlexEligible?: boolean | null;
}

§Properties

§
CurrentGeneration?: boolean | null
[src]

Determines whether the recommendation is for a current-generation instance.

§
InstanceClass?: string | null
[src]

The class of instance that Amazon Web Services recommends.

§
InstanceSize?: string | null
[src]

The size of instance that Amazon Web Services recommends.

§
Region?: string | null
[src]

The Amazon Web Services Region of the recommended reservation.

§
SizeFlexEligible?: boolean | null
[src]

Determines whether the recommended reservation is size flexible.