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