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

InstanceCount

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

Describes a Reserved Instance listing state.

interface InstanceCount {
InstanceCount?: number | null;
State?: ListingState | null;
}

§Properties

§
InstanceCount?: number | null
[src]

The number of listed Reserved Instances in the state specified by the state.

§
State?: ListingState | null
[src]

The states of the listed Reserved Instances.