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

DescribeOptionGroupsMessage

import type { DescribeOptionGroupsMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface DescribeOptionGroupsMessage {
EngineName?: string | null;
Filters?: Filter[] | null;
MajorEngineVersion?: string | null;
Marker?: string | null;
MaxRecords?: number | null;
OptionGroupName?: string | null;
}

§Properties

§
EngineName?: string | null
[src]
§
Filters?: Filter[] | null
[src]
§
MajorEngineVersion?: string | null
[src]
§
Marker?: string | null
[src]
§
MaxRecords?: number | null
[src]
§
OptionGroupName?: string | null
[src]