Values.DescribeRecipeResponseSourceReturns the definition of a specific DataBrew recipe corresponding to a particular version.
type nonrec t = {createdBy : CreatedBy.t option;The identifier (user name) of the user who created the recipe.
*)createDate : Date.t option;The date and time that the recipe was created.
*)lastModifiedBy : LastModifiedBy.t option;The identifier (user name) of the user who last modified the recipe.
*)lastModifiedDate : Date.t option;The date and time that the recipe was last modified.
*)projectName : ProjectName.t option;The name of the project associated with this recipe.
*)publishedBy : PublishedBy.t option;The identifier (user name) of the user who last published the recipe.
*)publishedDate : Date.t option;The date and time when the recipe was last published.
*)description : RecipeDescription.t option;The description of the recipe.
*)name : RecipeName.t option;The name of the recipe.
*)steps : RecipeStepList.t option;One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
*)resourceArn : Arn.t option;The ARN of the recipe.
*)recipeVersion : RecipeVersion.t option;The recipe version identifier.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Condition.t ]) list ]
list
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Operation.t ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CreatedBy.t
| `Timestamp of Date.t ])
list ]