Values.ApplicationVersionDescriptionMessageSourceResult message wrapping a single description of an application version.
type createApplicationVersionResult = {applicationVersion : ApplicationVersionDescription.t option;The ApplicationVersionDescription of the application version.
*)}and t = {createApplicationVersionResult : createApplicationVersionResult;responseMetaData : responseMetaData;}type error = [ | `CodeBuildNotInServiceRegionException of CodeBuildNotInServiceRegionException.t| `InsufficientPrivilegesException of InsufficientPrivilegesException.t| `S3LocationNotInServiceRegionException of
S3LocationNotInServiceRegionException.t| `TooManyApplicationVersionsException of TooManyApplicationVersionsException.t| `TooManyApplicationsException of TooManyApplicationsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CodeBuildNotInServiceRegionException of unit
| `InsufficientPrivilegesException of unit
| `S3LocationNotInServiceRegionException of unit
| `TooManyApplicationVersionsException of unit
| `TooManyApplicationsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CodeBuildNotInServiceRegionException of unit
| `InsufficientPrivilegesException of unit
| `S3LocationNotInServiceRegionException of unit
| `TooManyApplicationVersionsException of unit
| `TooManyApplicationsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ApplicationVersionArn.t
| `Structure of
(string
* [> `Enum of string
| `String of SourceLocation.t ])
list
| `Timestamp of CreationDate.t ])
list ])
list ])
list ]