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

BatchStopJobRunRequest

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

§Properties

§
JobName: string
[src]

The name of the job definition for which to stop job runs.

§
JobRunIds: string[]
[src]

A list of the JobRunIds that should be stopped for that job definition.