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

UpdateFleetCapacityInput

import type { UpdateFleetCapacityInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface UpdateFleetCapacityInput {
DesiredInstances?: number | null;
FleetId: string;
Location?: string | null;
MaxSize?: number | null;
MinSize?: number | null;
}

§Properties

§
DesiredInstances?: number | null
[src]
§
FleetId: string
[src]
§
Location?: string | null
[src]
§
MaxSize?: number | null
[src]
§
MinSize?: number | null
[src]