| 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.FMS.DeleteProtocolsList
Description
Permanently deletes an Firewall Manager protocols list.
Creating a Request
data DeleteProtocolsList Source #
See: newDeleteProtocolsList smart constructor.
Constructors
| DeleteProtocolsList' | |
Instances
newDeleteProtocolsList Source #
Arguments
| :: Text | |
| -> DeleteProtocolsList |
Create a value of DeleteProtocolsList 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:
DeleteProtocolsList, deleteProtocolsList_listId - The ID of the protocols list that you want to delete. You can retrieve
this ID from PutProtocolsList, ListProtocolsLists, and
GetProtocolsLost.
Request Lenses
deleteProtocolsList_listId :: Lens' DeleteProtocolsList Text Source #
The ID of the protocols list that you want to delete. You can retrieve
this ID from PutProtocolsList, ListProtocolsLists, and
GetProtocolsLost.
Destructuring the Response
data DeleteProtocolsListResponse Source #
See: newDeleteProtocolsListResponse smart constructor.
Constructors
| DeleteProtocolsListResponse' | |
Instances
newDeleteProtocolsListResponse :: DeleteProtocolsListResponse Source #
Create a value of DeleteProtocolsListResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.