Values.GetQAppOutputSourceRetrieves the full details of an Q App, including its definition specifying the cards and flow.
type nonrec t = {appId : UUID.t option;The unique identifier of the Q App.
*)appArn : AppArn.t option;The Amazon Resource Name (ARN) of the Q App.
*)title : Title.t option;The title of the Q App.
*)description : Description.t option;The description of the Q App.
*)initialPrompt : InitialPrompt.t option;The initial prompt displayed when the Q App is started.
*)appVersion : AppVersion.t option;The version of the Q App.
*)status : AppStatus.t option;The status of the Q App.
*)createdAt : QAppsTimestamp.t option;The date and time the Q App was created.
*)createdBy : String_.t option;The user who created the Q App.
*)updatedAt : QAppsTimestamp.t option;The date and time the Q App was last updated.
*)updatedBy : String_.t option;The user who last updated the Q App.
*)requiredCapabilities : AppRequiredCapabilities.t option;The capabilities required to run the Q App, such as file upload or third-party integrations.
*)appDefinition : AppDefinition.t option;The full definition of the Q App, specifying the cards and flow.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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
| `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
| `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
* [> `Enum of string
| `Integer of AppVersion.t
| `List of [> `Enum of string ] list
| `String of UUID.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Structure of (string * Awso.Botodata.value) list ])
list ]
list
| `String of String_.t ])
list
| `Timestamp of QAppsTimestamp.t ])
list ]