Packages

final class Aws extends ~>[LoadbalancerOp, IO]

Source
Aws.scala
Linear Supertypes
FunctionK[LoadbalancerOp, IO], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aws
  2. FunctionK
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Aws(cfg: Infrastructure.Aws)

Value Members

  1. def and[H[_]](h: FunctionK[LoadbalancerOp, H]): FunctionK[LoadbalancerOp, [γ$4$]Tuple2K[IO, H, γ$4$]]
    Definition Classes
    FunctionK
  2. def andThen[H[_]](f: FunctionK[IO, H]): FunctionK[LoadbalancerOp, H]
    Definition Classes
    FunctionK
  3. def apply[A](op: LoadbalancerOp[A]): IO[A]
    Definition Classes
    Aws → FunctionK
  4. def attachASGToTargetGroups(asgName: String, targetGroups: List[TargetGroup]): IO[Unit]
  5. def compose[E[_]](f: FunctionK[E, LoadbalancerOp]): FunctionK[E, IO]
    Definition Classes
    FunctionK
  6. def createASG(name: String, namespace: NamespaceName, size: ASGSize): IO[Unit]
  7. def createListeners(loadbalancer: LoadBalancer, targetGroups: List[TargetGroup]): IO[List[Listener]]
  8. def createNLB(name: String, scheme: NlbScheme): IO[LoadBalancer]
  9. def createTargetGroups(targetGroupNamePrefix: String, p: List[Port], vpcID: String): IO[List[TargetGroup]]
  10. def delete(lb: LoadbalancerDeployment): IO[Unit]
  11. def deleteASG(name: String): IO[Unit]
  12. def deleteNLB(lbarn: String): IO[Unit]
  13. def deleteTargetGroups(targetGroups: List[TargetGroup]): IO[Unit]
  14. def getLoadBalancerArn(name: String): IO[String]
  15. def getTargetGroupsForNLB(lbarn: String): IO[List[TargetGroup]]
  16. def launch(lb: Loadbalancer, v: MajorVersion, ns: NamespaceName, p: Plan, hash: String): IO[DNSName]
  17. def loadbalancerName(name: String, v: MajorVersion, hash: String): String
  18. val log: Logger
  19. def or[H[_]](h: FunctionK[H, IO]): FunctionK[[γ$1$]EitherK[LoadbalancerOp, H, γ$1$], IO]
    Definition Classes
    FunctionK
  20. def resizeASG(name: String, size: ASGSize): IO[Unit]
  21. def targetGroupNamePrefix(name: String, v: MajorVersion): String