| 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.DeleteDetector
Description
Deletes a Amazon GuardDuty detector specified by the detector ID.
Creating a Request
Arguments
| :: Text | |
| -> DeleteDetector |
Creates a value of DeleteDetector with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddDetectorId- The unique ID that specifies the detector that you want to delete.
data DeleteDetector Source #
See: deleteDetector smart constructor.
Instances
Request Lenses
ddDetectorId :: Lens' DeleteDetector Text Source #
The unique ID that specifies the detector that you want to delete.
Destructuring the Response
deleteDetectorResponse Source #
Arguments
| :: Int | |
| -> DeleteDetectorResponse |
Creates a value of DeleteDetectorResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddrsResponseStatus- -- | The response status code.
data DeleteDetectorResponse Source #
See: deleteDetectorResponse smart constructor.
Instances
Response Lenses
ddrsResponseStatus :: Lens' DeleteDetectorResponse Int Source #
- - | The response status code.