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

OrganizationEventDetails

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

Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.

interface OrganizationEventDetails {
awsAccountId?: string | null;
event?: Event | null;
eventDescription?: EventDescription | null;
eventMetadata?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
awsAccountId?: string | null
[src]

The 12-digit Amazon Web Services account numbers that contains the affected entities.

§
event?: Event | null
[src]
§
eventDescription?: EventDescription | null
[src]
§
eventMetadata?: {
[key: string]: string | null | undefined;
}
| null
[src]

Additional metadata about the event.