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

ComputeCapacityStatus

import type { ComputeCapacityStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appstream.ts";
interface ComputeCapacityStatus {
Available?: number | null;
Desired: number;
InUse?: number | null;
Running?: number | null;
}

§Properties

§
Available?: number | null
[src]
§
Desired: number
[src]
§
InUse?: number | null
[src]
§
Running?: number | null
[src]