| 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.GetResolverQueryLogConfigAssociation
Description
Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC with a query logging configuration, Resolver logs DNS queries that originate in that VPC.
Synopsis
- data GetResolverQueryLogConfigAssociation = GetResolverQueryLogConfigAssociation' {}
- newGetResolverQueryLogConfigAssociation :: Text -> GetResolverQueryLogConfigAssociation
- getResolverQueryLogConfigAssociation_resolverQueryLogConfigAssociationId :: Lens' GetResolverQueryLogConfigAssociation Text
- data GetResolverQueryLogConfigAssociationResponse = GetResolverQueryLogConfigAssociationResponse' {}
- newGetResolverQueryLogConfigAssociationResponse :: Int -> GetResolverQueryLogConfigAssociationResponse
- getResolverQueryLogConfigAssociationResponse_resolverQueryLogConfigAssociation :: Lens' GetResolverQueryLogConfigAssociationResponse (Maybe ResolverQueryLogConfigAssociation)
- getResolverQueryLogConfigAssociationResponse_httpStatus :: Lens' GetResolverQueryLogConfigAssociationResponse Int
Creating a Request
data GetResolverQueryLogConfigAssociation Source #
See: newGetResolverQueryLogConfigAssociation smart constructor.
Constructors
| GetResolverQueryLogConfigAssociation' | |
Fields
| |
Instances
newGetResolverQueryLogConfigAssociation Source #
Arguments
| :: Text |
|
| -> GetResolverQueryLogConfigAssociation |
Create a value of GetResolverQueryLogConfigAssociation 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:resolverQueryLogConfigAssociationId:GetResolverQueryLogConfigAssociation', getResolverQueryLogConfigAssociation_resolverQueryLogConfigAssociationId - The ID of the Resolver query logging configuration association that you
want to get information about.
Request Lenses
getResolverQueryLogConfigAssociation_resolverQueryLogConfigAssociationId :: Lens' GetResolverQueryLogConfigAssociation Text Source #
The ID of the Resolver query logging configuration association that you want to get information about.
Destructuring the Response
data GetResolverQueryLogConfigAssociationResponse Source #
See: newGetResolverQueryLogConfigAssociationResponse smart constructor.
Constructors
| GetResolverQueryLogConfigAssociationResponse' | |
Fields
| |
Instances
newGetResolverQueryLogConfigAssociationResponse Source #
Arguments
| :: Int |
|
| -> GetResolverQueryLogConfigAssociationResponse |
Create a value of GetResolverQueryLogConfigAssociationResponse 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:resolverQueryLogConfigAssociation:GetResolverQueryLogConfigAssociationResponse', getResolverQueryLogConfigAssociationResponse_resolverQueryLogConfigAssociation - Information about the Resolver query logging configuration association
that you specified in a GetQueryLogConfigAssociation request.
$sel:httpStatus:GetResolverQueryLogConfigAssociationResponse', getResolverQueryLogConfigAssociationResponse_httpStatus - The response's http status code.
Response Lenses
getResolverQueryLogConfigAssociationResponse_resolverQueryLogConfigAssociation :: Lens' GetResolverQueryLogConfigAssociationResponse (Maybe ResolverQueryLogConfigAssociation) Source #
Information about the Resolver query logging configuration association
that you specified in a GetQueryLogConfigAssociation request.
getResolverQueryLogConfigAssociationResponse_httpStatus :: Lens' GetResolverQueryLogConfigAssociationResponse Int Source #
The response's http status code.