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;
}