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).
Sessions
Section titled “Sessions”// init — bind the operation to the Q Appconst stopQAppSession = yield* AWS.QApps.StopQAppSession(app);
// runtimeyield* stopQAppSession({ sessionId });