Values.UpdateReviewTemplateAnswerInputSourceUpdate a review template answer.
type nonrec t = {templateArn : TemplateArn.t;The review template ARN.
*)lensAlias : LensAlias.t;questionId : QuestionId.t;selectedChoices : SelectedChoices.t option;choiceUpdates : ChoiceUpdates.t option;A list of choices to be updated.
*)notes : Notes.t option;isApplicable : IsApplicable.t option;reason : AnswerReason.t option;The update reason.
*)}val make :
?selectedChoices:??? ->
?choiceUpdates:??? ->
?notes:??? ->
?isApplicable:??? ->
?reason:??? ->
templateArn:TemplateArn.t ->
lensAlias:LensAlias.t ->
questionId:QuestionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsApplicable.t
| `Enum of string
| `List of [> `String of ChoiceId.t ] list
| `Map of
([> `String of ChoiceId.t ]
* [> `Structure of
(string * [> `Enum of string | `String of ChoiceNotes.t ])
list ])
list
| `String of TemplateArn.t ])
list ]