| 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.GetResolverRuleAssociation
Description
Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
Synopsis
- data GetResolverRuleAssociation = GetResolverRuleAssociation' {}
- newGetResolverRuleAssociation :: Text -> GetResolverRuleAssociation
- getResolverRuleAssociation_resolverRuleAssociationId :: Lens' GetResolverRuleAssociation Text
- data GetResolverRuleAssociationResponse = GetResolverRuleAssociationResponse' {}
- newGetResolverRuleAssociationResponse :: Int -> GetResolverRuleAssociationResponse
- getResolverRuleAssociationResponse_resolverRuleAssociation :: Lens' GetResolverRuleAssociationResponse (Maybe ResolverRuleAssociation)
- getResolverRuleAssociationResponse_httpStatus :: Lens' GetResolverRuleAssociationResponse Int
Creating a Request
data GetResolverRuleAssociation Source #
See: newGetResolverRuleAssociation smart constructor.
Constructors
| GetResolverRuleAssociation' | |
Fields
| |
Instances
newGetResolverRuleAssociation Source #
Arguments
| :: Text | |
| -> GetResolverRuleAssociation |
Create a value of GetResolverRuleAssociation 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:resolverRuleAssociationId:GetResolverRuleAssociation', getResolverRuleAssociation_resolverRuleAssociationId - The ID of the Resolver rule association that you want to get information
about.
Request Lenses
getResolverRuleAssociation_resolverRuleAssociationId :: Lens' GetResolverRuleAssociation Text Source #
The ID of the Resolver rule association that you want to get information about.
Destructuring the Response
data GetResolverRuleAssociationResponse Source #
See: newGetResolverRuleAssociationResponse smart constructor.
Constructors
| GetResolverRuleAssociationResponse' | |
Fields
| |
Instances
newGetResolverRuleAssociationResponse Source #
Arguments
| :: Int | |
| -> GetResolverRuleAssociationResponse |
Create a value of GetResolverRuleAssociationResponse 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:resolverRuleAssociation:GetResolverRuleAssociationResponse', getResolverRuleAssociationResponse_resolverRuleAssociation - Information about the Resolver rule association that you specified in a
GetResolverRuleAssociation request.
$sel:httpStatus:GetResolverRuleAssociationResponse', getResolverRuleAssociationResponse_httpStatus - The response's http status code.
Response Lenses
getResolverRuleAssociationResponse_resolverRuleAssociation :: Lens' GetResolverRuleAssociationResponse (Maybe ResolverRuleAssociation) Source #
Information about the Resolver rule association that you specified in a
GetResolverRuleAssociation request.
getResolverRuleAssociationResponse_httpStatus :: Lens' GetResolverRuleAssociationResponse Int Source #
The response's http status code.