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

DeleteWarmPoolType

import type { DeleteWarmPoolType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface DeleteWarmPoolType {
AutoScalingGroupName: string;
ForceDelete?: boolean | null;
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
ForceDelete?: boolean | null
[src]

Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.