AwsClient

object AwsClient
class Object
trait Matchable
class Any

Type members

Classlikes

final class AWSInterpreterBuilder[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _]](awsProtocol: AwsProtocol, service: Service[Alg, Op], endpointPrefix: String)
case class InitialisationError(msg: String) extends Throwable

Value members

Concrete methods

def apply[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _], F[_] : MonadThrow](service: Service[Alg, Op], awsEnv: AwsEnvironment[F]): Resource[F, AwsClient[Alg, F]]
def prepare[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _]](service: Service[Alg, Op]): Either[Throwable, AWSInterpreterBuilder[Alg, Op]]