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

BatchGetWorkflowsResponse

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

§Properties

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

A list of names of workflows not found.

§
Workflows?: Workflow[] | null
[src]

A list of workflow resource metadata.