Skip to content

AssociateLibraryItemReview

Source: src/AWS/QApps/AssociateLibraryItemReview.ts

Runtime binding for qapps:AssociateLibraryItemReview.

Upvotes a library item as the calling identity. Provide the implementation with Effect.provide(AWS.QApps.AssociateLibraryItemReviewHttp).

// init — bind the operation to the Q App
const associateLibraryItemReview = yield* AWS.QApps.AssociateLibraryItemReview(app);
// runtime
yield* associateLibraryItemReview({ libraryItemId });