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

GetHostedConfigurationVersionRequest

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

§Properties

§
ApplicationId: string
[src]

The application ID.

§
ConfigurationProfileId: string
[src]

The configuration profile ID.

§
VersionNumber: number
[src]

The version.