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

ListEventsFilters

import type { ListEventsFilters } from "https://aws-api.deno.dev/v0.3/services/devopsguru.ts?docs=full";

Filters you can use to specify which events are returned when ListEvents is called.

interface ListEventsFilters {
DataSource?: EventDataSource | null;
EventClass?: EventClass | null;
EventSource?: string | null;
EventTimeRange?: EventTimeRange | null;
InsightId?: string | null;
ResourceCollection?: ResourceCollection | null;
}

§Properties

§
DataSource?: EventDataSource | null
[src]

The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned.

§
EventClass?: EventClass | null
[src]

The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.

§
EventSource?: string | null
[src]

The Amazon Web Services source that emitted the events you want to filter for.

§
EventTimeRange?: EventTimeRange | null
[src]

A time range during which you want the filtered events to have occurred.

§
InsightId?: string | null
[src]

An ID of an insight that is related to the events you want to filter for.

§
ResourceCollection?: ResourceCollection | null
[src]