Values_2.TemplateVersionSummarySourceThe template version.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the template version.
*)versionNumber : Values_1.VersionNumber.t option;The version number of the template version.
*)createdTime : Values_0.Timestamp.t option;The time that this template version was created.
*)status : Values_0.ResourceStatus.t option;The status of the template version.
*)description : Values_1.VersionDescription.t option;The description of the template version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Values_1.VersionNumber.t
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]