Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data DeleteFindingAggregator = DeleteFindingAggregator' {}
- newDeleteFindingAggregator :: Text -> DeleteFindingAggregator
- deleteFindingAggregator_findingAggregatorArn :: Lens' DeleteFindingAggregator Text
- data DeleteFindingAggregatorResponse = DeleteFindingAggregatorResponse' {
- httpStatus :: Int
- newDeleteFindingAggregatorResponse :: Int -> DeleteFindingAggregatorResponse
- deleteFindingAggregatorResponse_httpStatus :: Lens' DeleteFindingAggregatorResponse Int
Creating a Request
data DeleteFindingAggregator Source #
See: newDeleteFindingAggregator
smart constructor.
DeleteFindingAggregator' | |
|
Instances
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.
DeleteFindingAggregatorResponse' | |
|
Instances
Eq DeleteFindingAggregatorResponse Source # | |
Read DeleteFindingAggregatorResponse Source # | |
Show DeleteFindingAggregatorResponse Source # | |
Defined in Amazonka.SecurityHub.DeleteFindingAggregator | |
Generic DeleteFindingAggregatorResponse Source # | |
NFData DeleteFindingAggregatorResponse Source # | |
Defined in Amazonka.SecurityHub.DeleteFindingAggregator rnf :: DeleteFindingAggregatorResponse -> () # | |
type Rep DeleteFindingAggregatorResponse Source # | |
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
deleteFindingAggregatorResponse_httpStatus :: Lens' DeleteFindingAggregatorResponse Int Source #
The response's http status code.