StartReadSetExportJob
Source:
src/AWS/Omics/StartReadSetExportJob.ts
Runtime binding for omics:StartReadSetExportJob.
Bind this operation to a SequenceStore to get a callable that starts a job that exports read sets to S3 — the
store/workflow id is injected automatically and the action is granted on the
bound resource. Provide the implementation with
Effect.provide(AWS.Omics.StartReadSetExportJobHttp).
Read Sets
Section titled “Read Sets”// initconst startReadSetExportJob = yield* AWS.Omics.StartReadSetExportJob(store);// runtimeconst result = yield* startReadSetExportJob({});