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

EC2Specification

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

The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.

interface EC2Specification {
OfferingClass?: OfferingClass | null;
}

§Properties

§
OfferingClass?: OfferingClass | null
[src]

Indicates whether you want a recommendation for standard or convertible reservations.