Skip to content

GetReferenceMetadata

Source: src/AWS/Omics/GetReferenceMetadata.ts

Runtime binding for omics:GetReferenceMetadata.

Bind this operation to a ReferenceStore to get a callable that reads the metadata of a reference genome — the store/workflow id is injected automatically and the action is granted on the bound resource. Provide the implementation with Effect.provide(AWS.Omics.GetReferenceMetadataHttp).

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