DeleteReference
Source:
src/AWS/Omics/DeleteReference.ts
Runtime binding for omics:DeleteReference.
Bind this operation to a ReferenceStore to get a callable that deletes a reference genome from 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.DeleteReferenceHttp).
References
Section titled “References”// initconst deleteReference = yield* AWS.Omics.DeleteReference(store);// runtimeconst result = yield* deleteReference({});