| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GuardDuty.DeleteThreatIntelSet
Description
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
Synopsis
- data DeleteThreatIntelSet = DeleteThreatIntelSet' {}
- newDeleteThreatIntelSet :: Text -> Text -> DeleteThreatIntelSet
- deleteThreatIntelSet_detectorId :: Lens' DeleteThreatIntelSet Text
- deleteThreatIntelSet_threatIntelSetId :: Lens' DeleteThreatIntelSet Text
- data DeleteThreatIntelSetResponse = DeleteThreatIntelSetResponse' {
- httpStatus :: Int
- newDeleteThreatIntelSetResponse :: Int -> DeleteThreatIntelSetResponse
- deleteThreatIntelSetResponse_httpStatus :: Lens' DeleteThreatIntelSetResponse Int
Creating a Request
data DeleteThreatIntelSet Source #
See: newDeleteThreatIntelSet smart constructor.
Constructors
| DeleteThreatIntelSet' | |
Fields
| |
Instances
newDeleteThreatIntelSet Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteThreatIntelSet |
Create a value of DeleteThreatIntelSet 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:
DeleteThreatIntelSet, deleteThreatIntelSet_detectorId - The unique ID of the detector that the threatIntelSet is associated
with.
$sel:threatIntelSetId:DeleteThreatIntelSet', deleteThreatIntelSet_threatIntelSetId - The unique ID of the threatIntelSet that you want to delete.
Request Lenses
deleteThreatIntelSet_detectorId :: Lens' DeleteThreatIntelSet Text Source #
The unique ID of the detector that the threatIntelSet is associated with.
deleteThreatIntelSet_threatIntelSetId :: Lens' DeleteThreatIntelSet Text Source #
The unique ID of the threatIntelSet that you want to delete.
Destructuring the Response
data DeleteThreatIntelSetResponse Source #
See: newDeleteThreatIntelSetResponse smart constructor.
Constructors
| DeleteThreatIntelSetResponse' | |
Fields
| |
Instances
newDeleteThreatIntelSetResponse Source #
Create a value of DeleteThreatIntelSetResponse 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:DeleteThreatIntelSetResponse', deleteThreatIntelSetResponse_httpStatus - The response's http status code.
Response Lenses
deleteThreatIntelSetResponse_httpStatus :: Lens' DeleteThreatIntelSetResponse Int Source #
The response's http status code.