Skip to content

StopSNOMEDCTInferenceJob

Source: src/AWS/ComprehendMedical/StopSNOMEDCTInferenceJob.ts

Runtime binding for comprehendmedical:StopSNOMEDCTInferenceJob — stop an in-progress asynchronous SNOMED CT ontology linking job.

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

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