smithy4s.client
package smithy4s.client
Members list
Type members
Classlikes
final class UnaryClientCodecs[F[_], Request, Response, I, E, O](val inputEncoder: I => F[Request], val errorDecoder: Response => F[Throwable], val outputDecoder: Response => F[O])
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object UnaryClientCodecs
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UnaryClientCodecs.type
object UnaryClientCompiler
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UnaryClientCompiler.type
object UnaryClientEndpoint
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UnaryClientEndpoint.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
In this article