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

RestoreFromSnapshotRequest

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

An object representing the inputs for the "RestoreFromSnapshot" operation.

interface RestoreFromSnapshotRequest {
SnapshotId: string;
}

§Properties

§
SnapshotId: string
[src]

The identifier of the snapshot to restore from.