| 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.DeleteThreatIntelSet
Description
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
Synopsis
- deleteThreatIntelSet :: Text -> Text -> DeleteThreatIntelSet
- data DeleteThreatIntelSet
- dtisThreatIntelSetId :: Lens' DeleteThreatIntelSet Text
- dtisDetectorId :: Lens' DeleteThreatIntelSet Text
- deleteThreatIntelSetResponse :: Int -> DeleteThreatIntelSetResponse
- data DeleteThreatIntelSetResponse
- dtisrsResponseStatus :: Lens' DeleteThreatIntelSetResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteThreatIntelSet |
Creates a value of DeleteThreatIntelSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtisThreatIntelSetId- The unique ID that specifies the ThreatIntelSet that you want to delete.dtisDetectorId- The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to delete.
data DeleteThreatIntelSet Source #
See: deleteThreatIntelSet smart constructor.
Instances
Request Lenses
dtisThreatIntelSetId :: Lens' DeleteThreatIntelSet Text Source #
The unique ID that specifies the ThreatIntelSet that you want to delete.
dtisDetectorId :: Lens' DeleteThreatIntelSet Text Source #
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to delete.
Destructuring the Response
deleteThreatIntelSetResponse Source #
Arguments
| :: Int | |
| -> DeleteThreatIntelSetResponse |
Creates a value of DeleteThreatIntelSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtisrsResponseStatus- -- | The response status code.
data DeleteThreatIntelSetResponse Source #
See: deleteThreatIntelSetResponse smart constructor.
Instances
Response Lenses
dtisrsResponseStatus :: Lens' DeleteThreatIntelSetResponse Int Source #
- - | The response status code.