stratosphere-glue-1.0.0: Stratosphere integration for AWS Glue.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Glue.Table

Documentation

data Table Source #

Instances

Instances details
ToJSON Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

Show Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

Eq Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

Methods

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

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

ToResourceProperties Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

Property "CatalogId" Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

Associated Types

type PropertyType "CatalogId" Table 
Instance details

Defined in Stratosphere.Glue.Table

type PropertyType "CatalogId" Table = Value Text

Methods

set :: PropertyType "CatalogId" Table -> Table -> Table #

Property "DatabaseName" Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

Associated Types

type PropertyType "DatabaseName" Table 
Instance details

Defined in Stratosphere.Glue.Table

type PropertyType "DatabaseName" Table = Value Text

Methods

set :: PropertyType "DatabaseName" Table -> Table -> Table #

Property "OpenTableFormatInput" Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

Associated Types

type PropertyType "OpenTableFormatInput" Table 
Instance details

Defined in Stratosphere.Glue.Table

type PropertyType "OpenTableFormatInput" Table = OpenTableFormatInputProperty

Methods

set :: PropertyType "OpenTableFormatInput" Table -> Table -> Table #

Property "TableInput" Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

Associated Types

type PropertyType "TableInput" Table 
Instance details

Defined in Stratosphere.Glue.Table

Methods

set :: PropertyType "TableInput" Table -> Table -> Table #

type PropertyType "CatalogId" Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

type PropertyType "CatalogId" Table = Value Text
type PropertyType "DatabaseName" Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

type PropertyType "DatabaseName" Table = Value Text
type PropertyType "OpenTableFormatInput" Table Source # 
Instance details

Defined in Stratosphere.Glue.Table

type PropertyType "OpenTableFormatInput" Table = OpenTableFormatInputProperty
type PropertyType "TableInput" Table Source # 
Instance details

Defined in Stratosphere.Glue.Table