OptionGroup
import type { OptionGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";interface OptionGroup {
AllowsVpcAndNonVpcInstanceMemberships?: boolean | null;
EngineName?: string | null;
MajorEngineVersion?: string | null;
OptionGroupArn?: string | null;
OptionGroupDescription?: string | null;
OptionGroupName?: string | null;
Options: Option[];
VpcId?: string | null;
}