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

TerminateJobFlowsInput

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

Input to the "TerminateJobFlows" operation.

interface TerminateJobFlowsInput {
JobFlowIds: string[];
}

§Properties

§
JobFlowIds: string[]
[src]

A list of job flows to be shut down.