Values.UpdateLibraryItemOutputSourceUpdates the library item for an Amazon Q App.
type nonrec t = {libraryItemId : UUID.t option;The unique identifier of the updated library item.
*)appId : UUID.t option;The unique identifier of the Q App associated with the library item.
*)appVersion : AppVersion.t option;The version of the Q App associated with the library item.
*)categories : CategoryList.t option;The categories associated with the updated library item.
*)status : String_.t option;The new status of the updated library item.
*)createdAt : QAppsTimestamp.t option;The date and time the library item was originally created.
*)createdBy : String_.t option;The user who originally created the library item.
*)updatedAt : QAppsTimestamp.t option;The date and time the library item was last updated.
*)updatedBy : String_.t option;The user who last updated the library item.
*)ratingCount : Integer.t option;The number of ratings the library item has received.
*)isRatedByUser : Boolean.t option;Whether the current user has rated the library item.
*)userCount : Integer.t option;The number of users who have the associated Q App.
*)isVerified : Boolean.t option;Indicates whether the library item has been verified.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of AppVersion.t
| `List of
[> `Structure of
(string * [> `Integer of Integer.t | `String of UUID.t ]) list ]
list
| `String of UUID.t
| `Timestamp of QAppsTimestamp.t ])
list ]