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

ResumeWorkflowRunRequest

import type { ResumeWorkflowRunRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface ResumeWorkflowRunRequest {
Name: string;
NodeIds: string[];
RunId: string;
}

§Properties

§
Name: string
[src]

The name of the workflow to resume.

§
NodeIds: string[]
[src]

A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.

§
RunId: string
[src]

The ID of the workflow run to resume.