Skip to content

DisassociateLibraryItemReview

Source: src/AWS/QApps/DisassociateLibraryItemReview.ts

Runtime binding for qapps:DisassociateLibraryItemReview.

Removes the calling identity’s upvote from a library item. Provide the implementation with Effect.provide(AWS.QApps.DisassociateLibraryItemReviewHttp).

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