Smaws_Client_Route53Resolver.PutResolverQueryLogConfigPolicySpecifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.
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
| `InvalidPolicyDocument of Types.invalid_policy_document
| `InvalidRequestException of Types.invalid_request_exception
| `UnknownResourceException of Types.unknown_resource_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.put_resolver_query_log_config_policy_request ->
(Types.put_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
| `InvalidPolicyDocument of Types.invalid_policy_document
| `InvalidRequestException of Types.invalid_request_exception
| `UnknownResourceException of Types.unknown_resource_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.put_resolver_query_log_config_policy_request ->
(Types.put_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
| `InvalidPolicyDocument of Types.invalid_policy_document
| `InvalidRequestException of Types.invalid_request_exception
| `UnknownResourceException of Types.unknown_resource_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result