Values.GetOpenCypherQueryStatusOutputSourceRetrieves the status of a specified openCypher query. 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:GetQueryStatus 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).
type nonrec t = {queryId : String_.t option;The unique ID of the query for which status is being returned.
*)queryString : String_.t option;The openCypher query string.
*)queryEvalStats : QueryEvalStats.t option;The openCypher query evaluation status.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.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| `MissingParameterException of MissingParameterException.t| `ParsingException of ParsingException.t| `PreconditionsFailedException of PreconditionsFailedException.t| `ReadOnlyViolationException of ReadOnlyViolationException.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 ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.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
| `MissingParameterException of MissingParameterException.t
| `ParsingException of ParsingException.t
| `PreconditionsFailedException of PreconditionsFailedException.t
| `ReadOnlyViolationException of ReadOnlyViolationException.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 ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.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
| `MissingParameterException of MissingParameterException.t
| `ParsingException of ParsingException.t
| `PreconditionsFailedException of PreconditionsFailedException.t
| `ReadOnlyViolationException of ReadOnlyViolationException.t
| `TimeLimitExceededException of TimeLimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]