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

DescribeEventDetailsForOrganizationResponse

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

§Properties

§

Error messages for any events that could not be retrieved.

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

Information about the events that could be retrieved.