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).
Read Sets
Section titled “Read Sets”// initconst listReadSetImportJobs = yield* AWS.Omics.ListReadSetImportJobs(store);// runtimeconst result = yield* listReadSetImportJobs({});