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

ListMigrationWorkflowsRequest

import type { ListMigrationWorkflowsRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface ListMigrationWorkflowsRequest {
adsApplicationConfigurationName?: string | null;
maxResults?: number | null;
name?: string | null;
nextToken?: string | null;
templateId?: string | null;
}

§Properties

§
adsApplicationConfigurationName?: string | null
[src]

The name of the application configured in Application Discovery Service.

§
maxResults?: number | null
[src]

The maximum number of results that can be returned.

§
name?: string | null
[src]

The name of the migration workflow.

§
nextToken?: string | null
[src]

The pagination token.

§

The status of the migration workflow.

§
templateId?: string | null
[src]

The ID of the template.