AwsEnvironment

smithy4s.aws.AwsEnvironment$
See theAwsEnvironment companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def default[F[_]](client: SimpleHttpClient[F], region: AwsRegion)(implicit F: Async[F]): Resource[F, AwsEnvironment[F]]
def make[F[_]](client: SimpleHttpClient[F], awsRegion: F[AwsRegion], creds: F[AwsCredentials], time: F[Timestamp]): AwsEnvironment[F]