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

ListApplicationStatesResult

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

§Properties

§
ApplicationStateList?: ApplicationState[] | null
[src]

A list of Applications that exist in Application Discovery Service.

§
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.