antiope-dynamodb-7.0.6: Please see the README on Github at <https://github.com/arbor/antiope#readme>

Safe HaskellNone
LanguageHaskell2010

Antiope.DynamoDB

Documentation

newtype TableName Source #

Constructors

TableName Text 
Instances
Eq TableName Source # 
Instance details

Defined in Antiope.DynamoDB.Types

Show TableName Source # 
Instance details

Defined in Antiope.DynamoDB.Types

IsString TableName Source # 
Instance details

Defined in Antiope.DynamoDB.Types

Generic TableName Source # 
Instance details

Defined in Antiope.DynamoDB.Types

Associated Types

type Rep TableName :: Type -> Type #

ToText TableName Source # 
Instance details

Defined in Antiope.DynamoDB.Types

Methods

toText :: TableName -> Text #

FromText TableName Source # 
Instance details

Defined in Antiope.DynamoDB.Types

type Rep TableName Source # 
Instance details

Defined in Antiope.DynamoDB.Types

type Rep TableName = D1 (MetaData "TableName" "Antiope.DynamoDB.Types" "antiope-dynamodb-7.0.6-7QvHIg8vwtW9BrLq7ta7qj" True) (C1 (MetaCons "TableName" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))