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