CodeGuruReviewerClient.php
38 lines
| 1 | <?php |
| 2 | namespace Aws\CodeGuruReviewer; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon CodeGuru Reviewer** service. |
| 8 | * @method \Aws\Result associateRepository(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise associateRepositoryAsync(array $args = []) |
| 10 | * @method \Aws\Result createCodeReview(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createCodeReviewAsync(array $args = []) |
| 12 | * @method \Aws\Result describeCodeReview(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise describeCodeReviewAsync(array $args = []) |
| 14 | * @method \Aws\Result describeRecommendationFeedback(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise describeRecommendationFeedbackAsync(array $args = []) |
| 16 | * @method \Aws\Result describeRepositoryAssociation(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise describeRepositoryAssociationAsync(array $args = []) |
| 18 | * @method \Aws\Result disassociateRepository(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise disassociateRepositoryAsync(array $args = []) |
| 20 | * @method \Aws\Result listCodeReviews(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise listCodeReviewsAsync(array $args = []) |
| 22 | * @method \Aws\Result listRecommendationFeedback(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise listRecommendationFeedbackAsync(array $args = []) |
| 24 | * @method \Aws\Result listRecommendations(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise listRecommendationsAsync(array $args = []) |
| 26 | * @method \Aws\Result listRepositoryAssociations(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise listRepositoryAssociationsAsync(array $args = []) |
| 28 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 30 | * @method \Aws\Result putRecommendationFeedback(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise putRecommendationFeedbackAsync(array $args = []) |
| 32 | * @method \Aws\Result tagResource(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 34 | * @method \Aws\Result untagResource(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 36 | */ |
| 37 | class CodeGuruReviewerClient extends AwsClient {} |
| 38 |