stratosphere-cassandra-1.0.0: Stratosphere integration for AWS Cassandra.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Cassandra.Type

Documentation

data Type Source #

Instances

Instances details
ToJSON Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

Show Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Eq Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

Methods

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

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

ToResourceProperties Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

Property "Fields" Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

Associated Types

type PropertyType "Fields" Type 
Instance details

Defined in Stratosphere.Cassandra.Type

type PropertyType "Fields" Type = [FieldProperty]

Methods

set :: PropertyType "Fields" Type -> Type -> Type #

Property "KeyspaceName" Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

Associated Types

type PropertyType "KeyspaceName" Type 
Instance details

Defined in Stratosphere.Cassandra.Type

type PropertyType "KeyspaceName" Type = Value Text

Methods

set :: PropertyType "KeyspaceName" Type -> Type -> Type #

Property "TypeName" Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

Associated Types

type PropertyType "TypeName" Type 
Instance details

Defined in Stratosphere.Cassandra.Type

type PropertyType "TypeName" Type = Value Text

Methods

set :: PropertyType "TypeName" Type -> Type -> Type #

type PropertyType "Fields" Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

type PropertyType "Fields" Type = [FieldProperty]
type PropertyType "KeyspaceName" Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

type PropertyType "KeyspaceName" Type = Value Text
type PropertyType "TypeName" Type Source # 
Instance details

Defined in Stratosphere.Cassandra.Type

type PropertyType "TypeName" Type = Value Text