Smaws_Client_Route53Resolver.GetResolverQueryLogConfigPolicyGets 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidRequestException of Types.invalid_request_exception
| `UnknownResourceException of Types.unknown_resource_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_resolver_query_log_config_policy_request ->
(Types.get_resolver_query_log_config_policy_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidRequestException of Types.invalid_request_exception
| `UnknownResourceException of Types.unknown_resource_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_resolver_query_log_config_policy_request ->
(Types.get_resolver_query_log_config_policy_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidRequestException of Types.invalid_request_exception
| `UnknownResourceException of Types.unknown_resource_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result