libZSservicesZSamazonka-guarddutyZSamazonka-guardduty
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.GuardDuty.UpdateFindingsFeedback

Description

Marks the specified GuardDuty findings as useful or not useful.

Synopsis

Creating a Request

data UpdateFindingsFeedback Source #

See: newUpdateFindingsFeedback smart constructor.

Constructors

UpdateFindingsFeedback' 

Fields

Instances

Instances details
Eq UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Read UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Show UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Generic UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Associated Types

type Rep UpdateFindingsFeedback :: Type -> Type #

NFData UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Methods

rnf :: UpdateFindingsFeedback -> () #

Hashable UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

ToJSON UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

AWSRequest UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Associated Types

type AWSResponse UpdateFindingsFeedback #

ToHeaders UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

ToPath UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

ToQuery UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

type Rep UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

type Rep UpdateFindingsFeedback = D1 ('MetaData "UpdateFindingsFeedback" "Amazonka.GuardDuty.UpdateFindingsFeedback" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "UpdateFindingsFeedback'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "comments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "detectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "findingIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "feedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Feedback))))
type AWSResponse UpdateFindingsFeedback Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

newUpdateFindingsFeedback Source #

Create a value of UpdateFindingsFeedback 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:comments:UpdateFindingsFeedback', updateFindingsFeedback_comments - Additional feedback about the GuardDuty findings.

$sel:detectorId:UpdateFindingsFeedback', updateFindingsFeedback_detectorId - The ID of the detector associated with the findings to update feedback for.

$sel:findingIds:UpdateFindingsFeedback', updateFindingsFeedback_findingIds - The IDs of the findings that you want to mark as useful or not useful.

$sel:feedback:UpdateFindingsFeedback', updateFindingsFeedback_feedback - The feedback for the finding.

Request Lenses

updateFindingsFeedback_comments :: Lens' UpdateFindingsFeedback (Maybe Text) Source #

Additional feedback about the GuardDuty findings.

updateFindingsFeedback_detectorId :: Lens' UpdateFindingsFeedback Text Source #

The ID of the detector associated with the findings to update feedback for.

updateFindingsFeedback_findingIds :: Lens' UpdateFindingsFeedback [Text] Source #

The IDs of the findings that you want to mark as useful or not useful.

Destructuring the Response

data UpdateFindingsFeedbackResponse Source #

See: newUpdateFindingsFeedbackResponse smart constructor.

Constructors

UpdateFindingsFeedbackResponse' 

Fields

Instances

Instances details
Eq UpdateFindingsFeedbackResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Read UpdateFindingsFeedbackResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Show UpdateFindingsFeedbackResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Generic UpdateFindingsFeedbackResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

Associated Types

type Rep UpdateFindingsFeedbackResponse :: Type -> Type #

NFData UpdateFindingsFeedbackResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

type Rep UpdateFindingsFeedbackResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdateFindingsFeedback

type Rep UpdateFindingsFeedbackResponse = D1 ('MetaData "UpdateFindingsFeedbackResponse" "Amazonka.GuardDuty.UpdateFindingsFeedback" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "UpdateFindingsFeedbackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFindingsFeedbackResponse Source #

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

Response Lenses