stratosphere-dynamodb-1.0.0: Stratosphere integration for AWS DynamoDB.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.DynamoDB.Table.CsvProperty

Documentation

data CsvProperty Source #

Instances

Instances details
ToJSON CsvProperty Source # 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

Show CsvProperty Source # 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

Eq CsvProperty Source # 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

ToResourceProperties CsvProperty Source # 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

Property "Delimiter" CsvProperty Source # 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

Associated Types

type PropertyType "Delimiter" CsvProperty 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

type PropertyType "Delimiter" CsvProperty = Value Text

Methods

set :: PropertyType "Delimiter" CsvProperty -> CsvProperty -> CsvProperty #

Property "HeaderList" CsvProperty Source # 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

Associated Types

type PropertyType "HeaderList" CsvProperty 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

Methods

set :: PropertyType "HeaderList" CsvProperty -> CsvProperty -> CsvProperty #

type PropertyType "Delimiter" CsvProperty Source # 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty

type PropertyType "Delimiter" CsvProperty = Value Text
type PropertyType "HeaderList" CsvProperty Source # 
Instance details

Defined in Stratosphere.DynamoDB.Table.CsvProperty