| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.DataBrew.Recipe.ActionProperty
Documentation
data RecipeParametersProperty Source #
Constructors
Instances
data S3LocationProperty Source #
Constructors
| S3LocationProperty | |
Instances
| ToJSON S3LocationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.S3LocationProperty Methods toJSON :: S3LocationProperty -> Value # toEncoding :: S3LocationProperty -> Encoding # toJSONList :: [S3LocationProperty] -> Value # toEncodingList :: [S3LocationProperty] -> Encoding # omitField :: S3LocationProperty -> Bool # | |||||
| Show S3LocationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.S3LocationProperty Methods showsPrec :: Int -> S3LocationProperty -> ShowS # show :: S3LocationProperty -> String # showList :: [S3LocationProperty] -> ShowS # | |||||
| Eq S3LocationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.S3LocationProperty Methods (==) :: S3LocationProperty -> S3LocationProperty -> Bool # (/=) :: S3LocationProperty -> S3LocationProperty -> Bool # | |||||
| ToResourceProperties S3LocationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.S3LocationProperty Methods toResourceProperties :: S3LocationProperty -> ResourceProperties # | |||||
| Property "Bucket" S3LocationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.S3LocationProperty Associated Types
Methods set :: PropertyType "Bucket" S3LocationProperty -> S3LocationProperty -> S3LocationProperty # | |||||
| Property "Key" S3LocationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.S3LocationProperty Associated Types
Methods set :: PropertyType "Key" S3LocationProperty -> S3LocationProperty -> S3LocationProperty # | |||||
| type PropertyType "Bucket" S3LocationProperty Source # | |||||
| type PropertyType "Key" S3LocationProperty Source # | |||||
data InputProperty Source #
Constructors
| InputProperty | |
Instances
| ToJSON InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Methods toJSON :: InputProperty -> Value # toEncoding :: InputProperty -> Encoding # toJSONList :: [InputProperty] -> Value # toEncodingList :: [InputProperty] -> Encoding # omitField :: InputProperty -> Bool # | |||||
| Show InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Methods showsPrec :: Int -> InputProperty -> ShowS # show :: InputProperty -> String # showList :: [InputProperty] -> ShowS # | |||||
| Eq InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Methods (==) :: InputProperty -> InputProperty -> Bool # (/=) :: InputProperty -> InputProperty -> Bool # | |||||
| ToResourceProperties InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Methods toResourceProperties :: InputProperty -> ResourceProperties # | |||||
| Property "DataCatalogInputDefinition" InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Associated Types
Methods set :: PropertyType "DataCatalogInputDefinition" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "S3InputDefinition" InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Associated Types
Methods set :: PropertyType "S3InputDefinition" InputProperty -> InputProperty -> InputProperty # | |||||
| type PropertyType "DataCatalogInputDefinition" InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty | |||||
| type PropertyType "S3InputDefinition" InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty | |||||
data DataCatalogInputDefinitionProperty Source #
Constructors
| DataCatalogInputDefinitionProperty | |
Fields
| |
Instances
| ToJSON DataCatalogInputDefinitionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty | |||||
| Show DataCatalogInputDefinitionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty Methods showsPrec :: Int -> DataCatalogInputDefinitionProperty -> ShowS # | |||||
| Eq DataCatalogInputDefinitionProperty Source # | |||||
| ToResourceProperties DataCatalogInputDefinitionProperty Source # | |||||
| Property "CatalogId" DataCatalogInputDefinitionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty Associated Types
Methods set :: PropertyType "CatalogId" DataCatalogInputDefinitionProperty -> DataCatalogInputDefinitionProperty -> DataCatalogInputDefinitionProperty # | |||||
| Property "DatabaseName" DataCatalogInputDefinitionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty Associated Types
Methods set :: PropertyType "DatabaseName" DataCatalogInputDefinitionProperty -> DataCatalogInputDefinitionProperty -> DataCatalogInputDefinitionProperty # | |||||
| Property "TableName" DataCatalogInputDefinitionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty Associated Types
Methods set :: PropertyType "TableName" DataCatalogInputDefinitionProperty -> DataCatalogInputDefinitionProperty -> DataCatalogInputDefinitionProperty # | |||||
| Property "TempDirectory" DataCatalogInputDefinitionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty Associated Types
Methods set :: PropertyType "TempDirectory" DataCatalogInputDefinitionProperty -> DataCatalogInputDefinitionProperty -> DataCatalogInputDefinitionProperty # | |||||
| type PropertyType "CatalogId" DataCatalogInputDefinitionProperty Source # | |||||
| type PropertyType "DatabaseName" DataCatalogInputDefinitionProperty Source # | |||||
| type PropertyType "TableName" DataCatalogInputDefinitionProperty Source # | |||||
| type PropertyType "TempDirectory" DataCatalogInputDefinitionProperty Source # | |||||
data SecondaryInputProperty Source #
Constructors
| SecondaryInputProperty | |
Instances
| ToJSON SecondaryInputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.SecondaryInputProperty Methods toJSON :: SecondaryInputProperty -> Value # toEncoding :: SecondaryInputProperty -> Encoding # toJSONList :: [SecondaryInputProperty] -> Value # toEncodingList :: [SecondaryInputProperty] -> Encoding # omitField :: SecondaryInputProperty -> Bool # | |||||
| Show SecondaryInputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.SecondaryInputProperty Methods showsPrec :: Int -> SecondaryInputProperty -> ShowS # show :: SecondaryInputProperty -> String # showList :: [SecondaryInputProperty] -> ShowS # | |||||
| Eq SecondaryInputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.SecondaryInputProperty Methods (==) :: SecondaryInputProperty -> SecondaryInputProperty -> Bool # (/=) :: SecondaryInputProperty -> SecondaryInputProperty -> Bool # | |||||
| ToResourceProperties SecondaryInputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.SecondaryInputProperty Methods toResourceProperties :: SecondaryInputProperty -> ResourceProperties # | |||||
| Property "DataCatalogInputDefinition" SecondaryInputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.SecondaryInputProperty Associated Types
Methods set :: PropertyType "DataCatalogInputDefinition" SecondaryInputProperty -> SecondaryInputProperty -> SecondaryInputProperty # | |||||
| Property "S3InputDefinition" SecondaryInputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.SecondaryInputProperty Associated Types
Methods set :: PropertyType "S3InputDefinition" SecondaryInputProperty -> SecondaryInputProperty -> SecondaryInputProperty # | |||||
| type PropertyType "DataCatalogInputDefinition" SecondaryInputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.SecondaryInputProperty type PropertyType "DataCatalogInputDefinition" SecondaryInputProperty = DataCatalogInputDefinitionProperty | |||||
| type PropertyType "S3InputDefinition" SecondaryInputProperty Source # | |||||
data ActionProperty Source #
Constructors
| ActionProperty | |
Fields | |
Instances
| ToJSON ActionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.ActionProperty Methods toJSON :: ActionProperty -> Value # toEncoding :: ActionProperty -> Encoding # toJSONList :: [ActionProperty] -> Value # toEncodingList :: [ActionProperty] -> Encoding # omitField :: ActionProperty -> Bool # | |||||
| Show ActionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.ActionProperty Methods showsPrec :: Int -> ActionProperty -> ShowS # show :: ActionProperty -> String # showList :: [ActionProperty] -> ShowS # | |||||
| Eq ActionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.ActionProperty Methods (==) :: ActionProperty -> ActionProperty -> Bool # (/=) :: ActionProperty -> ActionProperty -> Bool # | |||||
| ToResourceProperties ActionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.ActionProperty Methods toResourceProperties :: ActionProperty -> ResourceProperties # | |||||
| Property "Operation" ActionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.ActionProperty Associated Types
Methods set :: PropertyType "Operation" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "Parameters" ActionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.ActionProperty Associated Types
Methods set :: PropertyType "Parameters" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| type PropertyType "Operation" ActionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.ActionProperty | |||||
| type PropertyType "Parameters" ActionProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.ActionProperty | |||||