Skip to content

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

// init — bind the operation to the Q App
const associateQAppWithUser = yield* AWS.QApps.AssociateQAppWithUser(app);
// runtime
yield* associateQAppWithUser();