StartReadSetImportJob
Source:
src/AWS/Omics/StartReadSetImportJob.ts
Runtime binding for omics:StartReadSetImportJob.
Bind this operation to a SequenceStore to get a callable that starts an import job that ingests read sets 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.StartReadSetImportJobHttp).
Read Sets
Section titled “Read Sets”// initconst startReadSetImportJob = yield* AWS.Omics.StartReadSetImportJob(store);// runtimeconst result = yield* startReadSetImportJob({});