Values.CreateLibraryItemInputSourceCreates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.
type nonrec t = {instanceId : InstanceId.t;The unique identifier of the Amazon Q Business application environment instance.
*)appId : UUID.t;The unique identifier of the Amazon Q App to publish to the library.
*)appVersion : AppVersion.t;The version of the Amazon Q App to publish to the library.
*)categories : CategoryIdList.t;The categories to associate with the library item for easier discovery.
*)}val make :
instanceId:InstanceId.t ->
appId:UUID.t ->
appVersion:AppVersion.t ->
categories:CategoryIdList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of AppVersion.t
| `List of [> `String of UUID.t ] list
| `String of InstanceId.t ])
list ]