1441 |
ariadna |
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 batchUpdateRecommendationResourceExclusion(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise batchUpdateRecommendationResourceExclusionAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result getOrganizationRecommendation(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise getOrganizationRecommendationAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result getRecommendation(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise getRecommendationAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result listChecks(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise listChecksAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result listOrganizationRecommendationAccounts(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise listOrganizationRecommendationAccountsAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result listOrganizationRecommendationResources(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise listOrganizationRecommendationResourcesAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result listOrganizationRecommendations(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise listOrganizationRecommendationsAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result listRecommendationResources(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise listRecommendationResourcesAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result listRecommendations(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise listRecommendationsAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result updateOrganizationRecommendationLifecycle(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise updateOrganizationRecommendationLifecycleAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result updateRecommendationLifecycle(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise updateRecommendationLifecycleAsync(array $args = [])
|
|
|
30 |
*/
|
|
|
31 |
class TrustedAdvisorClient extends AwsClient {}
|