Values.ExecuteOpenCypherQueryOutputSourceExecutes an openCypher query. See Accessing the Neptune Graph with openCypher for more information. Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs. The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the openCypher project under an Apache 2 open-source license. Note that 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 one of the following IAM actions in that cluster, depending on the query: neptune-db:ReadDataViaQuery neptune-db:WriteDataViaQuery neptune-db:DeleteDataViaQuery Note also 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).
type nonrec error = [ | `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| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]