Skip to content

BatchDeleteReadSet

Source: src/AWS/Omics/BatchDeleteReadSet.ts

Runtime binding for omics:BatchDeleteReadSet.

Bind this operation to a SequenceStore to get a callable that deletes a batch of read sets from 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.BatchDeleteReadSetHttp).

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