Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\ComputeOptimizer;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Compute Optimizer** service.
8
 * @method \Aws\Result deleteRecommendationPreferences(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise deleteRecommendationPreferencesAsync(array $args = [])
10
 * @method \Aws\Result describeRecommendationExportJobs(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise describeRecommendationExportJobsAsync(array $args = [])
12
 * @method \Aws\Result exportAutoScalingGroupRecommendations(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise exportAutoScalingGroupRecommendationsAsync(array $args = [])
14
 * @method \Aws\Result exportEBSVolumeRecommendations(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise exportEBSVolumeRecommendationsAsync(array $args = [])
16
 * @method \Aws\Result exportEC2InstanceRecommendations(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise exportEC2InstanceRecommendationsAsync(array $args = [])
18
 * @method \Aws\Result exportECSServiceRecommendations(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise exportECSServiceRecommendationsAsync(array $args = [])
20
 * @method \Aws\Result exportLambdaFunctionRecommendations(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise exportLambdaFunctionRecommendationsAsync(array $args = [])
22
 * @method \Aws\Result getAutoScalingGroupRecommendations(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise getAutoScalingGroupRecommendationsAsync(array $args = [])
24
 * @method \Aws\Result getEBSVolumeRecommendations(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise getEBSVolumeRecommendationsAsync(array $args = [])
26
 * @method \Aws\Result getEC2InstanceRecommendations(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise getEC2InstanceRecommendationsAsync(array $args = [])
28
 * @method \Aws\Result getEC2RecommendationProjectedMetrics(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise getEC2RecommendationProjectedMetricsAsync(array $args = [])
30
 * @method \Aws\Result getECSServiceRecommendationProjectedMetrics(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise getECSServiceRecommendationProjectedMetricsAsync(array $args = [])
32
 * @method \Aws\Result getECSServiceRecommendations(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise getECSServiceRecommendationsAsync(array $args = [])
34
 * @method \Aws\Result getEffectiveRecommendationPreferences(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise getEffectiveRecommendationPreferencesAsync(array $args = [])
36
 * @method \Aws\Result getEnrollmentStatus(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise getEnrollmentStatusAsync(array $args = [])
38
 * @method \Aws\Result getEnrollmentStatusesForOrganization(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise getEnrollmentStatusesForOrganizationAsync(array $args = [])
40
 * @method \Aws\Result getLambdaFunctionRecommendations(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise getLambdaFunctionRecommendationsAsync(array $args = [])
42
 * @method \Aws\Result getRecommendationPreferences(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise getRecommendationPreferencesAsync(array $args = [])
44
 * @method \Aws\Result getRecommendationSummaries(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise getRecommendationSummariesAsync(array $args = [])
46
 * @method \Aws\Result putRecommendationPreferences(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise putRecommendationPreferencesAsync(array $args = [])
48
 * @method \Aws\Result updateEnrollmentStatus(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise updateEnrollmentStatusAsync(array $args = [])
50
 */
51
class ComputeOptimizerClient extends AwsClient {}