Producer

trait Producer[F[_], A]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def putRecord(record: A): F[PutRecordResponse]
def putRecords(records: NonEmptyVector[A]): F[RichPutRecordsResponse[A]]