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

BatchGetJobsResponse

import type { BatchGetJobsResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchGetJobsResponse {
Jobs?: Job[] | null;
JobsNotFound?: string[] | null;
}

§Properties

§
Jobs?: Job[] | null
[src]

A list of job definitions.

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

A list of names of jobs not found.