Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns a list of anomaly groups.
Synopsis
- data ListAnomalyGroupSummaries = ListAnomalyGroupSummaries' {}
- newListAnomalyGroupSummaries :: Text -> Natural -> ListAnomalyGroupSummaries
- listAnomalyGroupSummaries_nextToken :: Lens' ListAnomalyGroupSummaries (Maybe Text)
- listAnomalyGroupSummaries_maxResults :: Lens' ListAnomalyGroupSummaries (Maybe Natural)
- listAnomalyGroupSummaries_anomalyDetectorArn :: Lens' ListAnomalyGroupSummaries Text
- listAnomalyGroupSummaries_sensitivityThreshold :: Lens' ListAnomalyGroupSummaries Natural
- data ListAnomalyGroupSummariesResponse = ListAnomalyGroupSummariesResponse' {}
- newListAnomalyGroupSummariesResponse :: Int -> ListAnomalyGroupSummariesResponse
- listAnomalyGroupSummariesResponse_anomalyGroupStatistics :: Lens' ListAnomalyGroupSummariesResponse (Maybe AnomalyGroupStatistics)
- listAnomalyGroupSummariesResponse_nextToken :: Lens' ListAnomalyGroupSummariesResponse (Maybe Text)
- listAnomalyGroupSummariesResponse_anomalyGroupSummaryList :: Lens' ListAnomalyGroupSummariesResponse (Maybe [AnomalyGroupSummary])
- listAnomalyGroupSummariesResponse_httpStatus :: Lens' ListAnomalyGroupSummariesResponse Int
Creating a Request
data ListAnomalyGroupSummaries Source #
See: newListAnomalyGroupSummaries
smart constructor.
ListAnomalyGroupSummaries' | |
|
Instances
newListAnomalyGroupSummaries Source #
:: 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:nextToken:ListAnomalyGroupSummaries'
, listAnomalyGroupSummaries_nextToken
- Specify the pagination token that's returned by a previous request to
retrieve the next page of results.
$sel:maxResults:ListAnomalyGroupSummaries'
, listAnomalyGroupSummaries_maxResults
- The maximum number of results to return.
$sel:anomalyDetectorArn: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_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_maxResults :: Lens' ListAnomalyGroupSummaries (Maybe Natural) Source #
The maximum number of results to return.
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.
ListAnomalyGroupSummariesResponse' | |
|
Instances
newListAnomalyGroupSummariesResponse Source #
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:nextToken:ListAnomalyGroupSummaries'
, listAnomalyGroupSummariesResponse_nextToken
- The pagination token that's included if more results are available.
$sel:anomalyGroupSummaryList:ListAnomalyGroupSummariesResponse'
, listAnomalyGroupSummariesResponse_anomalyGroupSummaryList
- A list of anomaly group summaries.
$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_nextToken :: Lens' ListAnomalyGroupSummariesResponse (Maybe Text) Source #
The pagination token that's included if more results are available.
listAnomalyGroupSummariesResponse_anomalyGroupSummaryList :: Lens' ListAnomalyGroupSummariesResponse (Maybe [AnomalyGroupSummary]) Source #
A list of anomaly group summaries.
listAnomalyGroupSummariesResponse_httpStatus :: Lens' ListAnomalyGroupSummariesResponse Int Source #
The response's http status code.