ListQAppSessionData
Source:
src/AWS/QApps/ListQAppSessionData.ts
Runtime binding for qapps:ListQAppSessionData.
Lists the per-user data collected in a shared Q App session. Provide the implementation with
Effect.provide(AWS.QApps.ListQAppSessionDataHttp).
Sessions
Section titled “Sessions”// init — bind the operation to the Q Appconst listQAppSessionData = yield* AWS.QApps.ListQAppSessionData(app);
// runtimeconst data = yield* listQAppSessionData({ sessionId });console.log(data.sessionData?.length);