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

DescribeJobFlowsOutput

import type { DescribeJobFlowsOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";

The output for the "DescribeJobFlows" operation.

interface DescribeJobFlowsOutput {
JobFlows?: JobFlowDetail[] | null;
}

§Properties

§
JobFlows?: JobFlowDetail[] | null
[src]

A list of job flows matching the parameters supplied.