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

ListHostedConfigurationVersionsRequest

import type { ListHostedConfigurationVersionsRequest } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface ListHostedConfigurationVersionsRequest {
ApplicationId: string;
ConfigurationProfileId: string;
MaxResults?: number | null;
NextToken?: string | null;
VersionLabel?: string | null;
}

§Properties

§
ApplicationId: string
[src]

The application ID.

§
ConfigurationProfileId: string
[src]

The configuration profile ID.

§
MaxResults?: number | null
[src]

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

A token to start the list. Use this token to get the next set of results.

§
VersionLabel?: string | null
[src]

An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't specify an asterisk at the end of the value, only an exact match is returned.