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).
Batch RxNorm Inference Jobs
Section titled “Batch RxNorm Inference Jobs”// initconst stopRxNormInferenceJob = yield* AWS.ComprehendMedical.StopRxNormInferenceJob();
// runtimeyield* stopRxNormInferenceJob({ JobId: jobId });