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

ResetJobBookmarkRequest

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

§Properties

§
JobName: string
[src]

The name of the job in question.

§
RunId?: string | null
[src]

The unique run identifier associated with this job run.