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

DeleteCustomDBEngineVersionMessage

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

§Properties

§
Engine: string
[src]

The database engine. The only supported engine is custom-oracle-ee.

§
EngineVersion: string
[src]

The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.