Skip to content

GetReference

Source: src/AWS/Omics/GetReference.ts

Runtime binding for omics:GetReference.

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

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