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

VolumeStatusEvent

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

Describes a volume status event.

interface VolumeStatusEvent {
Description?: string | null;
EventId?: string | null;
EventType?: string | null;
InstanceId?: string | null;
NotAfter?: Date | number | null;
NotBefore?: Date | number | null;
}

§Properties

§
Description?: string | null
[src]

A description of the event.

§
EventId?: string | null
[src]

The ID of this event.

§
EventType?: string | null
[src]

The type of this event.

§
InstanceId?: string | null
[src]

The ID of the instance associated with the event.

§
NotAfter?: Date | number | null
[src]

The latest end time of the event.

§
NotBefore?: Date | number | null
[src]

The earliest start time of the event.