Values.UpdateQAppInputSourceUpdates an existing Amazon Q App, allowing modifications to its title, description, and definition.
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 Q App to update.
*)title : Title.t option;The new title for the Q App.
*)description : Description.t option;The new description for the Q App.
*)appDefinition : AppDefinitionInput.t option;The new definition specifying the cards and flow for the Q App.
*)}val make :
?title:??? ->
?description:??? ->
?appDefinition:??? ->
instanceId:InstanceId.t ->
appId:UUID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of InstanceId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * Awso.Botodata.value) list ])
list ]
list
| `String of InitialPrompt.t ])
list ])
list ]