ListReferenceImportJobs
Source:
src/AWS/Omics/ListReferenceImportJobs.ts
Runtime binding for omics:ListReferenceImportJobs.
Bind this operation to a ReferenceStore to get a callable that lists the reference import jobs for the store — the
store/workflow id is injected automatically and the action is granted on the
bound resource. Provide the implementation with
Effect.provide(AWS.Omics.ListReferenceImportJobsHttp).
References
Section titled “References”// initconst listReferenceImportJobs = yield* AWS.Omics.ListReferenceImportJobs(store);// runtimeconst result = yield* listReferenceImportJobs({});