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

RestoreVolumeFromSnapshotResponse

import type { RestoreVolumeFromSnapshotResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface RestoreVolumeFromSnapshotResponse {
AdministrativeActions?: AdministrativeAction[] | null;
Lifecycle?: VolumeLifecycle | null;
VolumeId?: string | null;
}

§Properties

§
AdministrativeActions?: AdministrativeAction[] | null
[src]

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

§
Lifecycle?: VolumeLifecycle | null
[src]

The lifecycle state of the volume being restored.

§
VolumeId?: string | null
[src]

The ID of the volume that you restored.