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

EC2InstanceDetails

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

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

interface EC2InstanceDetails {
AvailabilityZone?: string | null;
CurrentGeneration?: boolean | null;
Family?: string | null;
InstanceType?: string | null;
Platform?: string | null;
Region?: string | null;
SizeFlexEligible?: boolean | null;
Tenancy?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone of the recommended reservation.

§
CurrentGeneration?: boolean | null
[src]

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

§
Family?: string | null
[src]

The instance family of the recommended reservation.

§
InstanceType?: string | null
[src]

The type of instance that Amazon Web Services recommends.

§
Platform?: string | null
[src]

The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.

§
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.

§
Tenancy?: string | null
[src]

Determines whether the recommended reservation is dedicated or shared.