ListSessionActions
Source:
src/AWS/Deadline/ListSessionActions.ts
Runtime binding for deadline:ListSessionActions.
Lists the session actions (environment enter/exit, task runs, attachment
syncs) recorded for a job in the bound Queue, optionally filtered
by sessionId or taskId. The queue’s farmId/queueId are injected
from the binding. Provide the implementation with
Effect.provide(AWS.Deadline.ListSessionActionsHttp).
Monitoring Sessions
Section titled “Monitoring Sessions”// init — bind the operation to the queueconst listSessionActions = yield* AWS.Deadline.ListSessionActions(queue);
// runtimeconst { sessionActions } = yield* listSessionActions({ jobId });