CodeGuruReviewerClient.php 2.2 KB

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