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/health.ts?docs=full";

The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.

interface EventDescription {
latestDescription?: string | null;
}

§Properties

§
latestDescription?: string | null
[src]

The most recent description of the event.