![]() |
![]()
| ![]() |
![]()
NAMEPaws::LookoutMetrics - Perl Interface to AWS Amazon Lookout for Metrics SYNOPSISuse Paws; my $obj = Paws->service('LookoutMetrics'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); DESCRIPTIONThis is the Amazon Lookout for Metrics API Reference. For an introduction to the service with tutorials for getting started, visit Amazon Lookout for Metrics Developer Guide (https://docs.aws.amazon.com/lookoutmetrics/latest/dev). For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/lookoutmetrics-2017-07-25> METHODSActivateAnomalyDetectorEach argument is described in detail in: Paws::LookoutMetrics::ActivateAnomalyDetector Returns: a Paws::LookoutMetrics::ActivateAnomalyDetectorResponse instance Activates an anomaly detector. BackTestAnomalyDetectorEach argument is described in detail in: Paws::LookoutMetrics::BackTestAnomalyDetector Returns: a Paws::LookoutMetrics::BackTestAnomalyDetectorResponse instance Runs a backtest for anomaly detection for the specified resource. CreateAlert
Each argument is described in detail in: Paws::LookoutMetrics::CreateAlert Returns: a Paws::LookoutMetrics::CreateAlertResponse instance Creates an alert for an anomaly detector. CreateAnomalyDetector
Each argument is described in detail in: Paws::LookoutMetrics::CreateAnomalyDetector Returns: a Paws::LookoutMetrics::CreateAnomalyDetectorResponse instance Creates an anomaly detector. CreateMetricSet
Each argument is described in detail in: Paws::LookoutMetrics::CreateMetricSet Returns: a Paws::LookoutMetrics::CreateMetricSetResponse instance Creates a dataset. DeleteAlertEach argument is described in detail in: Paws::LookoutMetrics::DeleteAlert Returns: a Paws::LookoutMetrics::DeleteAlertResponse instance Deletes an alert. DeleteAnomalyDetectorEach argument is described in detail in: Paws::LookoutMetrics::DeleteAnomalyDetector Returns: a Paws::LookoutMetrics::DeleteAnomalyDetectorResponse instance Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts. DescribeAlertEach argument is described in detail in: Paws::LookoutMetrics::DescribeAlert Returns: a Paws::LookoutMetrics::DescribeAlertResponse instance Describes an alert. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete. DescribeAnomalyDetectionExecutions
Each argument is described in detail in: Paws::LookoutMetrics::DescribeAnomalyDetectionExecutions Returns: a Paws::LookoutMetrics::DescribeAnomalyDetectionExecutionsResponse instance Returns information about the status of the specified anomaly detection jobs. DescribeAnomalyDetectorEach argument is described in detail in: Paws::LookoutMetrics::DescribeAnomalyDetector Returns: a Paws::LookoutMetrics::DescribeAnomalyDetectorResponse instance Describes a detector. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete. DescribeMetricSetEach argument is described in detail in: Paws::LookoutMetrics::DescribeMetricSet Returns: a Paws::LookoutMetrics::DescribeMetricSetResponse instance Describes a dataset. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete. GetAnomalyGroupEach argument is described in detail in: Paws::LookoutMetrics::GetAnomalyGroup Returns: a Paws::LookoutMetrics::GetAnomalyGroupResponse instance Returns details about a group of anomalous metrics. GetFeedback
Each argument is described in detail in: Paws::LookoutMetrics::GetFeedback Returns: a Paws::LookoutMetrics::GetFeedbackResponse instance Get feedback for an anomaly group. GetSampleData
Each argument is described in detail in: Paws::LookoutMetrics::GetSampleData Returns: a Paws::LookoutMetrics::GetSampleDataResponse instance Returns a selection of sample records from an Amazon S3 datasource. ListAlerts
Each argument is described in detail in: Paws::LookoutMetrics::ListAlerts Returns: a Paws::LookoutMetrics::ListAlertsResponse instance Lists the alerts attached to a detector. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete. ListAnomalyDetectors
Each argument is described in detail in: Paws::LookoutMetrics::ListAnomalyDetectors Returns: a Paws::LookoutMetrics::ListAnomalyDetectorsResponse instance Lists the detectors in the current AWS Region. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete. ListAnomalyGroupSummaries
Each argument is described in detail in: Paws::LookoutMetrics::ListAnomalyGroupSummaries Returns: a Paws::LookoutMetrics::ListAnomalyGroupSummariesResponse instance Returns a list of anomaly groups. ListAnomalyGroupTimeSeries
Each argument is described in detail in: Paws::LookoutMetrics::ListAnomalyGroupTimeSeries Returns: a Paws::LookoutMetrics::ListAnomalyGroupTimeSeriesResponse instance Gets a list of anomalous metrics for a measure in an anomaly group. ListMetricSets
Each argument is described in detail in: Paws::LookoutMetrics::ListMetricSets Returns: a Paws::LookoutMetrics::ListMetricSetsResponse instance Lists the datasets in the current AWS Region. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete. ListTagsForResourceEach argument is described in detail in: Paws::LookoutMetrics::ListTagsForResource Returns: a Paws::LookoutMetrics::ListTagsForResourceResponse instance Gets a list of tags (https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html) for a detector, dataset, or alert. PutFeedback
Each argument is described in detail in: Paws::LookoutMetrics::PutFeedback Returns: a Paws::LookoutMetrics::PutFeedbackResponse instance Add feedback for an anomalous metric. TagResourceEach argument is described in detail in: Paws::LookoutMetrics::TagResource Returns: a Paws::LookoutMetrics::TagResourceResponse instance Adds tags (https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html) to a detector, dataset, or alert. UntagResourceEach argument is described in detail in: Paws::LookoutMetrics::UntagResource Returns: a Paws::LookoutMetrics::UntagResourceResponse instance Removes tags (https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html) from a detector, dataset, or alert. UpdateAnomalyDetector
Each argument is described in detail in: Paws::LookoutMetrics::UpdateAnomalyDetector Returns: a Paws::LookoutMetrics::UpdateAnomalyDetectorResponse instance Updates a detector. After activation, you can only change a detector's ingestion delay and description. UpdateMetricSet
Each argument is described in detail in: Paws::LookoutMetrics::UpdateMetricSet Returns: a Paws::LookoutMetrics::UpdateMetricSetResponse instance Updates a dataset. PAGINATORSPaginator methods are helpers that repetively call methods that return partial results SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|