GetReadSetActivationJob
Source:
src/AWS/Omics/GetReadSetActivationJob.ts
Runtime binding for omics:GetReadSetActivationJob.
Bind this operation to a SequenceStore to get a callable that reads the status of a read-set activation job — the
store/workflow id is injected automatically and the action is granted on the
bound resource. Provide the implementation with
Effect.provide(AWS.Omics.GetReadSetActivationJobHttp).
Read Sets
Section titled “Read Sets”// initconst getReadSetActivationJob = yield* AWS.Omics.GetReadSetActivationJob(store);// runtimeconst result = yield* getReadSetActivationJob({});