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

UpdateWorkflowStepGroupResponse

import type { UpdateWorkflowStepGroupResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface UpdateWorkflowStepGroupResponse {
description?: string | null;
id?: string | null;
lastModifiedTime?: Date | number | null;
name?: string | null;
next?: string[] | null;
previous?: string[] | null;
tools?: Tool[] | null;
workflowId?: string | null;
}

§Properties

§
description?: string | null
[src]

The description of the step group.

§
id?: string | null
[src]

The ID of the step group.

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

The time at which the step group was last modified.

§
name?: string | null
[src]

The name of the step group.

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

List of AWS services utilized in a migration workflow.

§
workflowId?: string | null
[src]

The ID of the migration workflow.