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

ComputeCapacity

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

Describes the capacity for a fleet.

interface ComputeCapacity {
DesiredInstances: number;
}

§Properties

§
DesiredInstances: number
[src]

The desired number of streaming instances.