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

UpdateJobRequest

import type { UpdateJobRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface UpdateJobRequest {
JobName: string;
JobUpdate: JobUpdate;
}

§Properties

§
JobName: string
[src]

The name of the job definition to update.

§
JobUpdate: JobUpdate
[src]

Specifies the values with which to update the job definition.