Values.GetApplicationOutputSourceRepresents the output of a GetApplication operation.
type nonrec t = {application : ApplicationInfo.t option;Information about the application.
*)}type nonrec error = [ | `ApplicationDoesNotExistException of ApplicationDoesNotExistException.t| `ApplicationNameRequiredException of ApplicationNameRequiredException.t| `InvalidApplicationNameException of InvalidApplicationNameException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ApplicationDoesNotExistException of unit
| `ApplicationNameRequiredException of unit
| `InvalidApplicationNameException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ApplicationDoesNotExistException of unit
| `ApplicationNameRequiredException of unit
| `InvalidApplicationNameException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ApplicationId.t
| `Timestamp of Timestamp.t ])
list ])
list ]