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).
Read Sets
Section titled “Read Sets”// initconst batchDeleteReadSet = yield* AWS.Omics.BatchDeleteReadSet(store);// runtimeconst result = yield* batchDeleteReadSet({});