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

GetExtensionRequest

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

§Properties

§
ExtensionIdentifier: string
[src]

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

§
VersionNumber?: number | null
[src]

The extension version number. If no version number was defined, AppConfig uses the highest version.