Skip to content

StartReadSetActivationJob

Source: src/AWS/Omics/StartReadSetActivationJob.ts

Runtime binding for omics:StartReadSetActivationJob.

Bind this operation to a SequenceStore to get a callable that starts a job that activates archived read sets — the store/workflow id is injected automatically and the action is granted on the bound resource. Provide the implementation with Effect.provide(AWS.Omics.StartReadSetActivationJobHttp).

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