Values.CancelReplayResponseSourceCancels the specified replay.
type nonrec t = {replayArn : ReplayArn.t option;The ARN of the replay to cancel.
*)state : ReplayState.t option;The current state of the replay.
*)stateReason : ReplayStateReason.t option;The reason that the replay is in the current state.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `IllegalStatusException of IllegalStatusException.t| `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of unit
| `IllegalStatusException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of unit
| `IllegalStatusException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ReplayArn.t ]) list ]