| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LookoutMetrics.ListAnomalyGroupRelatedMetrics
Description
Returns a list of measures that are potential causes or effects of an anomaly group.
Synopsis
- data ListAnomalyGroupRelatedMetrics = ListAnomalyGroupRelatedMetrics' {}
- newListAnomalyGroupRelatedMetrics :: Text -> Text -> ListAnomalyGroupRelatedMetrics
- listAnomalyGroupRelatedMetrics_maxResults :: Lens' ListAnomalyGroupRelatedMetrics (Maybe Natural)
- listAnomalyGroupRelatedMetrics_nextToken :: Lens' ListAnomalyGroupRelatedMetrics (Maybe Text)
- listAnomalyGroupRelatedMetrics_relationshipTypeFilter :: Lens' ListAnomalyGroupRelatedMetrics (Maybe RelationshipType)
- listAnomalyGroupRelatedMetrics_anomalyDetectorArn :: Lens' ListAnomalyGroupRelatedMetrics Text
- listAnomalyGroupRelatedMetrics_anomalyGroupId :: Lens' ListAnomalyGroupRelatedMetrics Text
- data ListAnomalyGroupRelatedMetricsResponse = ListAnomalyGroupRelatedMetricsResponse' {}
- newListAnomalyGroupRelatedMetricsResponse :: Int -> ListAnomalyGroupRelatedMetricsResponse
- listAnomalyGroupRelatedMetricsResponse_interMetricImpactList :: Lens' ListAnomalyGroupRelatedMetricsResponse (Maybe [InterMetricImpactDetails])
- listAnomalyGroupRelatedMetricsResponse_nextToken :: Lens' ListAnomalyGroupRelatedMetricsResponse (Maybe Text)
- listAnomalyGroupRelatedMetricsResponse_httpStatus :: Lens' ListAnomalyGroupRelatedMetricsResponse Int
Creating a Request
data ListAnomalyGroupRelatedMetrics Source #
See: newListAnomalyGroupRelatedMetrics smart constructor.
Constructors
| ListAnomalyGroupRelatedMetrics' | |
Fields
| |
Instances
newListAnomalyGroupRelatedMetrics Source #
Arguments
| :: Text | |
| -> Text | |
| -> ListAnomalyGroupRelatedMetrics |
Create a value of ListAnomalyGroupRelatedMetrics with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListAnomalyGroupRelatedMetrics', listAnomalyGroupRelatedMetrics_maxResults - The maximum number of results to return.
ListAnomalyGroupRelatedMetrics, listAnomalyGroupRelatedMetrics_nextToken - Specify the pagination token that's returned by a previous request to
retrieve the next page of results.
$sel:relationshipTypeFilter:ListAnomalyGroupRelatedMetrics', listAnomalyGroupRelatedMetrics_relationshipTypeFilter - Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or
downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly
group.
ListAnomalyGroupRelatedMetrics, listAnomalyGroupRelatedMetrics_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.
ListAnomalyGroupRelatedMetrics, listAnomalyGroupRelatedMetrics_anomalyGroupId - The ID of the anomaly group.
Request Lenses
listAnomalyGroupRelatedMetrics_maxResults :: Lens' ListAnomalyGroupRelatedMetrics (Maybe Natural) Source #
The maximum number of results to return.
listAnomalyGroupRelatedMetrics_nextToken :: Lens' ListAnomalyGroupRelatedMetrics (Maybe Text) Source #
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
listAnomalyGroupRelatedMetrics_relationshipTypeFilter :: Lens' ListAnomalyGroupRelatedMetrics (Maybe RelationshipType) Source #
Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or
downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly
group.
listAnomalyGroupRelatedMetrics_anomalyDetectorArn :: Lens' ListAnomalyGroupRelatedMetrics Text Source #
The Amazon Resource Name (ARN) of the anomaly detector.
listAnomalyGroupRelatedMetrics_anomalyGroupId :: Lens' ListAnomalyGroupRelatedMetrics Text Source #
The ID of the anomaly group.
Destructuring the Response
data ListAnomalyGroupRelatedMetricsResponse Source #
See: newListAnomalyGroupRelatedMetricsResponse smart constructor.
Constructors
| ListAnomalyGroupRelatedMetricsResponse' | |
Fields
| |
Instances
newListAnomalyGroupRelatedMetricsResponse Source #
Arguments
| :: Int | |
| -> ListAnomalyGroupRelatedMetricsResponse |
Create a value of ListAnomalyGroupRelatedMetricsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:interMetricImpactList:ListAnomalyGroupRelatedMetricsResponse', listAnomalyGroupRelatedMetricsResponse_interMetricImpactList - Aggregated details about the measures contributing to the anomaly group,
and the measures potentially impacted by the anomaly group.
ListAnomalyGroupRelatedMetrics, listAnomalyGroupRelatedMetricsResponse_nextToken - The pagination token that's included if more results are available.
$sel:httpStatus:ListAnomalyGroupRelatedMetricsResponse', listAnomalyGroupRelatedMetricsResponse_httpStatus - The response's http status code.
Response Lenses
listAnomalyGroupRelatedMetricsResponse_interMetricImpactList :: Lens' ListAnomalyGroupRelatedMetricsResponse (Maybe [InterMetricImpactDetails]) Source #
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
listAnomalyGroupRelatedMetricsResponse_nextToken :: Lens' ListAnomalyGroupRelatedMetricsResponse (Maybe Text) Source #
The pagination token that's included if more results are available.
listAnomalyGroupRelatedMetricsResponse_httpStatus :: Lens' ListAnomalyGroupRelatedMetricsResponse Int Source #
The response's http status code.