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 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.
Instances
newDeleteFindingsFilter Source #
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:
$sel:id:DeleteFindingsFilter'
, deleteFindingsFilter_id
- The unique identifier for the Amazon Macie resource or account that the
request applies to.
Request Lenses
deleteFindingsFilter_id :: Lens' DeleteFindingsFilter Text Source #
The unique identifier for the Amazon Macie resource or account that the request applies to.
Destructuring the Response
data DeleteFindingsFilterResponse Source #
See: newDeleteFindingsFilterResponse
smart constructor.
DeleteFindingsFilterResponse' | |
|
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.