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

DescribeEventCategoriesMessage

import type { DescribeEventCategoriesMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeEventCategoriesMessage {
Filters?: Filter[] | null;
SourceType?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

Filters applied to the event categories.

§
SourceType?: string | null
[src]

The type of DMS resource that generates events.

Valid values: replication-instance | replication-task