Skip to content

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).

// init — bind the operation to the Q App
const listQAppSessionData = yield* AWS.QApps.ListQAppSessionData(app);
// runtime
const data = yield* listQAppSessionData({ sessionId });
console.log(data.sessionData?.length);