Skip to content

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).

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