Values.ApplicationVersionDescriptionsMessageSourceResult message wrapping a list of application version descriptions.
type describeApplicationVersionsResult = {applicationVersions : ApplicationVersionDescriptionList.t option;List of ApplicationVersionDescription objects sorted in order of creation.
*)nextToken : Token.t option;In a paginated request, the token that you can pass in a subsequent request to get the next response page.
*)}and t = {describeApplicationVersionsResult : describeApplicationVersionsResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `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
| `String of Token.t ])
list ])
list ]