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

ListRoutesRequest

import type { ListRoutesRequest } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface ListRoutesRequest {
ApplicationIdentifier: string;
EnvironmentIdentifier: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ApplicationIdentifier: string
[src]

The ID of the application.

§
EnvironmentIdentifier: string
[src]

The ID of the environment.

§
MaxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

§
NextToken?: string | null
[src]

The token for the next page of results.