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

DescribeWorkspaceSnapshotsResult

import type { DescribeWorkspaceSnapshotsResult } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface DescribeWorkspaceSnapshotsResult {
RebuildSnapshots?: Snapshot[] | null;
RestoreSnapshots?: Snapshot[] | null;
}

§Properties

§
RebuildSnapshots?: Snapshot[] | null
[src]

Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.

§
RestoreSnapshots?: Snapshot[] | null
[src]

Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.