Skip to content

GetReadSetExportJob

Source: src/AWS/Omics/GetReadSetExportJob.ts

Runtime binding for omics:GetReadSetExportJob.

Bind this operation to a SequenceStore to get a callable that reads the status of a read-set export 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.GetReadSetExportJobHttp).

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