Skip to content

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

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