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

VolumeInfo

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

Describes a storage volume object.

interface VolumeInfo {
GatewayARN?: string | null;
GatewayId?: string | null;
VolumeARN?: string | null;
VolumeAttachmentStatus?: string | null;
VolumeId?: string | null;
VolumeSizeInBytes?: number | null;
VolumeType?: string | null;
}

§Properties

§
GatewayARN?: string | null
[src]
§
GatewayId?: string | null
[src]

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

§
VolumeARN?: string | null
[src]

The Amazon Resource Name (ARN) for the storage volume. For example, the following is a valid ARN:

arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

§
VolumeAttachmentStatus?: string | null
[src]

One of the VolumeStatus values that indicates the state of the storage volume.

§
VolumeId?: string | null
[src]

The unique identifier assigned to the volume. This ID becomes part of the volume Amazon Resource Name (ARN), which you use as input for other operations.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

§
VolumeSizeInBytes?: number | null
[src]

The size of the volume in bytes.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

§
VolumeType?: string | null
[src]

One of the VolumeType enumeration values describing the type of the volume.