Skip to content

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).

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