stratosphere-s3tables-1.0.0: Stratosphere integration for AWS S3Tables.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.S3Tables.Table

Documentation

data Table Source #

Instances

Instances details
ToJSON Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Show Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

Eq Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Methods

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

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

ToResourceProperties Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Property "Compaction" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Associated Types

type PropertyType "Compaction" Table 
Instance details

Defined in Stratosphere.S3Tables.Table

Methods

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

Property "IcebergMetadata" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Associated Types

type PropertyType "IcebergMetadata" Table 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "IcebergMetadata" Table = IcebergMetadataProperty

Methods

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

Property "Namespace" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Associated Types

type PropertyType "Namespace" Table 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "Namespace" Table = Value Text

Methods

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

Property "OpenTableFormat" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Associated Types

type PropertyType "OpenTableFormat" Table 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "OpenTableFormat" Table = Value Text

Methods

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

Property "SnapshotManagement" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Associated Types

type PropertyType "SnapshotManagement" Table 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "SnapshotManagement" Table = SnapshotManagementProperty

Methods

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

Property "TableBucketARN" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Associated Types

type PropertyType "TableBucketARN" Table 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "TableBucketARN" Table = Value Text

Methods

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

Property "TableName" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Associated Types

type PropertyType "TableName" Table 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "TableName" Table = Value Text

Methods

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

Property "WithoutMetadata" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

Associated Types

type PropertyType "WithoutMetadata" Table 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "WithoutMetadata" Table = Value Text

Methods

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

type PropertyType "Compaction" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "IcebergMetadata" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "IcebergMetadata" Table = IcebergMetadataProperty
type PropertyType "Namespace" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "Namespace" Table = Value Text
type PropertyType "OpenTableFormat" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "OpenTableFormat" Table = Value Text
type PropertyType "SnapshotManagement" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

type PropertyType "SnapshotManagement" Table = SnapshotManagementProperty
type PropertyType "TableBucketARN" Table Source # 
Instance details

Defined in Stratosphere.S3Tables.Table

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

Defined in Stratosphere.S3Tables.Table

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

Defined in Stratosphere.S3Tables.Table

type PropertyType "WithoutMetadata" Table = Value Text