libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler
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.CodeGuruProfiler.Types.UserFeedback

Description

 
Synopsis

Documentation

data UserFeedback Source #

Feedback that can be submitted for each instance of an anomaly by the user. Feedback is be used for improvements in generating recommendations for the application.

See: newUserFeedback smart constructor.

Constructors

UserFeedback' 

Fields

  • type' :: FeedbackType

    Optional Positive or Negative feedback submitted by the user about whether the recommendation is useful or not.

Instances

Instances details
Eq UserFeedback Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.UserFeedback

Read UserFeedback Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.UserFeedback

Show UserFeedback Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.UserFeedback

Generic UserFeedback Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.UserFeedback

Associated Types

type Rep UserFeedback :: Type -> Type #

NFData UserFeedback Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.UserFeedback

Methods

rnf :: UserFeedback -> () #

Hashable UserFeedback Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.UserFeedback

FromJSON UserFeedback Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.UserFeedback

type Rep UserFeedback Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.UserFeedback

type Rep UserFeedback = D1 ('MetaData "UserFeedback" "Amazonka.CodeGuruProfiler.Types.UserFeedback" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "UserFeedback'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FeedbackType)))

newUserFeedback Source #

Create a value of UserFeedback 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:type':UserFeedback', userFeedback_type - Optional Positive or Negative feedback submitted by the user about whether the recommendation is useful or not.

userFeedback_type :: Lens' UserFeedback FeedbackType Source #

Optional Positive or Negative feedback submitted by the user about whether the recommendation is useful or not.