TerminateSession
Source:
src/AWS/EMR/TerminateSession.ts
Runtime binding for elasticmapreduce:TerminateSession — terminates an interactive session on the bound cluster.
Interactive Sessions
Section titled “Interactive Sessions”const terminateSession = yield* AWS.EMR.TerminateSession(cluster);
yield* terminateSession({ SessionId: sessionId });