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

GetTemplateStepResponse

import type { GetTemplateStepResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface GetTemplateStepResponse {
creationTime?: string | null;
description?: string | null;
id?: string | null;
name?: string | null;
next?: string[] | null;
outputs?: StepOutput[] | null;
previous?: string[] | null;
stepActionType?: StepActionType | null;
stepAutomationConfiguration?: StepAutomationConfiguration | null;
stepGroupId?: string | null;
templateId?: string | null;
}

§Properties

§
creationTime?: string | null
[src]

The time at which the step was created.

§
description?: string | null
[src]

The description of the step.

§
id?: string | null
[src]

The ID of the step.

§
name?: string | null
[src]

The name of the step.

§
outputs?: StepOutput[] | null
[src]

The outputs 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.

§
stepAutomationConfiguration?: StepAutomationConfiguration | null
[src]

The custom script to run tests on source or target environments.

§
stepGroupId?: string | null
[src]

The ID of the step group.

§
templateId?: string | null
[src]

The ID of the template.