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

ListDeploymentsRequest

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

§Properties

§
ApplicationId: string
[src]

The application ID.

§
EnvironmentId: string
[src]

The environment ID.

§
MaxResults?: number | null
[src]

The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.