Values_1.SendAutomationSignalResultSourceSends a signal to an Automation execution to change the current behavior or status of the execution.
type nonrec error = [ | `AutomationExecutionNotFoundException of
Values_0.AutomationExecutionNotFoundException.t| `AutomationStepNotFoundException of Values_0.AutomationStepNotFoundException.t| `InternalServerError of Values_0.InternalServerError.t| `InvalidAutomationSignalException of InvalidAutomationSignalException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AutomationExecutionNotFoundException of
Values_0.AutomationExecutionNotFoundException.t
| `AutomationStepNotFoundException of
Values_0.AutomationStepNotFoundException.t
| `InternalServerError of Values_0.InternalServerError.t
| `InvalidAutomationSignalException of InvalidAutomationSignalException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AutomationExecutionNotFoundException of
Values_0.AutomationExecutionNotFoundException.t
| `AutomationStepNotFoundException of
Values_0.AutomationStepNotFoundException.t
| `InternalServerError of Values_0.InternalServerError.t
| `InvalidAutomationSignalException of InvalidAutomationSignalException.t
| `Unknown_operation_error of string * string option ]