Skip to content

StopQAppSession

Source: src/AWS/QApps/StopQAppSession.ts

Runtime binding for qapps:StopQAppSession.

Stops an active Q App session, halting any in-progress card executions. Provide the implementation with Effect.provide(AWS.QApps.StopQAppSessionHttp).

// init — bind the operation to the Q App
const stopQAppSession = yield* AWS.QApps.StopQAppSession(app);
// runtime
yield* stopQAppSession({ sessionId });