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

EventAggregate

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

The number of events of each issue type. Returned by the DescribeEventAggregates operation.

interface EventAggregate {
aggregateValue?: string | null;
count?: number | null;
}

§Properties

§
aggregateValue?: string | null
[src]

The issue type for the associated count.

§
count?: number | null
[src]

The number of events of the associated issue type.