| 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.GetFirewallDomainList
Description
Retrieves the specified firewall domain list.
Synopsis
- data GetFirewallDomainList = GetFirewallDomainList' {}
- newGetFirewallDomainList :: Text -> GetFirewallDomainList
- getFirewallDomainList_firewallDomainListId :: Lens' GetFirewallDomainList Text
- data GetFirewallDomainListResponse = GetFirewallDomainListResponse' {}
- newGetFirewallDomainListResponse :: Int -> GetFirewallDomainListResponse
- getFirewallDomainListResponse_firewallDomainList :: Lens' GetFirewallDomainListResponse (Maybe FirewallDomainList)
- getFirewallDomainListResponse_httpStatus :: Lens' GetFirewallDomainListResponse Int
Creating a Request
data GetFirewallDomainList Source #
See: newGetFirewallDomainList smart constructor.
Constructors
| GetFirewallDomainList' | |
Fields
| |
Instances
newGetFirewallDomainList Source #
Arguments
| :: Text | |
| -> GetFirewallDomainList |
Create a value of GetFirewallDomainList 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:
GetFirewallDomainList, getFirewallDomainList_firewallDomainListId - The ID of the domain list.
Request Lenses
getFirewallDomainList_firewallDomainListId :: Lens' GetFirewallDomainList Text Source #
The ID of the domain list.
Destructuring the Response
data GetFirewallDomainListResponse Source #
See: newGetFirewallDomainListResponse smart constructor.
Constructors
| GetFirewallDomainListResponse' | |
Fields
| |
Instances
newGetFirewallDomainListResponse Source #
Create a value of GetFirewallDomainListResponse 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:GetFirewallDomainListResponse', getFirewallDomainListResponse_firewallDomainList - The domain list that you requested.
$sel:httpStatus:GetFirewallDomainListResponse', getFirewallDomainListResponse_httpStatus - The response's http status code.
Response Lenses
getFirewallDomainListResponse_firewallDomainList :: Lens' GetFirewallDomainListResponse (Maybe FirewallDomainList) Source #
The domain list that you requested.
getFirewallDomainListResponse_httpStatus :: Lens' GetFirewallDomainListResponse Int Source #
The response's http status code.