Skip to content

GetRun

Source: src/AWS/Omics/GetRun.ts

Runtime binding for omics:GetRun.

An account-level run-control operation (no resource argument) that reads the status and details of a run. Provide the implementation with Effect.provide(AWS.Omics.GetRunHttp).

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