ListSessions
Source:
src/AWS/EMR/ListSessions.ts
Runtime binding for elasticmapreduce:ListSessions — lists the bound cluster’s interactive sessions, optionally filtered by state.
Interactive Sessions
Section titled “Interactive Sessions”const listSessions = yield* AWS.EMR.ListSessions(cluster);
const { Sessions } = yield* listSessions({ SessionStates: ["IDLE"] });