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