Packages

p

zio.aws.core

aspects

package aspects

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. aspects
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AspectSupport[Self] extends AnyRef
  2. type AwsCallAspect[-R] = ZIOAspect[Nothing, R, AwsError, AwsError, Nothing, Described[_]]
  3. case class Described[+A](value: A, description: ServiceCallDescription) extends Product with Serializable
  4. case class ServiceCallDescription(service: String, operation: String) extends Product with Serializable
  5. implicit class ZLayerSyntax[RIn, E, ROut <: AspectSupport[ROut]] extends AnyRef

Value Members

  1. def callDuration(prefix: String, boundaries: Boundaries): AwsCallAspect[Any]
  2. val callLogging: AwsCallAspect[Any]
  3. object AwsCallAspect

Inherited from AnyRef

Inherited from Any

Ungrouped