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

VolumeRecoveryPointInfo

import type { VolumeRecoveryPointInfo } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

Describes a storage volume recovery point object.

interface VolumeRecoveryPointInfo {
VolumeARN?: string | null;
VolumeRecoveryPointTime?: string | null;
VolumeSizeInBytes?: number | null;
VolumeUsageInBytes?: number | null;
}

§Properties

§
VolumeARN?: string | null
[src]

The Amazon Resource Name (ARN) of the volume target.

§
VolumeRecoveryPointTime?: string | null
[src]

The time the recovery point was taken.

§
VolumeSizeInBytes?: number | null
[src]

The size of the volume in bytes.

§
VolumeUsageInBytes?: number | null
[src]

The size of the data stored on the volume in bytes.

Note: This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.