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.RecipeAction

Description

 
Synopsis

Documentation

data RecipeAction Source #

Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe actions reference.

See: newRecipeAction smart constructor.

Constructors

RecipeAction' 

Fields

Instances

Instances details
Eq RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Read RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Show RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Generic RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Associated Types

type Rep RecipeAction :: Type -> Type #

NFData RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Methods

rnf :: RecipeAction -> () #

Hashable RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

ToJSON RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

FromJSON RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

type Rep RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

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

newRecipeAction Source #

Create a value of RecipeAction 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:parameters:RecipeAction', recipeAction_parameters - Contextual parameters for the transformation.

$sel:operation:RecipeAction', recipeAction_operation - The name of a valid DataBrew transformation to be performed on the data.

recipeAction_parameters :: Lens' RecipeAction (Maybe (HashMap Text Text)) Source #

Contextual parameters for the transformation.

recipeAction_operation :: Lens' RecipeAction Text Source #

The name of a valid DataBrew transformation to be performed on the data.