Skip to content

ListReadSets

Source: src/AWS/Omics/ListReadSets.ts

Runtime binding for omics:ListReadSets.

Bind this operation to a SequenceStore to get a callable that lists the read sets in 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.ListReadSetsHttp).

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