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 |
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
- 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.
Constructors
DeleteFindingAggregator' | |
Fields
|
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.
Constructors
DeleteFindingAggregatorResponse' | |
Fields
|
Instances
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.