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

UpdateWorkflowStepGroupRequest

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

§Properties

§
description?: string | null
[src]

The description of the step group.

§
id: string
[src]

The ID of the step group.

§
name?: string | null
[src]

The name of the step group.

§
workflowId: string
[src]

The ID of the migration workflow.