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

DeleteDiskRequest

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

§Properties

§
diskName: string
[src]

The unique name of the disk you want to delete (e.g., my-disk).

§
forceDeleteAddOns?: boolean | null
[src]

A Boolean value to indicate whether to delete the enabled add-ons for the disk.