DisassociateQAppFromUser
Source:
src/AWS/QApps/DisassociateQAppFromUser.ts
Runtime binding for qapps:DisassociateQAppFromUser.
Removes the bound Q App from the calling identity’s inventory of favorited apps. Provide the implementation with
Effect.provide(AWS.QApps.DisassociateQAppFromUserHttp).
User Inventory
Section titled “User Inventory”// init — bind the operation to the Q Appconst disassociateQAppFromUser = yield* AWS.QApps.DisassociateQAppFromUser(app);
// runtimeyield* disassociateQAppFromUser();