io.atlassian

aws

package aws

Linear Supertypes
Types, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. aws
  2. Types
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed class AmazonClient[A <: AmazonWebServiceClient] extends AnyRef

  2. case class AmazonClientConnectionDef(socketTimeoutMs: Option[Int], connectionTimeoutMs: Option[Int], maxErrorRetry: Option[Int], maxConnections: Option[Int], proxyHost: Option[String], proxyPort: Option[Int], region: Option[Region], endpointUrl: Option[String], credential: Option[Credential]) extends Product with Serializable

  3. trait AmazonClientOps extends AnyRef

  4. type Attempt[A] = kadai.Attempt[A]

  5. sealed trait AvailabilityZone extends AnyRef

  6. case class AwsAction[R, W, A](run: ReaderT[[γ$1$]EitherT[[β$0$]WriterT[Future, W, β$0$], Invalid, γ$1$], R, A]) extends Product with Serializable

  7. class AwsActionMonad[R, W] extends Monad[[γ$0$]AwsAction[R, W, γ$0$]] with MonadReader[[γ$1$]AwsAction[R, W, γ$1$], R] with MonadListen[[γ$2$]AwsAction[R, W, γ$2$], W] with MonadPlus[[γ$3$]AwsAction[R, W, γ$3$]] with MonadError[[γ$4$]AwsAction[R, W, γ$4$], Invalid]

  8. implicit final class AwsTaggedOps[A, T] extends AnyVal

  9. case class Credential extends Product with Serializable

    Wraps provision of credentials for AWS clients.

  10. abstract class Functions[C, W] extends AnyRef

    the standard set of combinators all AwsAction specialisations get for free

  11. case class HttpHeaders(headers: Map[String, String]) extends Product with Serializable

  12. case class MetaData(requestIds: List[String]) extends Product with Serializable

  13. sealed trait OverwriteMode extends AnyRef

    Definition Classes
    Types
  14. trait Types extends AnyRef

  15. case class WrappedInvalidException extends RuntimeException with Product with Serializable

Value Members

  1. object AWSRequestIdRetriever

  2. object AmazonClient extends AmazonClientOps

  3. object AmazonClientConnectionDef extends Serializable

    Extracts configuration suitable for Amazon ClientConfiguration from a kadai Config.

  4. object AmazonExceptions

  5. object AmazonRegion

  6. object AmazonRegionDef

  7. val Attempt: kadai.Attempt.type

  8. object AvailabilityZone

  9. object AwsAction extends Serializable

  10. object BuildInfo extends Product with Serializable

  11. object Credential extends Serializable

  12. object MetaData extends Serializable

  13. object OverwriteMode

    Definition Classes
    Types
  14. object WrappedInvalidException extends Serializable

Inherited from Types

Inherited from AnyRef

Inherited from Any

Ungrouped