StartRun
Source:
src/AWS/Omics/StartRun.ts
Runtime binding for omics:StartRun.
Bind this operation to a Workflow to get a callable that starts a run of the bound workflow — the
store/workflow id is injected automatically and the action is granted on the
bound resource. Provide the implementation with
Effect.provide(AWS.Omics.StartRunHttp).
// initconst startRun = yield* AWS.Omics.StartRun(workflow);// runtimeconst result = yield* startRun({});