Skip to content

TerminateSession

Source: src/AWS/EMR/TerminateSession.ts

Runtime binding for elasticmapreduce:TerminateSession — terminates an interactive session on the bound cluster.

const terminateSession = yield* AWS.EMR.TerminateSession(cluster);
yield* terminateSession({ SessionId: sessionId });