| 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.GetFirewallRuleGroupAssociation
Description
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.
Constructors
| GetFirewallRuleGroupAssociation' | |
Fields
| |
Instances
newGetFirewallRuleGroupAssociation Source #
Arguments
| :: 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.
Constructors
| GetFirewallRuleGroupAssociationResponse' | |
Fields
| |
Instances
newGetFirewallRuleGroupAssociationResponse Source #
Arguments
| :: Int | |
| -> GetFirewallRuleGroupAssociationResponse |
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.