Skip to content

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 resource
const cancelRun = yield* AWS.Omics.CancelRun();
// runtime
const result = yield* cancelRun({ id: runId });