AwsCall

smithy4s.aws.AwsCall
See theAwsCall companion object
trait AwsCall[F[_], Input, Err, Output, StreamedInput, StreamedOutput]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def run(implicit ev: Unary[StreamedInput, StreamedOutput]): F[Output]

Runs the call and exposes the output in an effect, provided it is proven that the call does not have a streamed component to it.

Runs the call and exposes the output in an effect, provided it is proven that the call does not have a streamed component to it.

Attributes