createCodeReview
inline suspend fun CodeGuruReviewerClient.createCodeReview(crossinline block: CreateCodeReviewRequest.Builder.() -> Unit): CreateCodeReviewResponse
Use to create a code review with a CodeReviewType of RepositoryAnalysis
. This type of code review analyzes all code under a specified branch in an associated repository. PullRequest
code reviews are automatically triggered by a pull request.