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.DeleteFindingAggregator

Description

Deletes a finding aggregator. When you delete the finding aggregator, you stop finding aggregation.

When you stop finding aggregation, findings that were already aggregated to the aggregation Region are still visible from the aggregation Region. New findings and finding updates are not aggregated.

Synopsis

Creating a Request

data DeleteFindingAggregator Source #

See: newDeleteFindingAggregator smart constructor.

Constructors

DeleteFindingAggregator' 

Fields

Instances

Instances details
Eq DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Read DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Show DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Generic DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Associated Types

type Rep DeleteFindingAggregator :: Type -> Type #

NFData DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Methods

rnf :: DeleteFindingAggregator -> () #

Hashable DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

AWSRequest DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

ToHeaders DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

ToPath DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

ToQuery DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

type Rep DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

type Rep DeleteFindingAggregator = D1 ('MetaData "DeleteFindingAggregator" "Amazonka.SecurityHub.DeleteFindingAggregator" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "DeleteFindingAggregator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "findingAggregatorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

newDeleteFindingAggregator Source #

Create a value of DeleteFindingAggregator 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:findingAggregatorArn:DeleteFindingAggregator', deleteFindingAggregator_findingAggregatorArn - The ARN of the finding aggregator to delete. To obtain the ARN, use ListFindingAggregators.

Request Lenses

deleteFindingAggregator_findingAggregatorArn :: Lens' DeleteFindingAggregator Text Source #

The ARN of the finding aggregator to delete. To obtain the ARN, use ListFindingAggregators.

Destructuring the Response

data DeleteFindingAggregatorResponse Source #

See: newDeleteFindingAggregatorResponse smart constructor.

Constructors

DeleteFindingAggregatorResponse' 

Fields

Instances

Instances details
Eq DeleteFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Read DeleteFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Show DeleteFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Generic DeleteFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

Associated Types

type Rep DeleteFindingAggregatorResponse :: Type -> Type #

NFData DeleteFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

type Rep DeleteFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.DeleteFindingAggregator

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

newDeleteFindingAggregatorResponse Source #

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

Response Lenses