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