| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.DataBrew.DescribeRecipe
Description
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
Synopsis
- data DescribeRecipe = DescribeRecipe' {
- recipeVersion :: Maybe Text
- name :: Text
- newDescribeRecipe :: Text -> DescribeRecipe
- describeRecipe_recipeVersion :: Lens' DescribeRecipe (Maybe Text)
- describeRecipe_name :: Lens' DescribeRecipe Text
- data DescribeRecipeResponse = DescribeRecipeResponse' {
- lastModifiedDate :: Maybe POSIX
- createDate :: Maybe POSIX
- publishedBy :: Maybe Text
- createdBy :: Maybe Text
- steps :: Maybe [RecipeStep]
- publishedDate :: Maybe POSIX
- resourceArn :: Maybe Text
- recipeVersion :: Maybe Text
- projectName :: Maybe Text
- lastModifiedBy :: Maybe Text
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- name :: Text
- newDescribeRecipeResponse :: Int -> Text -> DescribeRecipeResponse
- describeRecipeResponse_lastModifiedDate :: Lens' DescribeRecipeResponse (Maybe UTCTime)
- describeRecipeResponse_createDate :: Lens' DescribeRecipeResponse (Maybe UTCTime)
- describeRecipeResponse_publishedBy :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_createdBy :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_steps :: Lens' DescribeRecipeResponse (Maybe [RecipeStep])
- describeRecipeResponse_publishedDate :: Lens' DescribeRecipeResponse (Maybe UTCTime)
- describeRecipeResponse_resourceArn :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_recipeVersion :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_projectName :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_lastModifiedBy :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_description :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_tags :: Lens' DescribeRecipeResponse (Maybe (HashMap Text Text))
- describeRecipeResponse_httpStatus :: Lens' DescribeRecipeResponse Int
- describeRecipeResponse_name :: Lens' DescribeRecipeResponse Text
Creating a Request
data DescribeRecipe Source #
See: newDescribeRecipe smart constructor.
Constructors
| DescribeRecipe' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeRecipe |
Create a value of DescribeRecipe with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:recipeVersion:DescribeRecipe', describeRecipe_recipeVersion - The recipe version identifier. If this parameter isn't specified, then
the latest published version is returned.
$sel:name:DescribeRecipe', describeRecipe_name - The name of the recipe to be described.
Request Lenses
describeRecipe_recipeVersion :: Lens' DescribeRecipe (Maybe Text) Source #
The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
describeRecipe_name :: Lens' DescribeRecipe Text Source #
The name of the recipe to be described.
Destructuring the Response
data DescribeRecipeResponse Source #
See: newDescribeRecipeResponse smart constructor.
Constructors
| DescribeRecipeResponse' | |
Fields
| |
Instances
newDescribeRecipeResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> DescribeRecipeResponse |
Create a value of DescribeRecipeResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lastModifiedDate:DescribeRecipeResponse', describeRecipeResponse_lastModifiedDate - The date and time that the recipe was last modified.
$sel:createDate:DescribeRecipeResponse', describeRecipeResponse_createDate - The date and time that the recipe was created.
$sel:publishedBy:DescribeRecipeResponse', describeRecipeResponse_publishedBy - The identifier (user name) of the user who last published the recipe.
$sel:createdBy:DescribeRecipeResponse', describeRecipeResponse_createdBy - The identifier (user name) of the user who created the recipe.
$sel:steps:DescribeRecipeResponse', describeRecipeResponse_steps - 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.
$sel:publishedDate:DescribeRecipeResponse', describeRecipeResponse_publishedDate - The date and time when the recipe was last published.
$sel:resourceArn:DescribeRecipeResponse', describeRecipeResponse_resourceArn - The ARN of the recipe.
$sel:recipeVersion:DescribeRecipe', describeRecipeResponse_recipeVersion - The recipe version identifier.
$sel:projectName:DescribeRecipeResponse', describeRecipeResponse_projectName - The name of the project associated with this recipe.
$sel:lastModifiedBy:DescribeRecipeResponse', describeRecipeResponse_lastModifiedBy - The identifier (user name) of the user who last modified the recipe.
$sel:description:DescribeRecipeResponse', describeRecipeResponse_description - The description of the recipe.
$sel:tags:DescribeRecipeResponse', describeRecipeResponse_tags - Metadata tags associated with this project.
$sel:httpStatus:DescribeRecipeResponse', describeRecipeResponse_httpStatus - The response's http status code.
$sel:name:DescribeRecipe', describeRecipeResponse_name - The name of the recipe.
Response Lenses
describeRecipeResponse_lastModifiedDate :: Lens' DescribeRecipeResponse (Maybe UTCTime) Source #
The date and time that the recipe was last modified.
describeRecipeResponse_createDate :: Lens' DescribeRecipeResponse (Maybe UTCTime) Source #
The date and time that the recipe was created.
describeRecipeResponse_publishedBy :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The identifier (user name) of the user who last published the recipe.
describeRecipeResponse_createdBy :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The identifier (user name) of the user who created the recipe.
describeRecipeResponse_steps :: Lens' DescribeRecipeResponse (Maybe [RecipeStep]) Source #
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.
describeRecipeResponse_publishedDate :: Lens' DescribeRecipeResponse (Maybe UTCTime) Source #
The date and time when the recipe was last published.
describeRecipeResponse_resourceArn :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The ARN of the recipe.
describeRecipeResponse_recipeVersion :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The recipe version identifier.
describeRecipeResponse_projectName :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The name of the project associated with this recipe.
describeRecipeResponse_lastModifiedBy :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The identifier (user name) of the user who last modified the recipe.
describeRecipeResponse_description :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The description of the recipe.
describeRecipeResponse_tags :: Lens' DescribeRecipeResponse (Maybe (HashMap Text Text)) Source #
Metadata tags associated with this project.
describeRecipeResponse_httpStatus :: Lens' DescribeRecipeResponse Int Source #
The response's http status code.
describeRecipeResponse_name :: Lens' DescribeRecipeResponse Text Source #
The name of the recipe.