StartReferenceImportJob
Source:
src/AWS/Omics/StartReferenceImportJob.ts
Runtime binding for omics:StartReferenceImportJob.
Bind this operation to a ReferenceStore to get a callable that starts a job that imports reference genomes into the store — the
store/workflow id is injected automatically and the action is granted on the
bound resource. Provide the implementation with
Effect.provide(AWS.Omics.StartReferenceImportJobHttp).
References
Section titled “References”// initconst startReferenceImportJob = yield* AWS.Omics.StartReferenceImportJob(store);// runtimeconst result = yield* startReferenceImportJob({});