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).
Library Items
Section titled “Library Items”// init — bind the operation to the Q Appconst disassociateLibraryItemReview = yield* AWS.QApps.DisassociateLibraryItemReview(app);
// runtimeyield* disassociateLibraryItemReview({ libraryItemId });