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