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

DescribeJobFlowsInput

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

The input for the "DescribeJobFlows" operation.

interface DescribeJobFlowsInput {
CreatedAfter?: Date | number | null;
CreatedBefore?: Date | number | null;
JobFlowIds?: string[] | null;
JobFlowStates?: JobFlowExecutionState[] | null;
}

§Properties

§
CreatedAfter?: Date | number | null
[src]

Return only job flows created after this date and time.

§
CreatedBefore?: Date | number | null
[src]

Return only job flows created before this date and time.

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

Return only job flows whose job flow ID is contained in this list.

§
JobFlowStates?: JobFlowExecutionState[] | null
[src]

Return only job flows whose state is contained in this list.