libZSservicesZSamazonka-databrewZSamazonka-databrew
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DataBrew.DescribeRecipe

Description

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

Synopsis

Creating a Request

data DescribeRecipe Source #

See: newDescribeRecipe smart constructor.

Constructors

DescribeRecipe' 

Fields

  • recipeVersion :: Maybe Text

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

  • name :: Text

    The name of the recipe to be described.

Instances

Instances details
Eq DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Read DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Show DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Generic DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type Rep DescribeRecipe :: Type -> Type #

NFData DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Methods

rnf :: DescribeRecipe -> () #

Hashable DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

AWSRequest DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type AWSResponse DescribeRecipe #

ToHeaders DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

ToPath DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

ToQuery DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type Rep DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type Rep DescribeRecipe = D1 ('MetaData "DescribeRecipe" "Amazonka.DataBrew.DescribeRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeRecipe'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

newDescribeRecipe Source #

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

Instances details
Eq DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Read DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Show DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Generic DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type Rep DescribeRecipeResponse :: Type -> Type #

NFData DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Methods

rnf :: DescribeRecipeResponse -> () #

type Rep DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type Rep DescribeRecipeResponse = D1 ('MetaData "DescribeRecipeResponse" "Amazonka.DataBrew.DescribeRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeRecipeResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "publishedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeStep]))) :*: (S1 ('MetaSel ('Just "publishedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeRecipeResponse Source #

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_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_tags :: Lens' DescribeRecipeResponse (Maybe (HashMap Text Text)) Source #

Metadata tags associated with this project.