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.GetFeedback

Description

Get feedback for an anomaly group.

Synopsis

Creating a Request

data GetFeedback Source #

See: newGetFeedback smart constructor.

Constructors

GetFeedback' 

Fields

Instances

Instances details
ToJSON GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

ToHeaders GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Methods

toHeaders :: GetFeedback -> [Header] #

ToPath GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

ToQuery GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

AWSRequest GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type AWSResponse GetFeedback #

Generic GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type Rep GetFeedback :: Type -> Type #

Read GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Show GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

NFData GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Methods

rnf :: GetFeedback -> () #

Eq GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Hashable GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type AWSResponse GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type Rep GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type Rep GetFeedback = D1 ('MetaData "GetFeedback" "Amazonka.LookoutMetrics.GetFeedback" "amazonka-lookoutmetrics-2.0-5gJoMWEA4GrGsqHAPh1b9h" 'False) (C1 ('MetaCons "GetFeedback'" '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 "anomalyGroupTimeSeriesFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AnomalyGroupTimeSeries))))

newGetFeedback Source #

Create a value of GetFeedback 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:GetFeedback', getFeedback_maxResults - The maximum number of results to return.

GetFeedback, getFeedback_nextToken - Specify the pagination token that's returned by a previous request to retrieve the next page of results.

GetFeedback, getFeedback_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.

GetFeedback, getFeedback_anomalyGroupTimeSeriesFeedback - The anomalous metric and group ID.

Request Lenses

getFeedback_maxResults :: Lens' GetFeedback (Maybe Natural) Source #

The maximum number of results to return.

getFeedback_nextToken :: Lens' GetFeedback (Maybe Text) Source #

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

getFeedback_anomalyDetectorArn :: Lens' GetFeedback Text Source #

The Amazon Resource Name (ARN) of the anomaly detector.

Destructuring the Response

data GetFeedbackResponse Source #

See: newGetFeedbackResponse smart constructor.

Constructors

GetFeedbackResponse' 

Fields

Instances

Instances details
Generic GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type Rep GetFeedbackResponse :: Type -> Type #

Read GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Show GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

NFData GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Methods

rnf :: GetFeedbackResponse -> () #

Eq GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type Rep GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type Rep GetFeedbackResponse = D1 ('MetaData "GetFeedbackResponse" "Amazonka.LookoutMetrics.GetFeedback" "amazonka-lookoutmetrics-2.0-5gJoMWEA4GrGsqHAPh1b9h" 'False) (C1 ('MetaCons "GetFeedbackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyGroupTimeSeriesFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TimeSeriesFeedback])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetFeedbackResponse Source #

Create a value of GetFeedbackResponse 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:

GetFeedback, getFeedbackResponse_anomalyGroupTimeSeriesFeedback - Feedback for an anomalous metric.

GetFeedback, getFeedbackResponse_nextToken - The pagination token that's included if more results are available.

$sel:httpStatus:GetFeedbackResponse', getFeedbackResponse_httpStatus - The response's http status code.

Response Lenses

getFeedbackResponse_nextToken :: Lens' GetFeedbackResponse (Maybe Text) Source #

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