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

BatchJobDependency

import type { BatchJobDependency } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

An object that represents an Batch job dependency.

interface BatchJobDependency {
JobId?: string | null;
Type?: BatchJobDependencyType | null;
}

§Properties

§
JobId?: string | null
[src]

The job ID of the Batch job that's associated with this dependency.

§

The type of the job dependency.