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

ListConfigurationProfilesRequest

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

§Properties

§
ApplicationId: string
[src]

The application 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.

§
Type?: string | null
[src]

A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a freeform configuration.