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 the IPSet specified by the ipSetId
. IPSets are called trusted
IP lists in the console user interface.
Synopsis
- data DeleteIPSet = DeleteIPSet' {
- detectorId :: Text
- ipSetId :: Text
- newDeleteIPSet :: Text -> Text -> DeleteIPSet
- deleteIPSet_detectorId :: Lens' DeleteIPSet Text
- deleteIPSet_ipSetId :: Lens' DeleteIPSet Text
- data DeleteIPSetResponse = DeleteIPSetResponse' {
- httpStatus :: Int
- newDeleteIPSetResponse :: Int -> DeleteIPSetResponse
- deleteIPSetResponse_httpStatus :: Lens' DeleteIPSetResponse Int
Creating a Request
data DeleteIPSet Source #
See: newDeleteIPSet
smart constructor.
DeleteIPSet' | |
|
Instances
Create a value of DeleteIPSet
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:detectorId:DeleteIPSet'
, deleteIPSet_detectorId
- The unique ID of the detector associated with the IPSet.
$sel:ipSetId:DeleteIPSet'
, deleteIPSet_ipSetId
- The unique ID of the IPSet to delete.
Request Lenses
deleteIPSet_detectorId :: Lens' DeleteIPSet Text Source #
The unique ID of the detector associated with the IPSet.
deleteIPSet_ipSetId :: Lens' DeleteIPSet Text Source #
The unique ID of the IPSet to delete.
Destructuring the Response
data DeleteIPSetResponse Source #
See: newDeleteIPSetResponse
smart constructor.
DeleteIPSetResponse' | |
|
Instances
newDeleteIPSetResponse Source #
Create a value of DeleteIPSetResponse
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:DeleteIPSetResponse'
, deleteIPSetResponse_httpStatus
- The response's http status code.
Response Lenses
deleteIPSetResponse_httpStatus :: Lens' DeleteIPSetResponse Int Source #
The response's http status code.