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

EventDescription

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

Describes an event.

interface EventDescription {
ApplicationName?: string | null;
EnvironmentName?: string | null;
EventDate?: Date | number | null;
Message?: string | null;
PlatformArn?: string | null;
RequestId?: string | null;
Severity?: EventSeverity | null;
TemplateName?: string | null;
VersionLabel?: string | null;
}

§Properties

§
ApplicationName?: string | null
[src]

The application associated with the event.

§
EnvironmentName?: string | null
[src]

The name of the environment associated with this event.

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

The date when the event occurred.

§
Message?: string | null
[src]

The event message.

§
PlatformArn?: string | null
[src]

The ARN of the platform version.

§
RequestId?: string | null
[src]

The web service request ID for the activity of this event.

§
Severity?: EventSeverity | null
[src]

The severity level of this event.

§
TemplateName?: string | null
[src]

The name of the configuration associated with this event.

§
VersionLabel?: string | null
[src]

The release label for the application version associated with this event.