stratosphere-databrew-1.0.0: Stratosphere integration for AWS DataBrew.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.DataBrew.Recipe

Documentation

data Recipe Source #

Instances

Instances details
ToJSON Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Show Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Eq Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Methods

(==) :: Recipe -> Recipe -> Bool #

(/=) :: Recipe -> Recipe -> Bool #

ToResourceProperties Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Property "Description" Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Associated Types

type PropertyType "Description" Recipe 
Instance details

Defined in Stratosphere.DataBrew.Recipe

type PropertyType "Description" Recipe = Value Text

Methods

set :: PropertyType "Description" Recipe -> Recipe -> Recipe #

Property "Name" Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Associated Types

type PropertyType "Name" Recipe 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Methods

set :: PropertyType "Name" Recipe -> Recipe -> Recipe #

Property "Steps" Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Associated Types

type PropertyType "Steps" Recipe 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Methods

set :: PropertyType "Steps" Recipe -> Recipe -> Recipe #

Property "Tags" Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

Associated Types

type PropertyType "Tags" Recipe 
Instance details

Defined in Stratosphere.DataBrew.Recipe

type PropertyType "Tags" Recipe = [Tag]

Methods

set :: PropertyType "Tags" Recipe -> Recipe -> Recipe #

type PropertyType "Description" Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

type PropertyType "Description" Recipe = Value Text
type PropertyType "Name" Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

type PropertyType "Steps" Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

type PropertyType "Tags" Recipe Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe

type PropertyType "Tags" Recipe = [Tag]