ListSteps
Source:
src/AWS/Deadline/ListSteps.ts
Runtime binding for deadline:ListSteps.
Enumerates the steps of a job in the bound Queue (paginated).
The queue’s farmId/queueId are injected from the binding. Provide
the implementation with Effect.provide(AWS.Deadline.ListStepsHttp).
Monitoring Steps
Section titled “Monitoring Steps”// init — bind the operation to the queueconst listSteps = yield* AWS.Deadline.ListSteps(queue);
// runtimeconst { steps } = yield* listSteps({ jobId });