ListReadSetExportJobs
Source:
src/AWS/Omics/ListReadSetExportJobs.ts
Runtime binding for omics:ListReadSetExportJobs.
Bind this operation to a SequenceStore to get a callable that lists the read-set export 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.ListReadSetExportJobsHttp).
Read Sets
Section titled “Read Sets”// initconst listReadSetExportJobs = yield* AWS.Omics.ListReadSetExportJobs(store);// runtimeconst result = yield* listReadSetExportJobs({});