TrustedAdvisorClient.php
30 lines
| 1 | <?php |
| 2 | namespace Aws\TrustedAdvisor; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **TrustedAdvisor Public API** service. |
| 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 {} |
| 30 |