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

OptionVersion

import type { OptionVersion } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.

interface OptionVersion {
IsDefault?: boolean | null;
Version?: string | null;
}

§Properties

§
IsDefault?: boolean | null
[src]

True if the version is the default version of the option, and otherwise false.

§
Version?: string | null
[src]

The version of the option.