Skip to content

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

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