LookoutMetricsClient.php 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. namespace Aws\LookoutMetrics;
  3. use Aws\AwsClient;
  4. use Aws\CommandInterface;
  5. use Psr\Http\Message\RequestInterface;
  6. /**
  7. * This client is used to interact with the **Amazon Lookout for Metrics** service.
  8. * @method \Aws\Result activateAnomalyDetector(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise activateAnomalyDetectorAsync(array $args = [])
  10. * @method \Aws\Result backTestAnomalyDetector(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise backTestAnomalyDetectorAsync(array $args = [])
  12. * @method \Aws\Result createAlert(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createAlertAsync(array $args = [])
  14. * @method \Aws\Result createAnomalyDetector(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createAnomalyDetectorAsync(array $args = [])
  16. * @method \Aws\Result createMetricSet(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createMetricSetAsync(array $args = [])
  18. * @method \Aws\Result deactivateAnomalyDetector(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deactivateAnomalyDetectorAsync(array $args = [])
  20. * @method \Aws\Result deleteAlert(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteAlertAsync(array $args = [])
  22. * @method \Aws\Result deleteAnomalyDetector(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteAnomalyDetectorAsync(array $args = [])
  24. * @method \Aws\Result describeAlert(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise describeAlertAsync(array $args = [])
  26. * @method \Aws\Result describeAnomalyDetectionExecutions(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise describeAnomalyDetectionExecutionsAsync(array $args = [])
  28. * @method \Aws\Result describeAnomalyDetector(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise describeAnomalyDetectorAsync(array $args = [])
  30. * @method \Aws\Result describeMetricSet(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise describeMetricSetAsync(array $args = [])
  32. * @method \Aws\Result detectMetricSetConfig(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise detectMetricSetConfigAsync(array $args = [])
  34. * @method \Aws\Result getAnomalyGroup(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getAnomalyGroupAsync(array $args = [])
  36. * @method \Aws\Result getDataQualityMetrics(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getDataQualityMetricsAsync(array $args = [])
  38. * @method \Aws\Result getFeedback(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getFeedbackAsync(array $args = [])
  40. * @method \Aws\Result getSampleData(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getSampleDataAsync(array $args = [])
  42. * @method \Aws\Result listAlerts(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listAlertsAsync(array $args = [])
  44. * @method \Aws\Result listAnomalyDetectors(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listAnomalyDetectorsAsync(array $args = [])
  46. * @method \Aws\Result listAnomalyGroupRelatedMetrics(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listAnomalyGroupRelatedMetricsAsync(array $args = [])
  48. * @method \Aws\Result listAnomalyGroupSummaries(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listAnomalyGroupSummariesAsync(array $args = [])
  50. * @method \Aws\Result listAnomalyGroupTimeSeries(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listAnomalyGroupTimeSeriesAsync(array $args = [])
  52. * @method \Aws\Result listMetricSets(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listMetricSetsAsync(array $args = [])
  54. * @method \Aws\Result listTagsForResource(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  56. * @method \Aws\Result putFeedback(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise putFeedbackAsync(array $args = [])
  58. * @method \Aws\Result tagResource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  60. * @method \Aws\Result untagResource(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  62. * @method \Aws\Result updateAlert(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise updateAlertAsync(array $args = [])
  64. * @method \Aws\Result updateAnomalyDetector(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise updateAnomalyDetectorAsync(array $args = [])
  66. * @method \Aws\Result updateMetricSet(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise updateMetricSetAsync(array $args = [])
  68. */
  69. class LookoutMetricsClient extends AwsClient {}