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

VolumeStatusItem

import type { VolumeStatusItem } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the volume status.

interface VolumeStatusItem {
Actions: VolumeStatusAction[];
AttachmentStatuses: VolumeStatusAttachmentStatus[];
AvailabilityZone?: string | null;
OutpostArn?: string | null;
VolumeId?: string | null;
VolumeStatus?: VolumeStatusInfo | null;
}

§Properties

§

The details of the operation.

§
AttachmentStatuses: VolumeStatusAttachmentStatus[]
[src]

Information about the instances to which the volume is attached.

§
AvailabilityZone?: string | null
[src]

The Availability Zone of the volume.

§

A list of events associated with the volume.

§
OutpostArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Outpost.

§
VolumeId?: string | null
[src]

The volume ID.

§
VolumeStatus?: VolumeStatusInfo | null
[src]

The volume status.