AwsCall

smithy4s.aws.AwsCall
trait AwsCall[F[_], Input, Err, Output, StreamedInput, StreamedOutput]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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.

Attributes