Skip to content

StopEntitiesDetectionV2Job

Source: src/AWS/ComprehendMedical/StopEntitiesDetectionV2Job.ts

Runtime binding for comprehendmedical:StopEntitiesDetectionV2Job — stop an in-progress asynchronous medical entity detection job.

Comprehend Medical has no resource-level IAM, so the binding takes no arguments and grants comprehendmedical:StopEntitiesDetectionV2Job on *. Provide the implementation with Effect.provide(AWS.ComprehendMedical.StopEntitiesDetectionV2JobHttp).

// init
const stopEntitiesDetectionV2Job = yield* AWS.ComprehendMedical.StopEntitiesDetectionV2Job();
// runtime
yield* stopEntitiesDetectionV2Job({ JobId: jobId });