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.Types.RecipeReference

Description

 
Synopsis

Documentation

data RecipeReference Source #

Represents the name and version of a DataBrew recipe.

See: newRecipeReference smart constructor.

Constructors

RecipeReference' 

Fields

Instances

Instances details
Eq RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Read RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Show RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Generic RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Associated Types

type Rep RecipeReference :: Type -> Type #

NFData RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Methods

rnf :: RecipeReference -> () #

Hashable RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

ToJSON RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

FromJSON RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

type Rep RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

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

newRecipeReference Source #

Create a value of RecipeReference 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:RecipeReference', recipeReference_recipeVersion - The identifier for the version for the recipe.

$sel:name:RecipeReference', recipeReference_name - The name of the recipe.

recipeReference_recipeVersion :: Lens' RecipeReference (Maybe Text) Source #

The identifier for the version for the recipe.