Skip to content

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).

// init
const listReferenceImportJobs = yield* AWS.Omics.ListReferenceImportJobs(store);
// runtime
const result = yield* listReferenceImportJobs({});