Values.GetApplicationRevisionOutputSourceRepresents the output of a GetApplicationRevision operation.
type nonrec t = {applicationName : ApplicationName.t option;The name of the application that corresponds to the revision.
*)revision : RevisionLocation.t option;Additional information about the revision, including type and location.
*)revisionInfo : GenericRevisionInfo.t option;General information about the revision.
*)}type nonrec error = [ | `ApplicationDoesNotExistException of ApplicationDoesNotExistException.t| `ApplicationNameRequiredException of ApplicationNameRequiredException.t| `InvalidApplicationNameException of InvalidApplicationNameException.t| `InvalidRevisionException of InvalidRevisionException.t| `RevisionDoesNotExistException of RevisionDoesNotExistException.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
| `InvalidApplicationNameException of unit
| `InvalidRevisionException of unit
| `RevisionDoesNotExistException 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
| `InvalidApplicationNameException of unit
| `InvalidRevisionException of unit
| `RevisionDoesNotExistException of unit
| `RevisionRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ApplicationName.t
| `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 ]