Skip to content

DeleteRun

Source: src/AWS/Omics/DeleteRun.ts

Runtime binding for omics:DeleteRun.

An account-level run-control operation (no resource argument) that deletes a completed run. Provide the implementation with Effect.provide(AWS.Omics.DeleteRunHttp).

// init — account-level binding takes no resource
const deleteRun = yield* AWS.Omics.DeleteRun();
// runtime
const result = yield* deleteRun({ id: runId });