AwsCall

trait AwsCall[F[_], Input, Err, Output, StreamedInput, StreamedOutput]
class Object
trait Matchable
class Any

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 streaming component to it.

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