Module Values.OnInputLifecycleSource

Specifies the actions performed when the condition evaluates to TRUE.

Sourcetype nonrec t = {
  1. events : Events.t option;
    (*

    Specifies the actions performed when the condition evaluates to TRUE.

    *)
  2. transitionEvents : TransitionEvents.t option;
    (*

    Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.

    *)
}
Sourceval make : ?events:??? -> ?transitionEvents:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Boolean of UseBase64.t | `Integer of Seconds.t | `String of VariableName.t | `Structure of (string * [> `Enum of string | `String of ContentExpression.t | `Structure of (string * [> `String of AssetPropertyStringValue.t ]) list ]) list ]) list ]) list ] list | `String of EventName.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t