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

ExtensionSummary

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

Information about an extension. Call GetExtension to get more information about an extension.

interface ExtensionSummary {
Arn?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
VersionNumber?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The system-generated Amazon Resource Name (ARN) for the extension.

§
Description?: string | null
[src]

Information about the extension.

§
Id?: string | null
[src]

The system-generated ID of the extension.

§
Name?: string | null
[src]

The extension name.

§
VersionNumber?: number | null
[src]

The extension version number.