Skip to content

StopRxNormInferenceJob

Source: src/AWS/ComprehendMedical/StopRxNormInferenceJob.ts

Runtime binding for comprehendmedical:StopRxNormInferenceJob — stop an in-progress asynchronous RxNorm ontology linking job.

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

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