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 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.
DeleteThreatIntelSet' | |
|
Instances
newDeleteThreatIntelSet Source #
:: 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:
$sel:detectorId: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.
DeleteThreatIntelSetResponse' | |
|
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.