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

DiskMap

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

Describes a block storage disk mapping.

interface DiskMap {
newDiskName?: string | null;
originalDiskPath?: string | null;
}

§Properties

§
newDiskName?: string | null
[src]

The new disk name (e.g., my-new-disk).

§
originalDiskPath?: string | null
[src]

The original disk path exposed to the instance (for example, /dev/sdh).