AssociateQAppWithUser
Source:
src/AWS/QApps/AssociateQAppWithUser.ts
Runtime binding for qapps:AssociateQAppWithUser.
Links the calling identity to the bound Q App, marking it as a favorite in the user’s inventory. Provide the implementation with
Effect.provide(AWS.QApps.AssociateQAppWithUserHttp).
User Inventory
Section titled “User Inventory”// init — bind the operation to the Q Appconst associateQAppWithUser = yield* AWS.QApps.AssociateQAppWithUser(app);
// runtimeyield* associateQAppWithUser();