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

DescribeEventDetailsResponse

import type { DescribeEventDetailsResponse } from "https://aws-api.deno.dev/v0.4/services/health.ts?docs=full";
interface DescribeEventDetailsResponse {
failedSet?: EventDetailsErrorItem[] | null;
successfulSet?: EventDetails[] | null;
}

§Properties

§
failedSet?: EventDetailsErrorItem[] | null
[src]

Error messages for any events that could not be retrieved.

§
successfulSet?: EventDetails[] | null
[src]

Information about the events that could be retrieved.