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