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 |
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.
GetResolverRuleAssociation' | |
|
Instances
newGetResolverRuleAssociation Source #
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.
GetResolverRuleAssociationResponse' | |
|
Instances
newGetResolverRuleAssociationResponse Source #
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.