Values_2.TemplateSummarySourceThe template summary.
type nonrec t = {arn : Values_0.Arn.t option;A summary of a template.
*)templateId : Values_0.ShortRestrictiveResourceId.t option;The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)name : Values_1.TemplateName.t option;A display name for the template.
*)latestVersionNumber : Values_1.VersionNumber.t option;A structure containing a list of version numbers for the template summary.
*)createdTime : Values_0.Timestamp.t option;The last time that this template was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The last time that this template was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_1.VersionNumber.t
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]