Values.ApplicationInfoSourceInformation about an application.
type nonrec t = {applicationId : ApplicationId.t option;The application ID.
*)applicationName : ApplicationName.t option;The application name.
*)createTime : Timestamp.t option;The time at which the application was created.
*)linkedToGitHub : Boolean.t option;True if the user has authenticated with GitHub for the specified application. Otherwise, false.
*)gitHubAccountName : GitHubAccountTokenName.t option;The name for a connection to a GitHub account.
*)computePlatform : ComputePlatform.t option;The destination platform type for deployment of the application (Lambda or Server).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ApplicationId.t
| `Timestamp of Timestamp.t ])
list ]