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

DeleteInstanceRequest

import type { DeleteInstanceRequest } from "https://aws-api.deno.dev/v0.4/services/lightsail.ts?docs=full";
interface DeleteInstanceRequest {
forceDeleteAddOns?: boolean | null;
instanceName: string;
}

§Properties

§
forceDeleteAddOns?: boolean | null
[src]

A Boolean value to indicate whether to delete all add-ons for the instance.

§
instanceName: string
[src]

The name of the instance to delete.