PIClient.php 2.1 KB

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