1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package codegurureviewer provides the API client, operations, and parameter
// types for Amazon 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 and Python 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 (https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html)
// . 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 (Amazon Web Services PrivateLink) (https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/vpc-interface-endpoints.html)
// in the Amazon CodeGuru Reviewer User Guide.
package codegurureviewer
|