| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.DeleteFindingsFilter
Description
Deletes a findings filter.
Synopsis
- data DeleteFindingsFilter = DeleteFindingsFilter' {}
- newDeleteFindingsFilter :: Text -> DeleteFindingsFilter
- deleteFindingsFilter_id :: Lens' DeleteFindingsFilter Text
- data DeleteFindingsFilterResponse = DeleteFindingsFilterResponse' {
- httpStatus :: Int
- newDeleteFindingsFilterResponse :: Int -> DeleteFindingsFilterResponse
- deleteFindingsFilterResponse_httpStatus :: Lens' DeleteFindingsFilterResponse Int
Creating a Request
data DeleteFindingsFilter Source #
See: newDeleteFindingsFilter smart constructor.
Constructors
| DeleteFindingsFilter' | |
Instances
newDeleteFindingsFilter Source #
Arguments
| :: Text | |
| -> DeleteFindingsFilter |
Create a value of DeleteFindingsFilter 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:
DeleteFindingsFilter, deleteFindingsFilter_id - The unique identifier for the Amazon Macie resource that the request
applies to.
Request Lenses
deleteFindingsFilter_id :: Lens' DeleteFindingsFilter Text Source #
The unique identifier for the Amazon Macie resource that the request applies to.
Destructuring the Response
data DeleteFindingsFilterResponse Source #
See: newDeleteFindingsFilterResponse smart constructor.
Constructors
| DeleteFindingsFilterResponse' | |
Fields
| |
Instances
newDeleteFindingsFilterResponse Source #
Create a value of DeleteFindingsFilterResponse 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:DeleteFindingsFilterResponse', deleteFindingsFilterResponse_httpStatus - The response's http status code.
Response Lenses
deleteFindingsFilterResponse_httpStatus :: Lens' DeleteFindingsFilterResponse Int Source #
The response's http status code.