/** *
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. *
*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) in the Amazon CodeGuru Reviewer User * Guide.
* * @packageDocumentation */ export * from "./CodeGuruReviewerClient"; export * from "./CodeGuruReviewer"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { CodeGuruReviewerExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./waiters"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { CodeGuruReviewerServiceException } from "./models/CodeGuruReviewerServiceException";