Values.CancelQueryResponseSourceCancels a query if the query is not in a terminated state, such as CANCELLED, FAILED, TIMED_OUT, or FINISHED. You must specify an ARN value for EventDataStore. The ID of the query that you want to cancel is also required. When you run CancelQuery, the query status might show as CANCELLED even if the operation is not yet finished.
type nonrec t = {queryId : UUID.t option;The ID of the canceled query.
*)queryStatus : QueryStatus.t option;Shows the status of a query after a CancelQuery request. Typically, the values shown are either RUNNING or CANCELLED.
*)eventDataStoreOwnerAccountId : AccountId.t option;The account ID of the event data store owner.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t| `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t| `InactiveEventDataStoreException of InactiveEventDataStoreException.t| `InactiveQueryException of InactiveQueryException.t| `InvalidParameterException of InvalidParameterException.t| `NoManagementAccountSLRExistsException of
NoManagementAccountSLRExistsException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `QueryIdNotFoundException of QueryIdNotFoundException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InactiveQueryException of unit
| `InvalidParameterException of unit
| `NoManagementAccountSLRExistsException of unit
| `OperationNotPermittedException of unit
| `QueryIdNotFoundException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InactiveQueryException of unit
| `InvalidParameterException of unit
| `NoManagementAccountSLRExistsException of unit
| `OperationNotPermittedException of unit
| `QueryIdNotFoundException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]