GetQAppSessionMetadata
Source:
src/AWS/QApps/GetQAppSessionMetadata.ts
Runtime binding for qapps:GetQAppSessionMetadata.
Retrieves a Q App session’s metadata — name, sharing configuration, and ownership. Provide the implementation with
Effect.provide(AWS.QApps.GetQAppSessionMetadataHttp).
Sessions
Section titled “Sessions”// init — bind the operation to the Q Appconst getQAppSessionMetadata = yield* AWS.QApps.GetQAppSessionMetadata(app);
// runtimeconst metadata = yield* getQAppSessionMetadata({ sessionId });console.log(metadata.sharingConfiguration.enabled);