Values.DescribeApplicationStateResultSourceGets the migration status of an application.
type nonrec t = {applicationStatus : ApplicationStatus.t option;Status of the application - Not Started, In-Progress, Complete.
*)lastUpdatedTime : UpdateDateTime.t option;The timestamp when the application status was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `HomeRegionNotSetException of HomeRegionNotSetException.t| `InternalServerError of InternalServerError.t| `InvalidInputException of InvalidInputException.t| `PolicyErrorException of PolicyErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InternalServerError of InternalServerError.t
| `InvalidInputException of InvalidInputException.t
| `PolicyErrorException of PolicyErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InternalServerError of InternalServerError.t
| `InvalidInputException of InvalidInputException.t
| `PolicyErrorException of PolicyErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of UpdateDateTime.t ]) list ]