| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Glue.Partition
Documentation
data PartitionInputProperty Source #
Constructors
| PartitionInputProperty | |
Fields | |
Instances
data ColumnProperty Source #
Constructors
| ColumnProperty | |
Fields | |
Instances
| ToJSON ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty Methods toJSON :: ColumnProperty -> Value # toEncoding :: ColumnProperty -> Encoding # toJSONList :: [ColumnProperty] -> Value # toEncodingList :: [ColumnProperty] -> Encoding # omitField :: ColumnProperty -> Bool # | |||||
| Show ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty Methods showsPrec :: Int -> ColumnProperty -> ShowS # show :: ColumnProperty -> String # showList :: [ColumnProperty] -> ShowS # | |||||
| Eq ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty Methods (==) :: ColumnProperty -> ColumnProperty -> Bool # (/=) :: ColumnProperty -> ColumnProperty -> Bool # | |||||
| ToResourceProperties ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty Methods toResourceProperties :: ColumnProperty -> ResourceProperties # | |||||
| Property "Comment" ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty Associated Types
Methods set :: PropertyType "Comment" ColumnProperty -> ColumnProperty -> ColumnProperty # | |||||
| Property "Name" ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty Associated Types
Methods set :: PropertyType "Name" ColumnProperty -> ColumnProperty -> ColumnProperty # | |||||
| Property "Type" ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty Associated Types
Methods set :: PropertyType "Type" ColumnProperty -> ColumnProperty -> ColumnProperty # | |||||
| type PropertyType "Comment" ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty | |||||
| type PropertyType "Name" ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty | |||||
| type PropertyType "Type" ColumnProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.ColumnProperty | |||||
data OrderProperty Source #
Constructors
| OrderProperty | |
Fields | |
Instances
| ToJSON OrderProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.OrderProperty Methods toJSON :: OrderProperty -> Value # toEncoding :: OrderProperty -> Encoding # toJSONList :: [OrderProperty] -> Value # toEncodingList :: [OrderProperty] -> Encoding # omitField :: OrderProperty -> Bool # | |||||
| Show OrderProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.OrderProperty Methods showsPrec :: Int -> OrderProperty -> ShowS # show :: OrderProperty -> String # showList :: [OrderProperty] -> ShowS # | |||||
| Eq OrderProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.OrderProperty Methods (==) :: OrderProperty -> OrderProperty -> Bool # (/=) :: OrderProperty -> OrderProperty -> Bool # | |||||
| ToResourceProperties OrderProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.OrderProperty Methods toResourceProperties :: OrderProperty -> ResourceProperties # | |||||
| Property "Column" OrderProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.OrderProperty Associated Types
Methods set :: PropertyType "Column" OrderProperty -> OrderProperty -> OrderProperty # | |||||
| Property "SortOrder" OrderProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.OrderProperty Associated Types
Methods set :: PropertyType "SortOrder" OrderProperty -> OrderProperty -> OrderProperty # | |||||
| type PropertyType "Column" OrderProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.OrderProperty | |||||
| type PropertyType "SortOrder" OrderProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.OrderProperty | |||||
data StorageDescriptorProperty Source #
Constructors
| StorageDescriptorProperty | |
Fields
| |
Instances
| ToJSON StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Methods toJSON :: StorageDescriptorProperty -> Value # toEncoding :: StorageDescriptorProperty -> Encoding # toJSONList :: [StorageDescriptorProperty] -> Value # | |||||
| Show StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Methods showsPrec :: Int -> StorageDescriptorProperty -> ShowS # show :: StorageDescriptorProperty -> String # showList :: [StorageDescriptorProperty] -> ShowS # | |||||
| Eq StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Methods (==) :: StorageDescriptorProperty -> StorageDescriptorProperty -> Bool # (/=) :: StorageDescriptorProperty -> StorageDescriptorProperty -> Bool # | |||||
| ToResourceProperties StorageDescriptorProperty Source # | |||||
| Property "BucketColumns" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "BucketColumns" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "Columns" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "Columns" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "Compressed" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "Compressed" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "InputFormat" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "InputFormat" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "Location" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "Location" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "NumberOfBuckets" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "NumberOfBuckets" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "OutputFormat" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "OutputFormat" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "Parameters" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "Parameters" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "SchemaReference" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "SchemaReference" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "SerdeInfo" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "SerdeInfo" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "SkewedInfo" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "SkewedInfo" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "SortColumns" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "SortColumns" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| Property "StoredAsSubDirectories" StorageDescriptorProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.StorageDescriptorProperty Associated Types
Methods set :: PropertyType "StoredAsSubDirectories" StorageDescriptorProperty -> StorageDescriptorProperty -> StorageDescriptorProperty # | |||||
| type PropertyType "BucketColumns" StorageDescriptorProperty Source # | |||||
| type PropertyType "Columns" StorageDescriptorProperty Source # | |||||
| type PropertyType "Compressed" StorageDescriptorProperty Source # | |||||
| type PropertyType "InputFormat" StorageDescriptorProperty Source # | |||||
| type PropertyType "Location" StorageDescriptorProperty Source # | |||||
| type PropertyType "NumberOfBuckets" StorageDescriptorProperty Source # | |||||
| type PropertyType "OutputFormat" StorageDescriptorProperty Source # | |||||
| type PropertyType "Parameters" StorageDescriptorProperty Source # | |||||
| type PropertyType "SchemaReference" StorageDescriptorProperty Source # | |||||
| type PropertyType "SerdeInfo" StorageDescriptorProperty Source # | |||||
| type PropertyType "SkewedInfo" StorageDescriptorProperty Source # | |||||
| type PropertyType "SortColumns" StorageDescriptorProperty Source # | |||||
| type PropertyType "StoredAsSubDirectories" StorageDescriptorProperty Source # | |||||
data SchemaIdProperty Source #
Constructors
| SchemaIdProperty | |
Fields
| |
Instances
| ToJSON SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty Methods toJSON :: SchemaIdProperty -> Value # toEncoding :: SchemaIdProperty -> Encoding # toJSONList :: [SchemaIdProperty] -> Value # toEncodingList :: [SchemaIdProperty] -> Encoding # omitField :: SchemaIdProperty -> Bool # | |||||
| Show SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty Methods showsPrec :: Int -> SchemaIdProperty -> ShowS # show :: SchemaIdProperty -> String # showList :: [SchemaIdProperty] -> ShowS # | |||||
| Eq SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty Methods (==) :: SchemaIdProperty -> SchemaIdProperty -> Bool # (/=) :: SchemaIdProperty -> SchemaIdProperty -> Bool # | |||||
| ToResourceProperties SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty Methods toResourceProperties :: SchemaIdProperty -> ResourceProperties # | |||||
| Property "RegistryName" SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty Associated Types
Methods set :: PropertyType "RegistryName" SchemaIdProperty -> SchemaIdProperty -> SchemaIdProperty # | |||||
| Property "SchemaArn" SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty Associated Types
Methods set :: PropertyType "SchemaArn" SchemaIdProperty -> SchemaIdProperty -> SchemaIdProperty # | |||||
| Property "SchemaName" SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty Associated Types
Methods set :: PropertyType "SchemaName" SchemaIdProperty -> SchemaIdProperty -> SchemaIdProperty # | |||||
| type PropertyType "RegistryName" SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty | |||||
| type PropertyType "SchemaArn" SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty | |||||
| type PropertyType "SchemaName" SchemaIdProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaIdProperty | |||||
data SchemaReferenceProperty Source #
Constructors
| SchemaReferenceProperty | |
Fields
| |
Instances
| ToJSON SchemaReferenceProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaReferenceProperty Methods toJSON :: SchemaReferenceProperty -> Value # toEncoding :: SchemaReferenceProperty -> Encoding # toJSONList :: [SchemaReferenceProperty] -> Value # | |||||
| Show SchemaReferenceProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaReferenceProperty Methods showsPrec :: Int -> SchemaReferenceProperty -> ShowS # show :: SchemaReferenceProperty -> String # showList :: [SchemaReferenceProperty] -> ShowS # | |||||
| Eq SchemaReferenceProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaReferenceProperty Methods (==) :: SchemaReferenceProperty -> SchemaReferenceProperty -> Bool # (/=) :: SchemaReferenceProperty -> SchemaReferenceProperty -> Bool # | |||||
| ToResourceProperties SchemaReferenceProperty Source # | |||||
| Property "SchemaId" SchemaReferenceProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaReferenceProperty Associated Types
Methods set :: PropertyType "SchemaId" SchemaReferenceProperty -> SchemaReferenceProperty -> SchemaReferenceProperty # | |||||
| Property "SchemaVersionId" SchemaReferenceProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaReferenceProperty Associated Types
Methods set :: PropertyType "SchemaVersionId" SchemaReferenceProperty -> SchemaReferenceProperty -> SchemaReferenceProperty # | |||||
| Property "SchemaVersionNumber" SchemaReferenceProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SchemaReferenceProperty Associated Types
Methods set :: PropertyType "SchemaVersionNumber" SchemaReferenceProperty -> SchemaReferenceProperty -> SchemaReferenceProperty # | |||||
| type PropertyType "SchemaId" SchemaReferenceProperty Source # | |||||
| type PropertyType "SchemaVersionId" SchemaReferenceProperty Source # | |||||
| type PropertyType "SchemaVersionNumber" SchemaReferenceProperty Source # | |||||
data SerdeInfoProperty Source #
Constructors
| SerdeInfoProperty | |
Fields
| |
Instances
| ToJSON SerdeInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SerdeInfoProperty Methods toJSON :: SerdeInfoProperty -> Value # toEncoding :: SerdeInfoProperty -> Encoding # toJSONList :: [SerdeInfoProperty] -> Value # toEncodingList :: [SerdeInfoProperty] -> Encoding # omitField :: SerdeInfoProperty -> Bool # | |||||
| Show SerdeInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SerdeInfoProperty Methods showsPrec :: Int -> SerdeInfoProperty -> ShowS # show :: SerdeInfoProperty -> String # showList :: [SerdeInfoProperty] -> ShowS # | |||||
| Eq SerdeInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SerdeInfoProperty Methods (==) :: SerdeInfoProperty -> SerdeInfoProperty -> Bool # (/=) :: SerdeInfoProperty -> SerdeInfoProperty -> Bool # | |||||
| ToResourceProperties SerdeInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SerdeInfoProperty Methods toResourceProperties :: SerdeInfoProperty -> ResourceProperties # | |||||
| Property "Name" SerdeInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SerdeInfoProperty Associated Types
Methods set :: PropertyType "Name" SerdeInfoProperty -> SerdeInfoProperty -> SerdeInfoProperty # | |||||
| Property "Parameters" SerdeInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SerdeInfoProperty Associated Types
Methods set :: PropertyType "Parameters" SerdeInfoProperty -> SerdeInfoProperty -> SerdeInfoProperty # | |||||
| Property "SerializationLibrary" SerdeInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SerdeInfoProperty Associated Types
Methods set :: PropertyType "SerializationLibrary" SerdeInfoProperty -> SerdeInfoProperty -> SerdeInfoProperty # | |||||
| type PropertyType "Name" SerdeInfoProperty Source # | |||||
| type PropertyType "Parameters" SerdeInfoProperty Source # | |||||
| type PropertyType "SerializationLibrary" SerdeInfoProperty Source # | |||||
data SkewedInfoProperty Source #
Constructors
| SkewedInfoProperty | |
Fields | |
Instances
| ToJSON SkewedInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SkewedInfoProperty Methods toJSON :: SkewedInfoProperty -> Value # toEncoding :: SkewedInfoProperty -> Encoding # toJSONList :: [SkewedInfoProperty] -> Value # toEncodingList :: [SkewedInfoProperty] -> Encoding # omitField :: SkewedInfoProperty -> Bool # | |||||
| Show SkewedInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SkewedInfoProperty Methods showsPrec :: Int -> SkewedInfoProperty -> ShowS # show :: SkewedInfoProperty -> String # showList :: [SkewedInfoProperty] -> ShowS # | |||||
| Eq SkewedInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SkewedInfoProperty Methods (==) :: SkewedInfoProperty -> SkewedInfoProperty -> Bool # (/=) :: SkewedInfoProperty -> SkewedInfoProperty -> Bool # | |||||
| ToResourceProperties SkewedInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SkewedInfoProperty Methods toResourceProperties :: SkewedInfoProperty -> ResourceProperties # | |||||
| Property "SkewedColumnNames" SkewedInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SkewedInfoProperty Associated Types
Methods set :: PropertyType "SkewedColumnNames" SkewedInfoProperty -> SkewedInfoProperty -> SkewedInfoProperty # | |||||
| Property "SkewedColumnValueLocationMaps" SkewedInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SkewedInfoProperty Associated Types
Methods set :: PropertyType "SkewedColumnValueLocationMaps" SkewedInfoProperty -> SkewedInfoProperty -> SkewedInfoProperty # | |||||
| Property "SkewedColumnValues" SkewedInfoProperty Source # | |||||
Defined in Stratosphere.Glue.Partition.SkewedInfoProperty Associated Types
Methods set :: PropertyType "SkewedColumnValues" SkewedInfoProperty -> SkewedInfoProperty -> SkewedInfoProperty # | |||||
| type PropertyType "SkewedColumnNames" SkewedInfoProperty Source # | |||||
| type PropertyType "SkewedColumnValueLocationMaps" SkewedInfoProperty Source # | |||||
| type PropertyType "SkewedColumnValues" SkewedInfoProperty Source # | |||||
mkOrderProperty :: Value Text -> OrderProperty Source #
Constructors
| Partition | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html |
Fields | |
Instances
| ToJSON Partition Source # | |||||
| Show Partition Source # | |||||
| Eq Partition Source # | |||||
| ToResourceProperties Partition Source # | |||||
Defined in Stratosphere.Glue.Partition Methods | |||||
| Property "CatalogId" Partition Source # | |||||
Defined in Stratosphere.Glue.Partition Associated Types
| |||||
| Property "DatabaseName" Partition Source # | |||||
Defined in Stratosphere.Glue.Partition Associated Types
| |||||
| Property "PartitionInput" Partition Source # | |||||
Defined in Stratosphere.Glue.Partition Associated Types
| |||||
| Property "TableName" Partition Source # | |||||
Defined in Stratosphere.Glue.Partition Associated Types
| |||||
| type PropertyType "CatalogId" Partition Source # | |||||
Defined in Stratosphere.Glue.Partition | |||||
| type PropertyType "DatabaseName" Partition Source # | |||||
Defined in Stratosphere.Glue.Partition | |||||
| type PropertyType "PartitionInput" Partition Source # | |||||
Defined in Stratosphere.Glue.Partition | |||||
| type PropertyType "TableName" Partition Source # | |||||
Defined in Stratosphere.Glue.Partition | |||||