| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.GluePartition
Description
Synopsis
- data GluePartition = GluePartition {}
- gluePartition :: Val Text -> Val Text -> GluePartitionPartitionInput -> Val Text -> GluePartition
- gpCatalogId :: Lens' GluePartition (Val Text)
- gpDatabaseName :: Lens' GluePartition (Val Text)
- gpPartitionInput :: Lens' GluePartition GluePartitionPartitionInput
- gpTableName :: Lens' GluePartition (Val Text)
Documentation
data GluePartition #
Full data type definition for GluePartition. See gluePartition for a
more convenient constructor.
Constructors
| GluePartition | |
Instances
| Eq GluePartition # | |
Defined in Stratosphere.Resources.GluePartition Methods (==) :: GluePartition -> GluePartition -> Bool # (/=) :: GluePartition -> GluePartition -> Bool # | |
| Show GluePartition # | |
Defined in Stratosphere.Resources.GluePartition Methods showsPrec :: Int -> GluePartition -> ShowS # show :: GluePartition -> String # showList :: [GluePartition] -> ShowS # | |
| ToJSON GluePartition # | |
Defined in Stratosphere.Resources.GluePartition Methods toJSON :: GluePartition -> Value # toEncoding :: GluePartition -> Encoding # toJSONList :: [GluePartition] -> Value # toEncodingList :: [GluePartition] -> Encoding # | |
| FromJSON GluePartition # | |
Defined in Stratosphere.Resources.GluePartition Methods parseJSON :: Value -> Parser GluePartition # parseJSONList :: Value -> Parser [GluePartition] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> GluePartitionPartitionInput | |
| -> Val Text | |
| -> GluePartition |
Constructor for GluePartition containing required fields as arguments.
gpCatalogId :: Lens' GluePartition (Val Text) #
gpDatabaseName :: Lens' GluePartition (Val Text) #