GetReadSetImportJob
Source:
src/AWS/Omics/GetReadSetImportJob.ts
Runtime binding for omics:GetReadSetImportJob.
Bind this operation to a SequenceStore to get a callable that reads the status of a read-set import 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.GetReadSetImportJobHttp).
Read Sets
Section titled “Read Sets”// initconst getReadSetImportJob = yield* AWS.Omics.GetReadSetImportJob(store);// runtimeconst result = yield* getReadSetImportJob({});