Values.UpdateLibraryItemMetadataInputSourceUpdates the verification status of a library item for an Amazon Q App.
type nonrec t = {instanceId : InstanceId.t;The unique identifier of the Amazon Q Business application environment instance.
*)libraryItemId : UUID.t;The unique identifier of the updated library item.
*)isVerified : Boolean.t option;The verification status of the library item
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of InstanceId.t ]) list ]