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

EventTypeFilter

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

The values to use to filter results from the DescribeEventTypes operation.

interface EventTypeFilter {
eventTypeCategories?: eventTypeCategory[] | null;
eventTypeCodes?: string[] | null;
services?: string[] | null;
}

§Properties

§
eventTypeCategories?: eventTypeCategory[] | null
[src]

A list of event type category codes. Possible values are issue, accountNotification, or scheduledChange. Currently, the investigation value isn't supported at this time.

§
eventTypeCodes?: string[] | null
[src]

A list of event type codes.

§
services?: string[] | null
[src]

The Amazon Web Services services associated with the event. For example, EC2, RDS.