Values.UpdateCodeReviewInputSourceInput for updating an existing code review.
type nonrec t = {codeReviewId : String_.t;The unique identifier of the code review to update.
*)agentSpaceId : String_.t;The unique identifier of the agent space that contains the code review.
*)title : String_.t option;The updated title of the code review.
*)assets : Assets.t option;The updated assets for the code review.
*)serviceRole : ServiceRole.t option;The updated IAM service role for the code review.
*)logConfig : CloudWatchLog.t option;The updated CloudWatch Logs configuration for the code review.
*)codeRemediationStrategy : CodeRemediationStrategy.t option;The updated code remediation strategy for the code review.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `String of String_.t ])
list ])
list ]