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

ListApplicationStatesRequest

import type { ListApplicationStatesRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhub.ts?docs=full";
interface ListApplicationStatesRequest {
ApplicationIds?: string[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ApplicationIds?: string[] | null
[src]

The configurationIds from the Application Discovery Service that uniquely identifies your applications.

§
MaxResults?: number | null
[src]

Maximum number of results to be returned per page.

§
NextToken?: string | null
[src]

If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.