Module Values.PublishRecipeRequestSource

Publishes a new version of a DataBrew recipe.

Sourcetype nonrec t = {
  1. description : RecipeDescription.t option;
    (*

    A description of the recipe to be published, for this version of the recipe.

    *)
  2. name : RecipeName.t;
    (*

    The name of the recipe to be published.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> name:RecipeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RecipeDescription.t ]) 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