package parsers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- parsers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Delete[T](before: T) extends DynamoDBBeforeAfter[T] with Product with Serializable
- sealed trait DynamoDBBeforeAfter[T] extends AnyRef
- case class Insert[T](after: T) extends DynamoDBBeforeAfter[T] with Product with Serializable
- case class Unsupported[T](reason: String) extends DynamoDBBeforeAfter[T] with Product with Serializable
- case class Update[T](before: T, after: T) extends DynamoDBBeforeAfter[T] with Product with Serializable
Value Members
- def parseDynamoEvent[F[_], T](record: RecordAdapter)(implicit arg0: Sync[F], df: DynamoFormat[T]): F[DynamoDBBeforeAfter[T]]
- def parseDynamoRecord[F[_], T](image: Map[String, AttributeValue])(implicit arg0: Sync[F], df: DynamoFormat[T]): F[T]