ListReferences
Source:
src/AWS/Omics/ListReferences.ts
Runtime binding for omics:ListReferences.
Bind this operation to a ReferenceStore to get a callable that lists the reference genomes 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.ListReferencesHttp).
References
Section titled “References”// initconst listReferences = yield* AWS.Omics.ListReferences(store);// runtimeconst result = yield* listReferences({});