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

CreateSnapshotRequest

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

Contains the inputs for the "CreateSnapshot" operation.

interface CreateSnapshotRequest {
DirectoryId: string;
Name?: string | null;
}

§Properties

§
DirectoryId: string
[src]

The identifier of the directory of which to take a snapshot.

§
Name?: string | null
[src]

The descriptive name to apply to the snapshot.