smithy4s.aws

package smithy4s.aws

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object AwsCall

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
AwsCall.type
object AwsClient

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
AwsClient.type
case class AwsClientError(statusCode: Int, body: Array[Byte]) extends Throwable

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait AwsClientInitialisationError extends Exception

Attributes

Companion
object
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AwsCredentialsFile(default: Option[AwsCredentials], profiles: Map[String, AwsCredentials])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AwsCredentialsFileException(message: String, cause: Throwable) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class AwsCredentialsProvider[F[_]](implicit F: Temporal[F])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
trait AwsEnvironment[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

type AwsClient[Alg[_[_, _, _, _, _]], F[_]] = Alg[[_, _, _, _, _] =>> AwsCall[F, _$8, _$9, _$10, _$11, _$12]]
type AwsCredentials = AwsCredentials
type AwsRegion = AwsRegion
type Timestamp = Timestamp

Value members

Concrete fields

val AwsCredentials: AwsCredentials.type
val AwsRegion: AwsRegion.type
val Timestamp: Timestamp.type