AwsEnvironment

smithy4s.aws.AwsEnvironment
See theAwsEnvironment companion trait

Attributes

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

Members list

Value members

Concrete methods

def default[F[_] : Files](client: Client[F], region: AwsRegion)(implicit evidence$1: Files[F], F: Temporal[F]): Resource[F, AwsEnvironment[F]]
def make[F[_]](client: Client[F], awsRegion: F[AwsRegion], creds: F[AwsCredentials], time: F[Timestamp]): AwsEnvironment[F]