libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Description

Returns a list of anomaly groups.

Synopsis

Creating a Request

data ListAnomalyGroupSummaries Source #

See: newListAnomalyGroupSummaries smart constructor.

Constructors

ListAnomalyGroupSummaries' 

Fields

Instances

Instances details
Eq ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Read ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Show ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Generic ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Associated Types

type Rep ListAnomalyGroupSummaries :: Type -> Type #

NFData ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Hashable ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

ToJSON ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

AWSRequest ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

ToHeaders ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

ToPath ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

ToQuery ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type Rep ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type Rep ListAnomalyGroupSummaries = D1 ('MetaData "ListAnomalyGroupSummaries" "Amazonka.LookoutMetrics.ListAnomalyGroupSummaries" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ListAnomalyGroupSummaries'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sensitivityThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))
type AWSResponse ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

newListAnomalyGroupSummaries Source #

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_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

Instances details
Eq ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Read ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Show ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Generic ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Associated Types

type Rep ListAnomalyGroupSummariesResponse :: Type -> Type #

NFData ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type Rep ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type Rep ListAnomalyGroupSummariesResponse = D1 ('MetaData "ListAnomalyGroupSummariesResponse" "Amazonka.LookoutMetrics.ListAnomalyGroupSummaries" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ListAnomalyGroupSummariesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "anomalyGroupStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyGroupStatistics)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "anomalyGroupSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AnomalyGroupSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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_nextToken :: Lens' ListAnomalyGroupSummariesResponse (Maybe Text) Source #

The pagination token that's included if more results are available.