Module Values.ExecuteOpenCypherExplainQueryOutputSource

Executes an openCypher explain request. See The openCypher explain feature for more information. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster. Note that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).

Sourcetype nonrec t = {
  1. results : Blob.t option;
    (*

    A text blob containing the openCypher explain results.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `CancelledByUserException of CancelledByUserException.t
  3. | `ClientTimeoutException of ClientTimeoutException.t
  4. | `ConcurrentModificationException of ConcurrentModificationException.t
  5. | `ConstraintViolationException of ConstraintViolationException.t
  6. | `FailureByQueryException of FailureByQueryException.t
  7. | `IllegalArgumentException of IllegalArgumentException.t
  8. | `InvalidArgumentException of InvalidArgumentException.t
  9. | `InvalidNumericDataException of InvalidNumericDataException.t
  10. | `InvalidParameterException of InvalidParameterException.t
  11. | `MalformedQueryException of MalformedQueryException.t
  12. | `MemoryLimitExceededException of MemoryLimitExceededException.t
  13. | `MissingParameterException of MissingParameterException.t
  14. | `ParsingException of ParsingException.t
  15. | `PreconditionsFailedException of PreconditionsFailedException.t
  16. | `QueryLimitExceededException of QueryLimitExceededException.t
  17. | `QueryLimitException of QueryLimitException.t
  18. | `QueryTooLargeException of QueryTooLargeException.t
  19. | `TimeLimitExceededException of TimeLimitExceededException.t
  20. | `TooManyRequestsException of TooManyRequestsException.t
  21. | `UnsupportedOperationException of UnsupportedOperationException.t
  22. | `Unknown_operation_error of string * string option
]
Sourceval make : ?results:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of BadRequestException.t | `CancelledByUserException of CancelledByUserException.t | `ClientTimeoutException of ClientTimeoutException.t | `ConcurrentModificationException of ConcurrentModificationException.t | `ConstraintViolationException of ConstraintViolationException.t | `FailureByQueryException of FailureByQueryException.t | `IllegalArgumentException of IllegalArgumentException.t | `InvalidArgumentException of InvalidArgumentException.t | `InvalidNumericDataException of InvalidNumericDataException.t | `InvalidParameterException of InvalidParameterException.t | `MalformedQueryException of MalformedQueryException.t | `MemoryLimitExceededException of MemoryLimitExceededException.t | `MissingParameterException of MissingParameterException.t | `ParsingException of ParsingException.t | `PreconditionsFailedException of PreconditionsFailedException.t | `QueryLimitExceededException of QueryLimitExceededException.t | `QueryLimitException of QueryLimitException.t | `QueryTooLargeException of QueryTooLargeException.t | `TimeLimitExceededException of TimeLimitExceededException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequestException of BadRequestException.t | `CancelledByUserException of CancelledByUserException.t | `ClientTimeoutException of ClientTimeoutException.t | `ConcurrentModificationException of ConcurrentModificationException.t | `ConstraintViolationException of ConstraintViolationException.t | `FailureByQueryException of FailureByQueryException.t | `IllegalArgumentException of IllegalArgumentException.t | `InvalidArgumentException of InvalidArgumentException.t | `InvalidNumericDataException of InvalidNumericDataException.t | `InvalidParameterException of InvalidParameterException.t | `MalformedQueryException of MalformedQueryException.t | `MemoryLimitExceededException of MemoryLimitExceededException.t | `MissingParameterException of MissingParameterException.t | `ParsingException of ParsingException.t | `PreconditionsFailedException of PreconditionsFailedException.t | `QueryLimitExceededException of QueryLimitExceededException.t | `QueryLimitException of QueryLimitException.t | `QueryTooLargeException of QueryTooLargeException.t | `TimeLimitExceededException of TimeLimitExceededException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * Blob.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of Blob.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t