| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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' {
- createDate :: Maybe POSIX
- createdBy :: Maybe Text
- description :: Maybe Text
- lastModifiedBy :: Maybe Text
- lastModifiedDate :: Maybe POSIX
- projectName :: Maybe Text
- publishedBy :: Maybe Text
- publishedDate :: Maybe POSIX
- recipeVersion :: Maybe Text
- resourceArn :: Maybe Text
- steps :: Maybe [RecipeStep]
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- name :: Text
- newDescribeRecipeResponse :: Int -> Text -> DescribeRecipeResponse
- describeRecipeResponse_createDate :: Lens' DescribeRecipeResponse (Maybe UTCTime)
- describeRecipeResponse_createdBy :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_description :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_lastModifiedBy :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_lastModifiedDate :: Lens' DescribeRecipeResponse (Maybe UTCTime)
- describeRecipeResponse_projectName :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_publishedBy :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_publishedDate :: Lens' DescribeRecipeResponse (Maybe UTCTime)
- describeRecipeResponse_recipeVersion :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_resourceArn :: Lens' DescribeRecipeResponse (Maybe Text)
- describeRecipeResponse_steps :: Lens' DescribeRecipeResponse (Maybe [RecipeStep])
- 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:
DescribeRecipe, describeRecipe_recipeVersion - The recipe version identifier. If this parameter isn't specified, then
the latest published version is returned.
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:
DescribeRecipeResponse, describeRecipeResponse_createDate - The date and time that the recipe was created.
DescribeRecipeResponse, describeRecipeResponse_createdBy - The identifier (user name) of the user who created the recipe.
DescribeRecipeResponse, describeRecipeResponse_description - The description of the recipe.
DescribeRecipeResponse, describeRecipeResponse_lastModifiedBy - The identifier (user name) of the user who last modified the recipe.
DescribeRecipeResponse, describeRecipeResponse_lastModifiedDate - The date and time that the recipe was last modified.
DescribeRecipeResponse, describeRecipeResponse_projectName - The name of the project associated with this recipe.
DescribeRecipeResponse, describeRecipeResponse_publishedBy - The identifier (user name) of the user who last published the recipe.
DescribeRecipeResponse, describeRecipeResponse_publishedDate - The date and time when the recipe was last published.
DescribeRecipe, describeRecipeResponse_recipeVersion - The recipe version identifier.
DescribeRecipeResponse, describeRecipeResponse_resourceArn - The ARN of the recipe.
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.
DescribeRecipeResponse, describeRecipeResponse_tags - Metadata tags associated with this project.
$sel:httpStatus:DescribeRecipeResponse', describeRecipeResponse_httpStatus - The response's http status code.
DescribeRecipe, describeRecipeResponse_name - The name of the recipe.
Response Lenses
describeRecipeResponse_createDate :: Lens' DescribeRecipeResponse (Maybe UTCTime) Source #
The date and time that the recipe was created.
describeRecipeResponse_createdBy :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The identifier (user name) of the user who created the recipe.
describeRecipeResponse_description :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The description of the recipe.
describeRecipeResponse_lastModifiedBy :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The identifier (user name) of the user who last modified the recipe.
describeRecipeResponse_lastModifiedDate :: Lens' DescribeRecipeResponse (Maybe UTCTime) Source #
The date and time that the recipe was last modified.
describeRecipeResponse_projectName :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The name of the project associated with this recipe.
describeRecipeResponse_publishedBy :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The identifier (user name) of the user who last published the recipe.
describeRecipeResponse_publishedDate :: Lens' DescribeRecipeResponse (Maybe UTCTime) Source #
The date and time when the recipe was last published.
describeRecipeResponse_recipeVersion :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The recipe version identifier.
describeRecipeResponse_resourceArn :: Lens' DescribeRecipeResponse (Maybe Text) Source #
The ARN of 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_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.