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 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.
GetResolverQueryLogConfigAssociation' | |
|
Instances
newGetResolverQueryLogConfigAssociation Source #
:: 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.
GetResolverQueryLogConfigAssociationResponse' | |
|
Instances
newGetResolverQueryLogConfigAssociationResponse Source #
:: 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.