package aspects
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- aspects
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AspectSupport[Self] extends AnyRef
- type AwsCallAspect[-R] = ZIOAspect[Nothing, R, AwsError, AwsError, Nothing, Described[_]]
- case class Described[+A](value: A, description: ServiceCallDescription) extends Product with Serializable
- case class ServiceCallDescription(service: String, operation: String) extends Product with Serializable
- implicit class ZLayerSyntax[RIn, E, ROut <: AspectSupport[ROut]] extends AnyRef
Value Members
- def callDuration(prefix: String, boundaries: Boundaries): AwsCallAspect[Any]
- val callLogging: AwsCallAspect[Any]
- object AwsCallAspect