p

aws4cats

package aws4cats

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

Package Members

  1. package internal

Type Members

  1. type AccountId = Refined[String, Refine]
  2. abstract class BaseSdkAsyncClientBuilder[UB <: Repr[UB, UC], UC, F[_], C[_[_]], B <: BaseSdkAsyncClientBuilder[UB, UC, F, C, B]] extends AnyRef

    UB

    underlying AWS builder type

    UC

    underlying AWS client interface

    F

    effect context

    C

    your wrapper client trait

    B

    your wrapper builder type

  3. abstract class BuilderStage[B <: Builder, S <: Stage, C <: SdkClient] extends Stage

    B

    underlying AWS request builder type

    S

    Next stage in constructing the request

    C

    underlying AWS client that will issue the request

  4. sealed abstract class ClientOverrideConfiguration extends AnyRef
  5. sealed abstract class ClientOverrideConfigurationBuilder extends AnyRef
  6. class ExecutorServiceWrapper extends ExecutorService
  7. case class MD5 extends Product with Serializable
  8. sealed abstract class NettyNioAsyncHttpClientBuilder extends AnyRef
  9. sealed trait Region extends Product with Serializable
  10. case class SdkAsyncHttpClient(client: software.amazon.awssdk.http.async.SdkAsyncHttpClient) extends Product with Serializable
  11. abstract class SendStage[R <: AwsRequest, O] extends Stage

    R

    underlying AWS request type

    O

    decoded payload type

  12. trait Stage extends AnyRef

Value Members

  1. object AccountId
  2. object BaseSdkAsyncClientBuilder
  3. object MD5 extends Serializable
  4. object NettyNioAsyncHttpClientBuilder
  5. object ap-northeast-1 extends Region with Product with Serializable
  6. object ap-northeast-2 extends Region with Product with Serializable
  7. object ap-south-1 extends Region with Product with Serializable
  8. object ap-southeast-1 extends Region with Product with Serializable
  9. object ap-southeast-2 extends Region with Product with Serializable
  10. object aws-cn-global extends Region with Product with Serializable
  11. object aws-global extends Region with Product with Serializable
  12. object aws-us-gov-global extends Region with Product with Serializable
  13. object ca-central-1 extends Region with Product with Serializable
  14. object cn-north-1 extends Region with Product with Serializable
  15. object cn-northwest-1 extends Region with Product with Serializable
  16. object eu-central-1 extends Region with Product with Serializable
  17. object eu-north-1 extends Region with Product with Serializable
  18. object eu-west-1 extends Region with Product with Serializable
  19. object eu-west-2 extends Region with Product with Serializable
  20. object eu-west-3 extends Region with Product with Serializable
  21. object sa-east-1 extends Region with Product with Serializable
  22. object us-east-1 extends Region with Product with Serializable
  23. object us-east-2 extends Region with Product with Serializable
  24. object us-gov-east-1 extends Region with Product with Serializable
  25. object us-gov-west-1 extends Region with Product with Serializable
  26. object us-west-1 extends Region with Product with Serializable
  27. object us-west-2 extends Region with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped