Values.UpdateReviewTemplateInputSourceUpdate a review template.
type nonrec t = {templateArn : TemplateArn.t;The review template ARN.
*)templateName : TemplateName.t option;The review template name.
*)description : TemplateDescription.t option;The review template description.
*)notes : Notes.t option;lensesToAssociate : ReviewTemplateLensAliases.t option;A list of lens aliases or ARNs to apply to the review template.
*)lensesToDisassociate : ReviewTemplateLensAliases.t option;A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.
*)}val make :
?templateName:??? ->
?description:??? ->
?notes:??? ->
?lensesToAssociate:??? ->
?lensesToDisassociate:??? ->
templateArn:TemplateArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LensAlias.t ] list
| `String of TemplateArn.t ])
list ]