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

DeleteFleetsRequest

import type { DeleteFleetsRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DeleteFleetsRequest {
DryRun?: boolean | null;
FleetIds: string[];
TerminateInstances: boolean;
}

§Properties

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
FleetIds: string[]
[src]

The IDs of the EC2 Fleets.

§
TerminateInstances: boolean
[src]

Indicates whether to terminate the instances when the EC2 Fleet is deleted. The default is to terminate the instances.

To let the instances continue to run after the EC2 Fleet is deleted, specify NoTerminateInstances. Supported only for fleets of type maintain and request.

For instant fleets, you cannot specify NoTerminateInstances. A deleted instant fleet with running instances is not supported.