libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.PutFeedback

Description

Collects customer feedback about the specified insight.

Synopsis

Creating a Request

data PutFeedback Source #

See: newPutFeedback smart constructor.

Constructors

PutFeedback' 

Fields

Instances

Instances details
Eq PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Read PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Show PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Generic PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Associated Types

type Rep PutFeedback :: Type -> Type #

NFData PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Methods

rnf :: PutFeedback -> () #

Hashable PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

ToJSON PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

AWSRequest PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Associated Types

type AWSResponse PutFeedback #

ToHeaders PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Methods

toHeaders :: PutFeedback -> [Header] #

ToPath PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

ToQuery PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

type Rep PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

type Rep PutFeedback = D1 ('MetaData "PutFeedback" "Amazonka.DevOpsGuru.PutFeedback" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "PutFeedback'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insightFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsightFeedback))))
type AWSResponse PutFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

newPutFeedback :: PutFeedback Source #

Create a value of PutFeedback 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:insightFeedback:PutFeedback', putFeedback_insightFeedback - The feedback from customers is about the recommendations in this insight.

Request Lenses

putFeedback_insightFeedback :: Lens' PutFeedback (Maybe InsightFeedback) Source #

The feedback from customers is about the recommendations in this insight.

Destructuring the Response

data PutFeedbackResponse Source #

See: newPutFeedbackResponse smart constructor.

Constructors

PutFeedbackResponse' 

Fields

Instances

Instances details
Eq PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Read PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Show PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Generic PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Associated Types

type Rep PutFeedbackResponse :: Type -> Type #

NFData PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

Methods

rnf :: PutFeedbackResponse -> () #

type Rep PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.PutFeedback

type Rep PutFeedbackResponse = D1 ('MetaData "PutFeedbackResponse" "Amazonka.DevOpsGuru.PutFeedback" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "PutFeedbackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutFeedbackResponse Source #

Create a value of PutFeedbackResponse 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:httpStatus:PutFeedbackResponse', putFeedbackResponse_httpStatus - The response's http status code.

Response Lenses