Module Values.GetQueryInputSource

Retrieves the status of a specified query. When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have the neptune-graph:GetQueryStatus IAM action attached.

Sourcetype nonrec t = {
  1. graphIdentifier : GraphIdentifier.t;
    (*

    The unique identifier of the Neptune Analytics graph.

    *)
  2. queryId : String_.t;
    (*

    The ID of the query in question.

    *)
}
Sourceval context_ : string
Sourceval make : graphIdentifier:GraphIdentifier.t -> queryId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GraphIdentifier.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