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

RestoreVolumeFromSnapshotRequest

import type { RestoreVolumeFromSnapshotRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface RestoreVolumeFromSnapshotRequest {
ClientRequestToken?: string | null;
Options?: RestoreOpenZFSVolumeOption[] | null;
SnapshotId: string;
VolumeId: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]
§

The settings used when restoring the specified volume from snapshot.

  • DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the specified snapshot. If there are intermediate snapshots and this option isn't used, RestoreVolumeFromSnapshot fails.
  • DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate snapshots. If there are any dependent clone volumes and this option isn't used, RestoreVolumeFromSnapshot fails.
§
SnapshotId: string
[src]

The ID of the source snapshot. Specifies the snapshot that you are restoring from.

§
VolumeId: string
[src]

The ID of the volume that you are restoring.