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

ListMigrationWorkflowTemplatesResponse

import type { ListMigrationWorkflowTemplatesResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface ListMigrationWorkflowTemplatesResponse {
nextToken?: string | null;
templateSummary: TemplateSummary[];
}

§Properties

§
nextToken?: string | null
[src]

The pagination token.

§
templateSummary: TemplateSummary[]
[src]

The summary of the template.