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

InstanceDetails

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

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

interface InstanceDetails {
EC2InstanceDetails?: EC2InstanceDetails | null;
ElastiCacheInstanceDetails?: ElastiCacheInstanceDetails | null;
ESInstanceDetails?: ESInstanceDetails | null;
RDSInstanceDetails?: RDSInstanceDetails | null;
RedshiftInstanceDetails?: RedshiftInstanceDetails | null;
}

§Properties

§
EC2InstanceDetails?: EC2InstanceDetails | null
[src]

The Amazon EC2 instances that Amazon Web Services recommends that you purchase.

§
ElastiCacheInstanceDetails?: ElastiCacheInstanceDetails | null
[src]

The ElastiCache instances that Amazon Web Services recommends that you purchase.

§
ESInstanceDetails?: ESInstanceDetails | null
[src]

The Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.

§
RDSInstanceDetails?: RDSInstanceDetails | null
[src]

The Amazon RDS instances that Amazon Web Services recommends that you purchase.

§
RedshiftInstanceDetails?: RedshiftInstanceDetails | null
[src]

The Amazon Redshift instances that Amazon Web Services recommends that you purchase.