Values.GetQAppInputSourceRetrieves the full details of an Q App, including its definition specifying the cards and flow.
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 retrieve.
*)appVersion : AppVersion.t option;The version of the Q App.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of AppVersion.t | `String of InstanceId.t ]) list ]