|
1 | 1 | { |
2 | 2 | "version": "2.0", |
3 | | - "service": "<p>This section provides documentation for the Amazon CodeGuru Reviewer API operations.</p>", |
| 3 | + "service": "<p>This section provides documentation for the Amazon CodeGuru Reviewer API operations. Amazon 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.</p> <p>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 <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html\">Amazon CodeGuru Reviewer User Guide</a>.</p>", |
4 | 4 | "operations": { |
5 | 5 | "AssociateRepository": "<p>Associates an AWS CodeCommit repository with Amazon CodeGuru Reviewer. When you associate an AWS CodeCommit repository with Amazon CodeGuru Reviewer, Amazon CodeGuru Reviewer will provide recommendations for each pull request raised within the repository. You can view recommendations in the AWS CodeCommit repository.</p> <p>You can associate a GitHub repository using the Amazon CodeGuru Reviewer console.</p>", |
6 | 6 | "DescribeCodeReview": "<p> Returns the metadaata associated with the code review along with its status.</p>", |
|
101 | 101 | "refs": { |
102 | 102 | } |
103 | 103 | }, |
| 104 | + "ConnectionArn": { |
| 105 | + "base": null, |
| 106 | + "refs": { |
| 107 | + "RepositoryAssociation$ConnectionArn": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>", |
| 108 | + "RepositoryAssociationSummary$ConnectionArn": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>", |
| 109 | + "ThirdPartySourceRepository$ConnectionArn": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>" |
| 110 | + } |
| 111 | + }, |
104 | 112 | "DescribeCodeReviewRequest": { |
105 | 113 | "base": null, |
106 | 114 | "refs": { |
|
276 | 284 | "Names$member": null, |
277 | 285 | "RepositoryAssociation$Name": "<p>The name of the repository.</p>", |
278 | 286 | "RepositoryAssociationSummary$Name": "<p>The name of the repository association.</p>", |
279 | | - "RepositoryNames$member": null |
| 287 | + "RepositoryNames$member": null, |
| 288 | + "ThirdPartySourceRepository$Name": "<p> The name of the third party source repository. </p>" |
280 | 289 | } |
281 | 290 | }, |
282 | 291 | "Names": { |
|
310 | 319 | "CodeReviewSummary$Owner": "<p> The owner of the repository. </p>", |
311 | 320 | "Owners$member": null, |
312 | 321 | "RepositoryAssociation$Owner": "<p>The owner of the repository.</p>", |
313 | | - "RepositoryAssociationSummary$Owner": "<p>The owner of the repository association.</p>" |
| 322 | + "RepositoryAssociationSummary$Owner": "<p>The owner of the repository association.</p>", |
| 323 | + "ThirdPartySourceRepository$Owner": "<p> The username of the owner of the repository. </p>" |
314 | 324 | } |
315 | 325 | }, |
316 | 326 | "Owners": { |
|
484 | 494 | "RecommendationSummary$Description": "<p> A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line. </p>" |
485 | 495 | } |
486 | 496 | }, |
| 497 | + "ThirdPartySourceRepository": { |
| 498 | + "base": "<p> Information about a third party source repository connected through CodeStar Connections. </p>", |
| 499 | + "refs": { |
| 500 | + "Repository$Bitbucket": "<p> Information about a Bitbucket Cloud repository. </p>" |
| 501 | + } |
| 502 | + }, |
487 | 503 | "ThrottlingException": { |
488 | 504 | "base": "<p>The request was denied due to request throttling.</p>", |
489 | 505 | "refs": { |
|
0 commit comments