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 a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.
Synopsis
- data GetFirewallRuleGroupAssociation = GetFirewallRuleGroupAssociation' {}
- newGetFirewallRuleGroupAssociation :: Text -> GetFirewallRuleGroupAssociation
- getFirewallRuleGroupAssociation_firewallRuleGroupAssociationId :: Lens' GetFirewallRuleGroupAssociation Text
- data GetFirewallRuleGroupAssociationResponse = GetFirewallRuleGroupAssociationResponse' {}
- newGetFirewallRuleGroupAssociationResponse :: Int -> GetFirewallRuleGroupAssociationResponse
- getFirewallRuleGroupAssociationResponse_firewallRuleGroupAssociation :: Lens' GetFirewallRuleGroupAssociationResponse (Maybe FirewallRuleGroupAssociation)
- getFirewallRuleGroupAssociationResponse_httpStatus :: Lens' GetFirewallRuleGroupAssociationResponse Int
Creating a Request
data GetFirewallRuleGroupAssociation Source #
See: newGetFirewallRuleGroupAssociation
smart constructor.
GetFirewallRuleGroupAssociation' | |
|
Instances
newGetFirewallRuleGroupAssociation Source #
:: Text |
|
-> GetFirewallRuleGroupAssociation |
Create a value of GetFirewallRuleGroupAssociation
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:firewallRuleGroupAssociationId:GetFirewallRuleGroupAssociation'
, getFirewallRuleGroupAssociation_firewallRuleGroupAssociationId
- The identifier of the FirewallRuleGroupAssociation.
Request Lenses
getFirewallRuleGroupAssociation_firewallRuleGroupAssociationId :: Lens' GetFirewallRuleGroupAssociation Text Source #
The identifier of the FirewallRuleGroupAssociation.
Destructuring the Response
data GetFirewallRuleGroupAssociationResponse Source #
See: newGetFirewallRuleGroupAssociationResponse
smart constructor.
GetFirewallRuleGroupAssociationResponse' | |
|
Instances
newGetFirewallRuleGroupAssociationResponse Source #
Create a value of GetFirewallRuleGroupAssociationResponse
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:firewallRuleGroupAssociation:GetFirewallRuleGroupAssociationResponse'
, getFirewallRuleGroupAssociationResponse_firewallRuleGroupAssociation
- The association that you requested.
$sel:httpStatus:GetFirewallRuleGroupAssociationResponse'
, getFirewallRuleGroupAssociationResponse_httpStatus
- The response's http status code.
Response Lenses
getFirewallRuleGroupAssociationResponse_firewallRuleGroupAssociation :: Lens' GetFirewallRuleGroupAssociationResponse (Maybe FirewallRuleGroupAssociation) Source #
The association that you requested.
getFirewallRuleGroupAssociationResponse_httpStatus :: Lens' GetFirewallRuleGroupAssociationResponse Int Source #
The response's http status code.