UpdateQAppSessionMetadata
Source:
src/AWS/QApps/UpdateQAppSessionMetadata.ts
Runtime binding for qapps:UpdateQAppSessionMetadata.
Updates a Q App session’s metadata — rename it or reconfigure how it is shared with collaborators. Provide the implementation with
Effect.provide(AWS.QApps.UpdateQAppSessionMetadataHttp).
Sessions
Section titled “Sessions”// init — bind the operation to the Q Appconst updateQAppSessionMetadata = yield* AWS.QApps.UpdateQAppSessionMetadata(app);
// runtimeyield* updateQAppSessionMetadata({ sessionId, sharingConfiguration: { enabled: true, acceptResponses: true },});