UnaryLowLevelClient

smithy4s.client.UnaryLowLevelClient
trait UnaryLowLevelClient[F[_], Request, Response]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UnaryLowLevelClient[F, Request, Response]

Members list

Value members

Abstract methods

def run[Output](request: Request)(responseCB: Response => F[Output]): F[Output]