Values.BatchGetApplicationRevisionsOutputSourceRepresents the output of a BatchGetApplicationRevisions operation.
type nonrec t = {applicationName : ApplicationName.t option;The name of the application that corresponds to the revisions.
*)errorMessage : ErrorMessage.t option;Information about errors that might have occurred during the API call.
*)revisions : RevisionInfoList.t option;Additional information about the revisions, including the type and location.
*)}type nonrec error = [ | `ApplicationDoesNotExistException of ApplicationDoesNotExistException.t| `ApplicationNameRequiredException of ApplicationNameRequiredException.t| `BatchLimitExceededException of BatchLimitExceededException.t| `InvalidApplicationNameException of InvalidApplicationNameException.t| `InvalidRevisionException of InvalidRevisionException.t| `RevisionRequiredException of RevisionRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ApplicationDoesNotExistException of unit
| `ApplicationNameRequiredException of unit
| `BatchLimitExceededException of unit
| `InvalidApplicationNameException of unit
| `InvalidRevisionException of unit
| `RevisionRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ApplicationDoesNotExistException of unit
| `ApplicationNameRequiredException of unit
| `BatchLimitExceededException of unit
| `InvalidApplicationNameException of unit
| `InvalidRevisionException of unit
| `RevisionRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of DeploymentGroupName.t ] list
| `String of Description.t
| `Structure of
(string
* [> `Enum of string
| `String of S3Bucket.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]
list
| `String of ApplicationName.t ])
list ]