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

ResumeWorkflowRunResponse

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

§Properties

§
NodeIds?: string[] | null
[src]

A list of the node IDs for the nodes that were actually restarted.

§
RunId?: string | null
[src]

The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.