TrustedAdvisorClient.php 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. namespace Aws\TrustedAdvisor;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **TrustedAdvisor Public API** service.
  6. * @method \Aws\Result batchUpdateRecommendationResourceExclusion(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchUpdateRecommendationResourceExclusionAsync(array $args = [])
  8. * @method \Aws\Result getOrganizationRecommendation(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise getOrganizationRecommendationAsync(array $args = [])
  10. * @method \Aws\Result getRecommendation(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise getRecommendationAsync(array $args = [])
  12. * @method \Aws\Result listChecks(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise listChecksAsync(array $args = [])
  14. * @method \Aws\Result listOrganizationRecommendationAccounts(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise listOrganizationRecommendationAccountsAsync(array $args = [])
  16. * @method \Aws\Result listOrganizationRecommendationResources(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise listOrganizationRecommendationResourcesAsync(array $args = [])
  18. * @method \Aws\Result listOrganizationRecommendations(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise listOrganizationRecommendationsAsync(array $args = [])
  20. * @method \Aws\Result listRecommendationResources(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise listRecommendationResourcesAsync(array $args = [])
  22. * @method \Aws\Result listRecommendations(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise listRecommendationsAsync(array $args = [])
  24. * @method \Aws\Result updateOrganizationRecommendationLifecycle(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise updateOrganizationRecommendationLifecycleAsync(array $args = [])
  26. * @method \Aws\Result updateRecommendationLifecycle(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise updateRecommendationLifecycleAsync(array $args = [])
  28. */
  29. class TrustedAdvisorClient extends AwsClient {}