| 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.Route53Resolver.DeleteFirewallDomainList
Description
Deletes the specified domain list.
Synopsis
- data DeleteFirewallDomainList = DeleteFirewallDomainList' {}
- newDeleteFirewallDomainList :: Text -> DeleteFirewallDomainList
- deleteFirewallDomainList_firewallDomainListId :: Lens' DeleteFirewallDomainList Text
- data DeleteFirewallDomainListResponse = DeleteFirewallDomainListResponse' {}
- newDeleteFirewallDomainListResponse :: Int -> DeleteFirewallDomainListResponse
- deleteFirewallDomainListResponse_firewallDomainList :: Lens' DeleteFirewallDomainListResponse (Maybe FirewallDomainList)
- deleteFirewallDomainListResponse_httpStatus :: Lens' DeleteFirewallDomainListResponse Int
Creating a Request
data DeleteFirewallDomainList Source #
See: newDeleteFirewallDomainList smart constructor.
Constructors
| DeleteFirewallDomainList' | |
Fields
| |
Instances
newDeleteFirewallDomainList Source #
Arguments
| :: Text | |
| -> DeleteFirewallDomainList |
Create a value of DeleteFirewallDomainList 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:
DeleteFirewallDomainList, deleteFirewallDomainList_firewallDomainListId - The ID of the domain list that you want to delete.
Request Lenses
deleteFirewallDomainList_firewallDomainListId :: Lens' DeleteFirewallDomainList Text Source #
The ID of the domain list that you want to delete.
Destructuring the Response
data DeleteFirewallDomainListResponse Source #
See: newDeleteFirewallDomainListResponse smart constructor.
Constructors
| DeleteFirewallDomainListResponse' | |
Fields
| |
Instances
newDeleteFirewallDomainListResponse Source #
Create a value of DeleteFirewallDomainListResponse 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:firewallDomainList:DeleteFirewallDomainListResponse', deleteFirewallDomainListResponse_firewallDomainList - The domain list that you just deleted.
$sel:httpStatus:DeleteFirewallDomainListResponse', deleteFirewallDomainListResponse_httpStatus - The response's http status code.
Response Lenses
deleteFirewallDomainListResponse_firewallDomainList :: Lens' DeleteFirewallDomainListResponse (Maybe FirewallDomainList) Source #
The domain list that you just deleted.
deleteFirewallDomainListResponse_httpStatus :: Lens' DeleteFirewallDomainListResponse Int Source #
The response's http status code.