Skip to content

ListReadSetImportJobs

Source: src/AWS/Omics/ListReadSetImportJobs.ts

Runtime binding for omics:ListReadSetImportJobs.

Bind this operation to a SequenceStore to get a callable that lists the read-set 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.ListReadSetImportJobsHttp).

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