Values.SendDurableExecutionCallbackHeartbeatResponseSourceSends a heartbeat signal for a long-running callback operation to prevent timeout. Use this API to extend the callback timeout period while the external operation is still in progress.
type nonrec error = [ | `CallbackTimeoutException of CallbackTimeoutException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CallbackTimeoutException of CallbackTimeoutException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CallbackTimeoutException of CallbackTimeoutException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]