amazonka-lookoutmetrics-2.0: Amazon Lookout for Metrics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest 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 #

Read ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Show ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

NFData ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Eq ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Hashable ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type AWSResponse 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" "amazonka-lookoutmetrics-2.0-5gJoMWEA4GrGsqHAPh1b9h" 'False) (C1 ('MetaCons "ListAnomalyGroupSummaries'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sensitivityThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

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: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_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
Generic ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Associated Types

type Rep ListAnomalyGroupSummariesResponse :: Type -> Type #

Read ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Show ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

NFData ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Eq 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" "amazonka-lookoutmetrics-2.0-5gJoMWEA4GrGsqHAPh1b9h" 'False) (C1 ('MetaCons "ListAnomalyGroupSummariesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "anomalyGroupStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyGroupStatistics)) :*: S1 ('MetaSel ('Just "anomalyGroupSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AnomalyGroupSummary]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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: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_nextToken :: Lens' ListAnomalyGroupSummariesResponse (Maybe Text) Source #

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