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

GetMigrationWorkflowTemplateResponse

import type { GetMigrationWorkflowTemplateResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface GetMigrationWorkflowTemplateResponse {
creationTime?: Date | number | null;
description?: string | null;
id?: string | null;
inputs?: TemplateInput[] | null;
name?: string | null;
status?: TemplateStatus | null;
tools?: Tool[] | null;
}

§Properties

§
creationTime?: Date | number | null
[src]

The time at which the template was last created.

§
description?: string | null
[src]

The time at which the template was last created.

§
id?: string | null
[src]

The ID of the template.

§
inputs?: TemplateInput[] | null
[src]

The inputs provided for the creation of the migration workflow.

§
name?: string | null
[src]

The name of the template.

§
status?: TemplateStatus | null
[src]

The status of the template.

§
tools?: Tool[] | null
[src]

List of AWS services utilized in a migration workflow.