Module Values.DescribeRecipeRequestSource

Returns the definition of a specific DataBrew recipe corresponding to a particular version.

Sourcetype nonrec t = {
  1. name : RecipeName.t;
    (*

    The name of the recipe to be described.

    *)
  2. recipeVersion : RecipeVersion.t option;
    (*

    The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.

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