Values.CreateReviewTemplateInputSourceCreate a review template. Disclaimer Do not include or gather personal identifiable information (PII) of end users or other identifiable individuals in or via your review templates. If your review template or those shared with you and used in your account do include or collect PII you are responsible for: ensuring that the included PII is processed in accordance with applicable law, providing adequate privacy notices, and obtaining necessary consents for processing such data.
type nonrec t = {templateName : TemplateName.t;Name of the review template.
*)description : TemplateDescription.t;The review template description.
*)lenses : ReviewTemplateLenses.t;Lenses applied to the review template.
*)notes : Notes.t option;clientRequestToken : ClientRequestToken.t;}val make :
?notes:??? ->
?tags:??? ->
templateName:TemplateName.t ->
description:TemplateDescription.t ->
lenses:ReviewTemplateLenses.t ->
clientRequestToken:ClientRequestToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LensAlias.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of TemplateName.t ])
list ]