StopJobRun
Source:
src/AWS/DataBrew/StopJobRun.ts
Runtime binding for databrew:StopJobRun — cancels a run of the bound
DataBrew job that is still starting or running.
Stopping Job Runs
Section titled “Stopping Job Runs”const stopJobRun = yield* AWS.DataBrew.StopJobRun(job);
yield* stopJobRun({ RunId: runId });