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

InstanceSnapshotInfo

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

Describes an instance snapshot.

interface InstanceSnapshotInfo {
fromBlueprintId?: string | null;
fromBundleId?: string | null;
fromDiskInfo?: DiskInfo[] | null;
}

§Properties

§
fromBlueprintId?: string | null
[src]

The blueprint ID from which the source instance (e.g., os_debian_8_3).

§
fromBundleId?: string | null
[src]

The bundle ID from which the source instance was created (e.g., micro_1_0).

§
fromDiskInfo?: DiskInfo[] | null
[src]

A list of objects describing the disks that were attached to the source instance.