final class Aws extends ~>[LoadbalancerOp, IO]
- Source
- Aws.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Aws
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Aws(cfg: Infrastructure.Aws)
Value Members
-
def
and[H[_]](h: FunctionK[LoadbalancerOp, H]): FunctionK[LoadbalancerOp, [γ$4$]Tuple2K[IO, H, γ$4$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[IO, H]): FunctionK[LoadbalancerOp, H]
- Definition Classes
- FunctionK
-
def
apply[A](op: LoadbalancerOp[A]): IO[A]
- Definition Classes
- Aws → FunctionK
- def attachASGToTargetGroups(asgName: String, targetGroups: List[TargetGroup]): IO[Unit]
-
def
compose[E[_]](f: FunctionK[E, LoadbalancerOp]): FunctionK[E, IO]
- Definition Classes
- FunctionK
- def createASG(name: String, namespace: NamespaceName, size: ASGSize): IO[Unit]
- def createListeners(loadbalancer: LoadBalancer, targetGroups: List[TargetGroup]): IO[List[Listener]]
- def createNLB(name: String, scheme: NlbScheme): IO[LoadBalancer]
- def createTargetGroups(targetGroupNamePrefix: String, p: List[Port], vpcID: String): IO[List[TargetGroup]]
- def delete(lb: LoadbalancerDeployment): IO[Unit]
- def deleteASG(name: String): IO[Unit]
- def deleteNLB(lbarn: String): IO[Unit]
- def deleteTargetGroups(targetGroups: List[TargetGroup]): IO[Unit]
- def getLoadBalancerArn(name: String): IO[String]
- def getTargetGroupsForNLB(lbarn: String): IO[List[TargetGroup]]
- def launch(lb: Loadbalancer, v: MajorVersion, ns: NamespaceName, p: Plan, hash: String): IO[DNSName]
- def loadbalancerName(name: String, v: MajorVersion, hash: String): String
- val log: Logger
-
def
or[H[_]](h: FunctionK[H, IO]): FunctionK[[γ$1$]EitherK[LoadbalancerOp, H, γ$1$], IO]
- Definition Classes
- FunctionK
- def resizeASG(name: String, size: ASGSize): IO[Unit]
- def targetGroupNamePrefix(name: String, v: MajorVersion): String