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

VolumeStatusAction

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

Describes a volume status operation code.

interface VolumeStatusAction {
Code?: string | null;
Description?: string | null;
EventId?: string | null;
EventType?: string | null;
}

§Properties

§
Code?: string | null
[src]

The code identifying the operation, for example, enable-volume-io.

§
Description?: string | null
[src]

A description of the operation.

§
EventId?: string | null
[src]

The ID of the event associated with this operation.

§
EventType?: string | null
[src]

The event type associated with this operation.