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).
Batch RxNorm Inference Jobs
Section titled “Batch RxNorm Inference Jobs”// initconst listRxNormInferenceJobs = yield* AWS.ComprehendMedical.ListRxNormInferenceJobs();
// runtimeconst jobs = yield* listRxNormInferenceJobs({});console.log(jobs.ComprehendMedicalAsyncJobPropertiesList?.length ?? 0);