| 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.ListAnomalyGroupSummaries
Description
Returns a list of anomaly groups.
Synopsis
- data ListAnomalyGroupSummaries = ListAnomalyGroupSummaries' {}
- newListAnomalyGroupSummaries :: Text -> Natural -> ListAnomalyGroupSummaries
- listAnomalyGroupSummaries_maxResults :: Lens' ListAnomalyGroupSummaries (Maybe Natural)
- listAnomalyGroupSummaries_nextToken :: Lens' ListAnomalyGroupSummaries (Maybe Text)
- listAnomalyGroupSummaries_anomalyDetectorArn :: Lens' ListAnomalyGroupSummaries Text
- listAnomalyGroupSummaries_sensitivityThreshold :: Lens' ListAnomalyGroupSummaries Natural
- data ListAnomalyGroupSummariesResponse = ListAnomalyGroupSummariesResponse' {}
- newListAnomalyGroupSummariesResponse :: Int -> ListAnomalyGroupSummariesResponse
- listAnomalyGroupSummariesResponse_anomalyGroupStatistics :: Lens' ListAnomalyGroupSummariesResponse (Maybe AnomalyGroupStatistics)
- listAnomalyGroupSummariesResponse_anomalyGroupSummaryList :: Lens' ListAnomalyGroupSummariesResponse (Maybe [AnomalyGroupSummary])
- listAnomalyGroupSummariesResponse_nextToken :: Lens' ListAnomalyGroupSummariesResponse (Maybe Text)
- listAnomalyGroupSummariesResponse_httpStatus :: Lens' ListAnomalyGroupSummariesResponse Int
Creating a Request
data ListAnomalyGroupSummaries Source #
See: newListAnomalyGroupSummaries smart constructor.
Constructors
| ListAnomalyGroupSummaries' | |
Fields
| |
Instances
newListAnomalyGroupSummaries Source #
Arguments
| :: Text | |
| -> Natural | |
| -> ListAnomalyGroupSummaries |
Create a value of ListAnomalyGroupSummaries 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:ListAnomalyGroupSummaries', listAnomalyGroupSummaries_maxResults - The maximum number of results to return.
ListAnomalyGroupSummaries, listAnomalyGroupSummaries_nextToken - Specify the pagination token that's returned by a previous request to
retrieve the next page of results.
ListAnomalyGroupSummaries, listAnomalyGroupSummaries_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.
$sel:sensitivityThreshold:ListAnomalyGroupSummaries', listAnomalyGroupSummaries_sensitivityThreshold - The minimum severity score for inclusion in the output.
Request Lenses
listAnomalyGroupSummaries_maxResults :: Lens' ListAnomalyGroupSummaries (Maybe Natural) Source #
The maximum number of results to return.
listAnomalyGroupSummaries_nextToken :: Lens' ListAnomalyGroupSummaries (Maybe Text) Source #
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
listAnomalyGroupSummaries_anomalyDetectorArn :: Lens' ListAnomalyGroupSummaries Text Source #
The Amazon Resource Name (ARN) of the anomaly detector.
listAnomalyGroupSummaries_sensitivityThreshold :: Lens' ListAnomalyGroupSummaries Natural Source #
The minimum severity score for inclusion in the output.
Destructuring the Response
data ListAnomalyGroupSummariesResponse Source #
See: newListAnomalyGroupSummariesResponse smart constructor.
Constructors
| ListAnomalyGroupSummariesResponse' | |
Fields
| |
Instances
newListAnomalyGroupSummariesResponse Source #
Arguments
| :: Int | |
| -> ListAnomalyGroupSummariesResponse |
Create a value of ListAnomalyGroupSummariesResponse 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:anomalyGroupStatistics:ListAnomalyGroupSummariesResponse', listAnomalyGroupSummariesResponse_anomalyGroupStatistics - Aggregated details about the anomaly groups.
$sel:anomalyGroupSummaryList:ListAnomalyGroupSummariesResponse', listAnomalyGroupSummariesResponse_anomalyGroupSummaryList - A list of anomaly group summaries.
ListAnomalyGroupSummaries, listAnomalyGroupSummariesResponse_nextToken - The pagination token that's included if more results are available.
$sel:httpStatus:ListAnomalyGroupSummariesResponse', listAnomalyGroupSummariesResponse_httpStatus - The response's http status code.
Response Lenses
listAnomalyGroupSummariesResponse_anomalyGroupStatistics :: Lens' ListAnomalyGroupSummariesResponse (Maybe AnomalyGroupStatistics) Source #
Aggregated details about the anomaly groups.
listAnomalyGroupSummariesResponse_anomalyGroupSummaryList :: Lens' ListAnomalyGroupSummariesResponse (Maybe [AnomalyGroupSummary]) Source #
A list of anomaly group summaries.
listAnomalyGroupSummariesResponse_nextToken :: Lens' ListAnomalyGroupSummariesResponse (Maybe Text) Source #
The pagination token that's included if more results are available.
listAnomalyGroupSummariesResponse_httpStatus :: Lens' ListAnomalyGroupSummariesResponse Int Source #
The response's http status code.