Values.ReviewTemplateLensReviewSourceThe lens review of a review template.
type nonrec t = {lensAlias : LensAlias.t option;lensArn : LensArn.t option;The lens ARN.
*)lensVersion : LensVersion.t option;The version of the lens.
*)lensName : LensName.t option;lensStatus : LensStatus.t option;The status of the lens.
*)pillarReviewSummaries : ReviewTemplatePillarReviewSummaries.t option;Pillar review summaries of a lens review.
*)updatedAt : Timestamp.t option;notes : Notes.t option;questionCounts : QuestionCounts.t option;A count of how many questions are answered and unanswered in the lens review.
*)nextToken : NextToken.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Map of
([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of PillarId.t ])
list ]
list
| `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of LensAlias.t
| `Timestamp of Timestamp.t ])
list ]