Values.ApplicationSummarySourceSummary information about the Application.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) of the Application.
*)id : UUID.t option;A unique identifier for the Application.
*)name : ApplicationName.t option;The name of the application.
*)namespace : ApplicationNamespace.t option;The namespace of the application.
*)createdTime : Timestamp.t option;The time when the application was created.
*)lastModifiedTime : Timestamp.t option;The time when the application was last modified.
*)isService : Boolean.t option;Indicates whether the application is a service.
*)applicationType : ApplicationType.t option;The type of application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of Arn.t
| `Timestamp of Timestamp.t ])
list ]