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

Snapshot

import type { Snapshot } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
interface Snapshot {
DirectoryId?: string | null;
Name?: string | null;
SnapshotId?: string | null;
StartTime?: Date | number | null;
Status?: SnapshotStatus | null;
Type?: SnapshotType | null;
}

§Properties

§
DirectoryId?: string | null
[src]
§
Name?: string | null
[src]
§
SnapshotId?: string | null
[src]
§
StartTime?: Date | number | null
[src]
§
Status?: SnapshotStatus | null
[src]
§
Type?: SnapshotType | null
[src]