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/rds.ts?docs=full";
interface DescribeEventCategoriesMessage {
Filters?: Filter[] | null;
SourceType?: string | null;
}

§Properties

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

This parameter isn't currently supported.

§
SourceType?: string | null
[src]

The type of source that is generating the events. For RDS Proxy events, specify db-proxy.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy