Skip to content

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

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