Skip to content

ListRxNormInferenceJobs

Source: src/AWS/ComprehendMedical/ListRxNormInferenceJobs.ts

Runtime binding for comprehendmedical:ListRxNormInferenceJobs — list the asynchronous RxNorm ontology linking jobs you have submitted.

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

// init
const listRxNormInferenceJobs = yield* AWS.ComprehendMedical.ListRxNormInferenceJobs();
// runtime
const jobs = yield* listRxNormInferenceJobs({});
console.log(jobs.ComprehendMedicalAsyncJobPropertiesList?.length ?? 0);