Skip to content

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).

// init
const startReadSetExportJob = yield* AWS.Omics.StartReadSetExportJob(store);
// runtime
const result = yield* startReadSetExportJob({});