Values.ReviewTemplateSummarySourceSummary of a review template.
type nonrec t = {description : TemplateDescription.t option;Description of the review template.
*)lenses : ReviewTemplateLenses.t option;Lenses associated with the review template.
*)owner : AwsAccountId.t option;updatedAt : Timestamp.t option;templateArn : TemplateArn.t option;The review template ARN.
*)templateName : TemplateName.t option;The name of the review template.
*)updateStatus : ReviewTemplateUpdateStatus.t option;The latest status of a review template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of LensAlias.t ] list
| `String of TemplateDescription.t
| `Timestamp of Timestamp.t ])
list ]