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.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
Eq GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Read GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Show GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Generic GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type Rep GetFeedback :: Type -> Type #

NFData GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Methods

rnf :: GetFeedback -> () #

Hashable GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

ToJSON GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

AWSRequest GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type AWSResponse 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

type Rep GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type Rep GetFeedback = D1 ('MetaData "GetFeedback" "Amazonka.LookoutMetrics.GetFeedback" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "GetFeedback'" '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 "anomalyGroupTimeSeriesFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AnomalyGroupTimeSeries))))
type AWSResponse GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

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:nextToken:GetFeedback', getFeedback_nextToken - Specify the pagination token that's returned by a previous request to retrieve the next page of results.

$sel:maxResults:GetFeedback', getFeedback_maxResults - The maximum number of results to return.

$sel:anomalyDetectorArn:GetFeedback', getFeedback_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.

$sel:anomalyGroupTimeSeriesFeedback:GetFeedback', getFeedback_anomalyGroupTimeSeriesFeedback - The anomalous metric and group ID.

Request Lenses

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_maxResults :: Lens' GetFeedback (Maybe Natural) Source #

The maximum number of results to return.

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
Eq GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Read GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Show GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Generic GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type Rep GetFeedbackResponse :: Type -> Type #

NFData GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Methods

rnf :: GetFeedbackResponse -> () #

type Rep GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type Rep GetFeedbackResponse = D1 ('MetaData "GetFeedbackResponse" "Amazonka.LookoutMetrics.GetFeedback" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" '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:

$sel:anomalyGroupTimeSeriesFeedback:GetFeedback', getFeedbackResponse_anomalyGroupTimeSeriesFeedback - Feedback for an anomalous metric.

$sel:nextToken: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.