Values.UpdateReviewTemplateLensReviewInputSourceUpdate a lens review associated with a review template.
type nonrec t = {templateArn : TemplateArn.t;The review template ARN.
*)lensAlias : LensAlias.t;lensNotes : Notes.t option;pillarNotes : PillarNotes.t option;}val make :
?lensNotes:??? ->
?pillarNotes:??? ->
templateArn:TemplateArn.t ->
lensAlias:LensAlias.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of PillarId.t ] * [> `String of Notes.t ]) list
| `String of TemplateArn.t ])
list ]