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