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

GetDataflowGraphResponse

import type { GetDataflowGraphResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetDataflowGraphResponse {
DagEdges?: CodeGenEdge[] | null;
DagNodes?: CodeGenNode[] | null;
}

§Properties

§
DagEdges?: CodeGenEdge[] | null
[src]

A list of the edges in the resulting DAG.

§
DagNodes?: CodeGenNode[] | null
[src]

A list of the nodes in the resulting DAG.