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