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

DetachDiskRequest

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

§Properties

§
diskName: string
[src]

The unique name of the disk you want to detach from your instance (e.g., my-disk).