| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.GuardDuty.DeleteIPSet
Description
Deletes the IPSet specified by the IPSet ID.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteIPSet |
Creates a value of DeleteIPSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
disDetectorId- The detectorID that specifies the GuardDuty service whose IPSet you want to delete.disIPSetId- The unique ID that specifies the IPSet that you want to delete.
data DeleteIPSet Source #
See: deleteIPSet smart constructor.
Instances
Request Lenses
disDetectorId :: Lens' DeleteIPSet Text Source #
The detectorID that specifies the GuardDuty service whose IPSet you want to delete.
disIPSetId :: Lens' DeleteIPSet Text Source #
The unique ID that specifies the IPSet that you want to delete.
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteIPSetResponse |
Creates a value of DeleteIPSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dipsrsResponseStatus- -- | The response status code.
data DeleteIPSetResponse Source #
See: deleteIPSetResponse smart constructor.
Instances
Response Lenses
dipsrsResponseStatus :: Lens' DeleteIPSetResponse Int Source #
- - | The response status code.