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

DeleteExtensionRequest

import type { DeleteExtensionRequest } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface DeleteExtensionRequest {
ExtensionIdentifier: string;
VersionNumber?: number | null;
}

§Properties

§
ExtensionIdentifier: string
[src]

The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.

§
VersionNumber?: number | null
[src]

A specific version of an extension to delete. If omitted, the highest version is deleted.