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

ListExtensionAssociationsRequest

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

§Properties

§
ExtensionIdentifier?: string | null
[src]

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

§
ExtensionVersionNumber?: number | null
[src]

The version number for the extension defined in the association.

§
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 or pass null to get the first set of results.

§
ResourceIdentifier?: string | null
[src]

The ARN of an application, configuration profile, or environment.