smithy4s.aws

package smithy4s.aws

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object AwsClient

Attributes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait AwsEnvironment[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Raw

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class HttpResponse(statusCode: Int, headers: List[(CaseInsensitive, String)], body: Array[Byte]) extends Access

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Access
class Object
trait Matchable
class Any
trait SimpleHttpClient[F[_]]

A low level http-client interface that third parties can implement to to provide back-ends for protocols that are fully request/response-based (as in, do not support streaming operations)

A low level http-client interface that third parties can implement to to provide back-ends for protocols that are fully request/response-based (as in, do not support streaming operations)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
trait Time[F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

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