PIClient.php
36 lines
| 1 | <?php |
| 2 | namespace Aws\PI; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS Performance Insights** service. |
| 8 | * @method \Aws\Result createPerformanceAnalysisReport(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createPerformanceAnalysisReportAsync(array $args = []) |
| 10 | * @method \Aws\Result deletePerformanceAnalysisReport(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise deletePerformanceAnalysisReportAsync(array $args = []) |
| 12 | * @method \Aws\Result describeDimensionKeys(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise describeDimensionKeysAsync(array $args = []) |
| 14 | * @method \Aws\Result getDimensionKeyDetails(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise getDimensionKeyDetailsAsync(array $args = []) |
| 16 | * @method \Aws\Result getPerformanceAnalysisReport(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise getPerformanceAnalysisReportAsync(array $args = []) |
| 18 | * @method \Aws\Result getResourceMetadata(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise getResourceMetadataAsync(array $args = []) |
| 20 | * @method \Aws\Result getResourceMetrics(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise getResourceMetricsAsync(array $args = []) |
| 22 | * @method \Aws\Result listAvailableResourceDimensions(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise listAvailableResourceDimensionsAsync(array $args = []) |
| 24 | * @method \Aws\Result listAvailableResourceMetrics(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise listAvailableResourceMetricsAsync(array $args = []) |
| 26 | * @method \Aws\Result listPerformanceAnalysisReports(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise listPerformanceAnalysisReportsAsync(array $args = []) |
| 28 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 30 | * @method \Aws\Result tagResource(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 32 | * @method \Aws\Result untagResource(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 34 | */ |
| 35 | class PIClient extends AwsClient {} |
| 36 |