Values.EnvironmentTemplateVersionSummarySourceA summary of the version of an environment template detail data.
type nonrec t = {arn : EnvironmentTemplateVersionArn.t option;The Amazon Resource Name (ARN) of the version of an environment template.
*)createdAt : Timestamp.t option;The time when the version of an environment template was created.
*)description : Description.t option;A description of the version of an environment template.
*)lastModifiedAt : Timestamp.t option;The time when the version of an environment template was last modified.
*)majorVersion : TemplateVersionPart.t option;The latest major version that's associated with the version of an environment template.
*)minorVersion : TemplateVersionPart.t option;The version of an environment template.
*)recommendedMinorVersion : TemplateVersionPart.t option;The recommended minor version of the environment template.
*)status : TemplateVersionStatus.t option;The status of the version of an environment template.
*)statusMessage : StatusMessage.t option;The status message of the version of an environment template.
*)templateName : ResourceName.t option;The name of the environment template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EnvironmentTemplateVersionArn.t
| `Timestamp of Timestamp.t ])
list ]