Values.ApplicationStateSourceThe state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.
type nonrec t = {applicationId : ApplicationId.t option;The configurationId from the Application Discovery Service that uniquely identifies an application.
*)applicationStatus : ApplicationStatus.t option;The current status of an application.
*)lastUpdatedTime : UpdateDateTime.t option;The timestamp when the application status was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApplicationId.t
| `Timestamp of UpdateDateTime.t ])
list ]