Values.ApplicationDescriptionMessageSourceResult message containing a single description of an application.
type createApplicationResult = {application : ApplicationDescription.t option;The ApplicationDescription of the application.
*)}and t = {createApplicationResult : createApplicationResult;responseMetaData : responseMetaData;}type error = [ | `TooManyApplicationsException of TooManyApplicationsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `TooManyApplicationsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `TooManyApplicationsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of VersionLabel.t ] list
| `String of ApplicationArn.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Integer of BoxedInt.t ])
list ])
list ])
list
| `Timestamp of CreationDate.t ])
list ])
list ])
list ]