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

BatchStopJobRunResponse

import type { BatchStopJobRunResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchStopJobRunResponse {
Errors?: BatchStopJobRunError[] | null;
SuccessfulSubmissions?: BatchStopJobRunSuccessfulSubmission[] | null;
}

§Properties

§
Errors?: BatchStopJobRunError[] | null
[src]

A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.

§
SuccessfulSubmissions?: BatchStopJobRunSuccessfulSubmission[] | null
[src]

A list of the JobRuns that were successfully submitted for stopping.