GetReferenceImportJob
Source:
src/AWS/Omics/GetReferenceImportJob.ts
Runtime binding for omics:GetReferenceImportJob.
Bind this operation to a ReferenceStore to get a callable that reads the status of a reference 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.GetReferenceImportJobHttp).
References
Section titled “References”// initconst getReferenceImportJob = yield* AWS.Omics.GetReferenceImportJob(store);// runtimeconst result = yield* getReferenceImportJob({});