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

CreateWorkflowStepResponse

import type { CreateWorkflowStepResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface CreateWorkflowStepResponse {
id?: string | null;
name?: string | null;
stepGroupId?: string | null;
workflowId?: string | null;
}

§Properties

§
id?: string | null
[src]

The ID of the step.

§
name?: string | null
[src]

The name of the step.

§
stepGroupId?: string | null
[src]

The ID of the step group.

§
workflowId?: string | null
[src]

The ID of the migration workflow.