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 |
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.
GetFirewallDomainList' | |
|
Instances
newGetFirewallDomainList Source #
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:
$sel:firewallDomainListId: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.
GetFirewallDomainListResponse' | |
|
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.