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