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

CreateSnapshotFromVolumeRecoveryPointOutput

import type { CreateSnapshotFromVolumeRecoveryPointOutput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface CreateSnapshotFromVolumeRecoveryPointOutput {
SnapshotId?: string | null;
VolumeARN?: string | null;
VolumeRecoveryPointTime?: string | null;
}

§Properties

§
SnapshotId?: string | null
[src]

The ID of the snapshot.

§
VolumeARN?: string | null
[src]

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the "DescribeStorediSCSIVolumes" operation to return to retrieve the TargetARN for specified VolumeARN.

§
VolumeRecoveryPointTime?: string | null
[src]

The time the volume was created from the recovery point.