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

BatchJobDependencyType

import type { BatchJobDependencyType } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";
type BatchJobDependencyType = "N_TO_N" | "SEQUENTIAL" | cmnP.UnexpectedEnumValue;

§Type

§
"N_TO_N" | "SEQUENTIAL" | cmnP.UnexpectedEnumValue
[src]