CancelRun
Source:
src/AWS/Omics/CancelRun.ts
Runtime binding for omics:CancelRun.
An account-level run-control operation (no resource argument) that cancels an in-progress run.
Provide the implementation with Effect.provide(AWS.Omics.CancelRunHttp).
// init — account-level binding takes no resourceconst cancelRun = yield* AWS.Omics.CancelRun();// runtimeconst result = yield* cancelRun({ id: runId });