Skip to content

GetRunTask

Source: src/AWS/Omics/GetRunTask.ts

Runtime binding for omics:GetRunTask.

An account-level run-control operation (no resource argument) that reads the status of a single task within a run. Provide the implementation with Effect.provide(AWS.Omics.GetRunTaskHttp).

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