stratosphere-timestream-1.0.0: Stratosphere integration for AWS Timestream.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Timestream.Table

Documentation

data Table Source #

Instances

Instances details
ToJSON Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Show Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

Eq Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Methods

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

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

ToResourceProperties Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Property "DatabaseName" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Associated Types

type PropertyType "DatabaseName" Table 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "DatabaseName" Table = Value Text

Methods

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

Property "MagneticStoreWriteProperties" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Associated Types

type PropertyType "MagneticStoreWriteProperties" Table 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "MagneticStoreWriteProperties" Table = MagneticStoreWritePropertiesProperty

Methods

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

Property "RetentionProperties" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Associated Types

type PropertyType "RetentionProperties" Table 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "RetentionProperties" Table = RetentionPropertiesProperty

Methods

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

Property "Schema" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Associated Types

type PropertyType "Schema" Table 
Instance details

Defined in Stratosphere.Timestream.Table

Methods

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

Property "TableName" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Associated Types

type PropertyType "TableName" Table 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "TableName" Table = Value Text

Methods

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

Property "Tags" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

Associated Types

type PropertyType "Tags" Table 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "Tags" Table = [Tag]

Methods

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

type PropertyType "DatabaseName" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

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

Defined in Stratosphere.Timestream.Table

type PropertyType "MagneticStoreWriteProperties" Table = MagneticStoreWritePropertiesProperty
type PropertyType "RetentionProperties" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "RetentionProperties" Table = RetentionPropertiesProperty
type PropertyType "Schema" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "TableName" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "TableName" Table = Value Text
type PropertyType "Tags" Table Source # 
Instance details

Defined in Stratosphere.Timestream.Table

type PropertyType "Tags" Table = [Tag]