1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\AutoScalingPlans;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Auto Scaling Plans** service.
|
|
|
8 |
* @method \Aws\Result createScalingPlan(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createScalingPlanAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result deleteScalingPlan(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise deleteScalingPlanAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result describeScalingPlanResources(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise describeScalingPlanResourcesAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result describeScalingPlans(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise describeScalingPlansAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result getScalingPlanResourceForecastData(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise getScalingPlanResourceForecastDataAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result updateScalingPlan(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise updateScalingPlanAsync(array $args = [])
|
|
|
20 |
*/
|
|
|
21 |
class AutoScalingPlansClient extends AwsClient {}
|