Values.ReviewTemplateSourceA review template.
type nonrec t = {description : TemplateDescription.t option;The review template description.
*)lenses : ReviewTemplateLenses.t option;The lenses applied to the review template.
*)notes : Notes.t option;questionCounts : QuestionCounts.t option;A count of how many total questions are answered and unanswered in 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
| `Map of
([> `Enum of string | `String of TagKey.t ]
* [> `Integer of Count.t | `String of TagValue.t ])
list
| `String of TemplateDescription.t
| `Timestamp of Timestamp.t ])
list ]