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

HostedConfigurationVersionSummary

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

Information about the configuration.

interface HostedConfigurationVersionSummary {
ApplicationId?: string | null;
ConfigurationProfileId?: string | null;
ContentType?: string | null;
Description?: string | null;
VersionLabel?: string | null;
VersionNumber?: number | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The application ID.

§
ConfigurationProfileId?: string | null
[src]

The configuration profile ID.

§
ContentType?: string | null
[src]

A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

§
Description?: string | null
[src]

A description of the configuration.

§
VersionLabel?: string | null
[src]

A user-defined label for an AppConfig hosted configuration version.

§
VersionNumber?: number | null
[src]

The configuration version.