Values.CreateCodeReviewOutputSourceOutput for the CreateCodeReview operation.
type nonrec t = {codeReviewId : String_.t option;The unique identifier of the created code review.
*)title : String_.t option;The title of the code review.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the code review was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the code review was last updated, in UTC format.
*)assets : Assets.t option;The assets included in the code review.
*)serviceRole : ServiceRole.t option;The IAM service role used for the code review.
*)logConfig : CloudWatchLog.t option;The CloudWatch Logs configuration for the code review.
*)agentSpaceId : String_.t option;The unique identifier of the agent space that contains the code review.
*)codeRemediationStrategy : CodeRemediationStrategy.t option;The code remediation strategy for the code review.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]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
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]