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

VolumeStatusDetails

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

Describes a volume status.

interface VolumeStatusDetails {
Name?: VolumeStatusName | null;
Status?: string | null;
}

§Properties

§
Name?: VolumeStatusName | null
[src]

The name of the volume status.

§
Status?: string | null
[src]

The intended status of the volume status.