Values.StopDurableExecutionRequestSourceStops a running durable execution. The execution transitions to STOPPED status and cannot be resumed. Any in-progress operations are terminated.
type nonrec t = {durableExecutionArn : DurableExecutionArn.t;The Amazon Resource Name (ARN) of the durable execution.
*)error : ErrorObject.t option;Optional error details explaining why the execution is being stopped.
*)}val of_header_and_body :
((string, DurableExecutionArn.t) Awso.Import.List.Assoc.t * ErrorObject.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DurableExecutionArn.t
| `Structure of
(string
* [> `List of [> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list ])
list ]