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

ListMigrationTasksRequest

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

§Properties

§
MaxResults?: number | null
[src]

Value to specify how many results are 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.

§
ResourceName?: string | null
[src]

Filter migration tasks by discovered resource name.