Values.StartCodeRemediationInputSourceInput for the StartCodeRemediation operation.
type nonrec t = {agentSpaceId : String_.t;The unique identifier of the agent space.
*)pentestJobId : String_.t option;The unique identifier of the pentest job that produced the findings. Mutually exclusive with codeReviewJobId.
*)codeReviewJobId : String_.t option;The unique identifier of the code review job that produced the findings. Mutually exclusive with pentestJobId.
*)findingIds : FindingIdList.t;The list of finding identifiers to initiate code remediation for.
*)}val make :
?pentestJobId:??? ->
?codeReviewJobId:??? ->
agentSpaceId:String_.t ->
findingIds:FindingIdList.t ->
unit ->
t