Values.UpdateQAppOutputSourceUpdates an existing Amazon Q App, allowing modifications to its title, description, and definition.
type nonrec t = {appId : UUID.t option;The unique identifier of the updated Q App.
*)appArn : AppArn.t option;The Amazon Resource Name (ARN) of the updated Q App.
*)title : Title.t option;The new title of the updated Q App.
*)description : Description.t option;The new description of the updated Q App.
*)initialPrompt : InitialPrompt.t option;The initial prompt for the updated Q App.
*)appVersion : AppVersion.t option;The new version of the updated Q App.
*)status : AppStatus.t option;The status of the updated Q App.
*)createdAt : QAppsTimestamp.t option;The date and time the Q App was originally created.
*)createdBy : String_.t option;The user who originally 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 for the updated Q App.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ContentTooLargeException of ContentTooLargeException.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
| `ContentTooLargeException of ContentTooLargeException.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
| `ContentTooLargeException of ContentTooLargeException.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
| `Timestamp of QAppsTimestamp.t ])
list ]