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

AvailableCapacity

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

The capacity information for instances that can be launched onto the Dedicated Host.

interface AvailableCapacity {
AvailableInstanceCapacity: InstanceCapacity[];
AvailableVCpus?: number | null;
}

§Properties

§
AvailableInstanceCapacity: InstanceCapacity[]
[src]

The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.

§
AvailableVCpus?: number | null
[src]

The number of vCPUs available for launching instances onto the Dedicated Host.