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 resourceconst deleteRun = yield* AWS.Omics.DeleteRun();// runtimeconst result = yield* deleteRun({ id: runId });