Skip to content

StopDominantLanguageDetectionJob

Source: src/AWS/Comprehend/StopDominantLanguageDetectionJob.ts

Runtime binding for comprehend:StopDominantLanguageDetectionJob — request termination of an in-progress asynchronous dominant-language detection job. The job moves to STOP_REQUESTED and then STOPPED; documents already processed are written to the output location.

The binding takes no arguments and grants the action on * (job APIs have no resource-level IAM).

// init
const stopDominantLanguageDetectionJob = yield* AWS.Comprehend.StopDominantLanguageDetectionJob();
// runtime
const result = yield* stopDominantLanguageDetectionJob({ JobId: jobId });
// result.JobStatus === "STOP_REQUESTED"