Values.ApplicationDescriptionSourceDescribes the properties of an application.
type nonrec t = {applicationArn : ApplicationArn.t option;The Amazon Resource Name (ARN) of the application.
*)applicationName : ApplicationName.t option;The name of the application.
*)description : Description.t option;User-defined description of the application.
*)dateCreated : CreationDate.t option;The date when the application was created.
*)dateUpdated : UpdateDate.t option;The date when the application was last modified.
*)versions : VersionLabelsList.t option;The names of the versions for this application.
*)configurationTemplates : ConfigurationTemplateNamesList.t option;The names of the configuration templates associated with this application.
*)resourceLifecycleConfig : ApplicationResourceLifecycleConfig.t option;The lifecycle settings for the application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of VersionLabel.t ] list
| `String of ApplicationArn.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Integer of BoxedInt.t ])
list ])
list ])
list
| `Timestamp of CreationDate.t ])
list ]