DynamoValue

object DynamoValue
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Number(value: String)

DynamoDb Number, which is represented as a string

DynamoDb Number, which is represented as a string

Companion
object
object Number
Companion
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def b(value: ByteVector): DynamoValue
def bool(value: Boolean): DynamoValue
def bs(values: NonEmptySet[ByteVector]): DynamoValue
def l(values: List[DynamoValue]): DynamoValue
def l(values: DynamoValue*): DynamoValue
def m(values: Map[String, DynamoValue]): DynamoValue
def m(values: (String, DynamoValue)*): DynamoValue
def n(value: Number): DynamoValue
def n[A](value: A)(`evidence$1`: Numeric[A]): DynamoValue
def s(value: String): DynamoValue
def ss(values: NonEmptySet[String]): DynamoValue

Concrete fields