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 query logging policy. A query logging policy specifies the Resolver query logging operations and resources that you want to allow another Amazon Web Services account to be able to use.
Synopsis
- data GetResolverQueryLogConfigPolicy = GetResolverQueryLogConfigPolicy' {}
- newGetResolverQueryLogConfigPolicy :: Text -> GetResolverQueryLogConfigPolicy
- getResolverQueryLogConfigPolicy_arn :: Lens' GetResolverQueryLogConfigPolicy Text
- data GetResolverQueryLogConfigPolicyResponse = GetResolverQueryLogConfigPolicyResponse' {}
- newGetResolverQueryLogConfigPolicyResponse :: Int -> GetResolverQueryLogConfigPolicyResponse
- getResolverQueryLogConfigPolicyResponse_resolverQueryLogConfigPolicy :: Lens' GetResolverQueryLogConfigPolicyResponse (Maybe Text)
- getResolverQueryLogConfigPolicyResponse_httpStatus :: Lens' GetResolverQueryLogConfigPolicyResponse Int
Creating a Request
data GetResolverQueryLogConfigPolicy Source #
See: newGetResolverQueryLogConfigPolicy
smart constructor.
Instances
newGetResolverQueryLogConfigPolicy Source #
Create a value of GetResolverQueryLogConfigPolicy
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:arn:GetResolverQueryLogConfigPolicy'
, getResolverQueryLogConfigPolicy_arn
- The ARN of the query logging configuration that you want to get the
query logging policy for.
Request Lenses
getResolverQueryLogConfigPolicy_arn :: Lens' GetResolverQueryLogConfigPolicy Text Source #
The ARN of the query logging configuration that you want to get the query logging policy for.
Destructuring the Response
data GetResolverQueryLogConfigPolicyResponse Source #
See: newGetResolverQueryLogConfigPolicyResponse
smart constructor.
GetResolverQueryLogConfigPolicyResponse' | |
|
Instances
newGetResolverQueryLogConfigPolicyResponse Source #
Create a value of GetResolverQueryLogConfigPolicyResponse
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:resolverQueryLogConfigPolicy:GetResolverQueryLogConfigPolicyResponse'
, getResolverQueryLogConfigPolicyResponse_resolverQueryLogConfigPolicy
- Information about the query logging policy for the query logging
configuration that you specified in a GetResolverQueryLogConfigPolicy
request.
$sel:httpStatus:GetResolverQueryLogConfigPolicyResponse'
, getResolverQueryLogConfigPolicyResponse_httpStatus
- The response's http status code.
Response Lenses
getResolverQueryLogConfigPolicyResponse_resolverQueryLogConfigPolicy :: Lens' GetResolverQueryLogConfigPolicyResponse (Maybe Text) Source #
Information about the query logging policy for the query logging
configuration that you specified in a GetResolverQueryLogConfigPolicy
request.
getResolverQueryLogConfigPolicyResponse_httpStatus :: Lens' GetResolverQueryLogConfigPolicyResponse Int Source #
The response's http status code.