libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.UpdateFindings

Description

UpdateFindings is deprecated. Instead of UpdateFindings, use BatchUpdateFindings.

Updates the Note and RecordState of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.

Synopsis

Creating a Request

data UpdateFindings Source #

See: newUpdateFindings smart constructor.

Constructors

UpdateFindings' 

Fields

Instances

Instances details
Eq UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Read UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Show UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Generic UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Associated Types

type Rep UpdateFindings :: Type -> Type #

NFData UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Methods

rnf :: UpdateFindings -> () #

Hashable UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

ToJSON UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

AWSRequest UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Associated Types

type AWSResponse UpdateFindings #

ToHeaders UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

ToPath UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

ToQuery UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

type Rep UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

type Rep UpdateFindings = D1 ('MetaData "UpdateFindings" "Amazonka.SecurityHub.UpdateFindings" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "UpdateFindings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordState)) :*: (S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NoteUpdate)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AwsSecurityFindingFilters))))
type AWSResponse UpdateFindings Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

newUpdateFindings Source #

Create a value of UpdateFindings 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:recordState:UpdateFindings', updateFindings_recordState - The updated record state for the finding.

$sel:note:UpdateFindings', updateFindings_note - The updated note for the finding.

$sel:filters:UpdateFindings', updateFindings_filters - A collection of attributes that specify which findings you want to update.

Request Lenses

updateFindings_recordState :: Lens' UpdateFindings (Maybe RecordState) Source #

The updated record state for the finding.

updateFindings_note :: Lens' UpdateFindings (Maybe NoteUpdate) Source #

The updated note for the finding.

updateFindings_filters :: Lens' UpdateFindings AwsSecurityFindingFilters Source #

A collection of attributes that specify which findings you want to update.

Destructuring the Response

data UpdateFindingsResponse Source #

See: newUpdateFindingsResponse smart constructor.

Constructors

UpdateFindingsResponse' 

Fields

Instances

Instances details
Eq UpdateFindingsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Read UpdateFindingsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Show UpdateFindingsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Generic UpdateFindingsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Associated Types

type Rep UpdateFindingsResponse :: Type -> Type #

NFData UpdateFindingsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

Methods

rnf :: UpdateFindingsResponse -> () #

type Rep UpdateFindingsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateFindings

type Rep UpdateFindingsResponse = D1 ('MetaData "UpdateFindingsResponse" "Amazonka.SecurityHub.UpdateFindings" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "UpdateFindingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFindingsResponse Source #

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

Response Lenses