Module Values_0.RecipeStepSource

A recipe step used in a Glue Studio data preparation recipe node.

Sourcetype nonrec t = {
  1. action : RecipeAction.t;
    (*

    The transformation action of the recipe step.

    *)
  2. conditionExpressions : ConditionExpressionList.t option;
    (*

    The condition expressions for the recipe step.

    *)
}
Sourceval context_ : string
Sourceval make : ?conditionExpressions:??? -> action:RecipeAction.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of DatabrewCondition.t ]) list ] list | `Structure of (string * [> `Map of ([> `String of ParameterName.t ] * [> `String of ParameterValue.t ]) list | `String of Operation.t ]) 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