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.Types.InsightFeedback

Description

 
Synopsis

Documentation

data InsightFeedback Source #

Information about insight feedback received from a customer.

See: newInsightFeedback smart constructor.

Constructors

InsightFeedback' 

Fields

Instances

Instances details
Eq InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

Read InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

Show InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

Generic InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

Associated Types

type Rep InsightFeedback :: Type -> Type #

NFData InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

Methods

rnf :: InsightFeedback -> () #

Hashable InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

ToJSON InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

FromJSON InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

type Rep InsightFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightFeedback

type Rep InsightFeedback = D1 ('MetaData "InsightFeedback" "Amazonka.DevOpsGuru.Types.InsightFeedback" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "InsightFeedback'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "feedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsightFeedbackOption))))

newInsightFeedback :: InsightFeedback Source #

Create a value of InsightFeedback 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:id:InsightFeedback', insightFeedback_id - The insight feedback ID.

$sel:feedback:InsightFeedback', insightFeedback_feedback - The feedback provided by the customer.