Skip to content

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).

// init — bind the operation to the queue
const listSessionActions = yield* AWS.Deadline.ListSessionActions(queue);
// runtime
const { sessionActions } = yield* listSessionActions({ jobId });