ListSessions
Source:
src/AWS/Deadline/ListSessions.ts
Runtime binding for deadline:ListSessions.
Enumerates the worker sessions 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.ListSessionsHttp).
Monitoring Sessions
Section titled “Monitoring Sessions”// init — bind the operation to the queueconst listSessions = yield* AWS.Deadline.ListSessions(queue);
// runtimeconst { sessions } = yield* listSessions({ jobId });