package
dynamodb
Type Members
-
sealed
trait
Column[A] extends AnyRef
-
-
sealed
trait
Comparison extends AnyRef
-
case class
Decoder[A] extends Product with Serializable
-
type
DynamoDBAction[A] = Kleisli[Attempt, AmazonDynamoDB, A]
-
type
DynamoMap = Map[String, AttributeValue]
-
case class
Encoder[A](run: (A) ⇒ Option[AttributeValue]) extends Product with Serializable
-
type
Field[A] = (String, Value)
-
type
KeyValue = Map[String, Value]
-
-
case class
NonEmptyBytes extends Product with Serializable
-
case class
Page[KR, V](result: List[V], next: Option[KR]) extends Product with Serializable
-
trait
Queries extends AnyRef
-
trait
QueryTypes extends AnyRef
-
sealed
trait
ScanDirection extends AnyRef
-
-
case class
TableDefinition[K, V, H, R] extends Product with Serializable
-
type
Unmarshaller[A] = Kleisli[Attempt, DynamoMap, A]
-
type
Value = Option[AttributeValue]
Inherited from AnyRef
Inherited from Any