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

TemplateStepSummary

import type { TemplateStepSummary } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";

The summary of the step.

interface TemplateStepSummary {
id?: string | null;
name?: string | null;
next?: string[] | null;
owner?: Owner | null;
previous?: string[] | null;
stepActionType?: StepActionType | null;
stepGroupId?: string | null;
targetType?: TargetType | null;
templateId?: string | null;
}

§Properties

§
id?: string | null
[src]

The ID of the step.

§
name?: string | null
[src]

The name of the step.

§
owner?: Owner | null
[src]

The owner of the step.

§
stepActionType?: StepActionType | null
[src]

The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

§
stepGroupId?: string | null
[src]

The ID of the step group.

§
targetType?: TargetType | null
[src]

The servers on which to run the script.

§
templateId?: string | null
[src]

The ID of the template.