github.com/aavshr/aws-sdk-go@v1.41.3/service/codegurureviewer/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package codegurureviewer provides the client and types for making API
     4  // requests to Amazon CodeGuru Reviewer.
     5  //
     6  // This section provides documentation for the Amazon CodeGuru Reviewer API
     7  // operations. CodeGuru Reviewer is a service that uses program analysis and
     8  // machine learning to detect potential defects that are difficult for developers
     9  // to find and recommends fixes in your Java and Python code.
    10  //
    11  // By proactively detecting and providing recommendations for addressing code
    12  // defects and implementing best practices, CodeGuru Reviewer improves the overall
    13  // quality and maintainability of your code base during the code review stage.
    14  // For more information about CodeGuru Reviewer, see the Amazon CodeGuru Reviewer
    15  // User Guide (https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html).
    16  //
    17  // To improve the security of your CodeGuru Reviewer API calls, you can establish
    18  // a private connection between your VPC and CodeGuru Reviewer by creating an
    19  // interface VPC endpoint. For more information, see CodeGuru Reviewer and interface
    20  // VPC endpoints (Amazon Web Services PrivateLink) (https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/vpc-interface-endpoints.html)
    21  // in the Amazon CodeGuru Reviewer User Guide.
    22  //
    23  // See https://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19 for more information on this service.
    24  //
    25  // See codegurureviewer package documentation for more information.
    26  // https://docs.aws.amazon.com/sdk-for-go/api/service/codegurureviewer/
    27  //
    28  // Using the Client
    29  //
    30  // To contact Amazon CodeGuru Reviewer with the SDK use the New function to create
    31  // a new service client. With that client you can make API requests to the service.
    32  // These clients are safe to use concurrently.
    33  //
    34  // See the SDK's documentation for more information on how to use the SDK.
    35  // https://docs.aws.amazon.com/sdk-for-go/api/
    36  //
    37  // See aws.Config documentation for more information on configuring SDK clients.
    38  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    39  //
    40  // See the Amazon CodeGuru Reviewer client CodeGuruReviewer for more
    41  // information on creating client for this service.
    42  // https://docs.aws.amazon.com/sdk-for-go/api/service/codegurureviewer/#New
    43  package codegurureviewer