[][src]Crate rusoto_codeguru_reviewer

This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and recommends fixes in your Java code.

By proactively detecting and providing recommendations for addressing code defects and implementing best practices, CodeGuru Reviewer improves the overall quality and maintainability of your code base during the code review stage. For more information about CodeGuru Reviewer, see the Amazon CodeGuru Reviewer User Guide.

To improve the security of your CodeGuru Reviewer API calls, you can establish a private connection between your VPC and CodeGuru Reviewer by creating an interface VPC endpoint. For more information, see CodeGuru Reviewer and interface VPC endpoints (AWS PrivateLink) in the Amazon CodeGuru Reviewer User Guide.

If you're using the service, you're probably looking for CodeGuruReviewerClient and CodeGuruReviewer.

Structs

AssociateRepositoryRequest
AssociateRepositoryResponse
CodeCommitRepository

Information about an AWS CodeCommit repository. The CodeCommit repository must be in the same AWS Region and AWS account where its CodeGuru Reviewer code reviews are configured.

CodeGuruReviewerClient

A client for the CodeGuruReviewer API.

CodeReview

Information about a code review. A code review belongs to the associated repository that contains the reviewed code.

CodeReviewSummary

Information about the summary of the code review.

CodeReviewType

The type of a code review. There are two code review types:

  • PullRequest - A code review that is automatically triggered by a pull request on an assocaited repository. Because this type of code review is automatically generated, you cannot specify this code review type using CreateCodeReview .

  • RepositoryAnalysis - A code review that analyzes all code under a specified branch in an associated respository. The assocated repository is specified using its ARN in CreateCodeReview .

CommitDiffSourceCodeType

A type of SourceCodeType that specifies the commit diff for a pull request on an associated repository.

CreateCodeReviewRequest
CreateCodeReviewResponse
DescribeCodeReviewRequest
DescribeCodeReviewResponse
DescribeRecommendationFeedbackRequest
DescribeRecommendationFeedbackResponse
DescribeRepositoryAssociationRequest
DescribeRepositoryAssociationResponse
DisassociateRepositoryRequest
DisassociateRepositoryResponse
ListCodeReviewsRequest
ListCodeReviewsResponse
ListRecommendationFeedbackRequest
ListRecommendationFeedbackResponse
ListRecommendationsRequest
ListRecommendationsResponse
ListRepositoryAssociationsRequest
ListRepositoryAssociationsResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
Metrics

Information about the statistics from the code review.

MetricsSummary

Information about metrics summaries.

PutRecommendationFeedbackRequest
PutRecommendationFeedbackResponse
RecommendationFeedback

Information about the recommendation feedback.

RecommendationFeedbackSummary

Information about recommendation feedback summaries.

RecommendationSummary

Information about recommendations.

Repository

Information about an associated AWS CodeCommit repository or an associated repository that is managed by AWS CodeStar Connections (for example, Bitbucket). This Repository object is not used if your source code is in an associated GitHub repository.

RepositoryAnalysis

A code review type that analyzes all code under a specified branch in an associated respository. The assocated repository is specified using its ARN when you call CreateCodeReview .

RepositoryAssociation

Information about a repository association. The DescribeRepositoryAssociation operation returns a RepositoryAssociation object.

RepositoryAssociationSummary

Summary information about a repository association. The ListRepositoryAssociations operation returns a list of RepositoryAssociationSummary objects.

RepositoryHeadSourceCodeType

A SourceCodeType that specifies the tip of a branch in an associated repository.

SourceCodeType

Specifies the source code that is analyzed in a code review. A code review can analyze the source code that is specified using a pull request diff or a branch in an associated repository.

TagResourceRequest
TagResourceResponse
ThirdPartySourceRepository

Information about a third-party source repository connected to CodeGuru Reviewer.

UntagResourceRequest
UntagResourceResponse

Enums

AssociateRepositoryError

Errors returned by AssociateRepository

CreateCodeReviewError

Errors returned by CreateCodeReview

DescribeCodeReviewError

Errors returned by DescribeCodeReview

DescribeRecommendationFeedbackError

Errors returned by DescribeRecommendationFeedback

DescribeRepositoryAssociationError

Errors returned by DescribeRepositoryAssociation

DisassociateRepositoryError

Errors returned by DisassociateRepository

ListCodeReviewsError

Errors returned by ListCodeReviews

ListRecommendationFeedbackError

Errors returned by ListRecommendationFeedback

ListRecommendationsError

Errors returned by ListRecommendations

ListRepositoryAssociationsError

Errors returned by ListRepositoryAssociations

ListTagsForResourceError

Errors returned by ListTagsForResource

PutRecommendationFeedbackError

Errors returned by PutRecommendationFeedback

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

Traits

CodeGuruReviewer

Trait representing the capabilities of the CodeGuruReviewer API. CodeGuruReviewer clients implement this trait.