object TestServiceStack extends CloudformationStack with TestServiceLambdaConfig
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestServiceStack
- TestServiceLambdaConfig
- CloudformationStack
- CloudformationSupport
- StsClient
- S3Client
- AwsClient
- Logging
- LazyLogging
- CatsUtils
- DefaultJsonProtocol
- AdditionalFormats
- ProductFormats
- ProductFormatsInstances
- CollectionFormats
- StandardFormats
- BasicFormats
- ConfigurationUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
CloudformationExpression extends Product with Serializable
- Definition Classes
- CloudformationSupport
-
case class
GenericResource extends Resource[GenericResource] with Product with Serializable
- Definition Classes
- CloudformationSupport
-
case class
IterableSequenceSyntax[F[_], T] extends Product with Serializable
- Definition Classes
- CatsUtils
-
class
OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]
- Definition Classes
- StandardFormats
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
accountId: IO[String]
- Definition Classes
- CloudformationSupport
-
def
addDomainSearch(searchDomain: String): String
- Definition Classes
- CloudformationSupport
-
def
addEcsInstanceAttributes(attributes: (String, String)*): String
- Definition Classes
- CloudformationSupport
-
def
addSwap(sizeInMegabytes: Int): String
- Definition Classes
- CloudformationSupport
-
def
aliasRecord(name: String, recordName: String, hostedZoneName: String, address: String): AWS::Route53::RecordSet
- Definition Classes
- CloudformationSupport
-
def
allowQueryDynamoDbTable(table: String): IO[JsObject]
- Definition Classes
- CloudformationSupport
-
val
allowReadWriteSnapshots: JsObject
- Definition Classes
- CloudformationSupport
-
implicit
def
arrayFormat[T](implicit arg0: JsonFormat[T], arg1: ClassTag[T]): RootJsonFormat[Array[T]] { def write(array: Array[T]): spray.json.JsArray }
- Definition Classes
- CollectionFormats
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
associateAddress(address: String): String
- Definition Classes
- CloudformationSupport
-
def
attachInterfaceAndAssociateAddress(interfaceId: String, index: Int, address: String): String
- Definition Classes
- CloudformationSupport
-
def
attachVolume(volumeId: String, device: String, mountPoint: String): String
- Definition Classes
- CloudformationSupport
-
implicit
val
awsContext: AwsContext
- Definition Classes
- CloudformationStack → AwsClient
-
def
buildAwsAsyncClient[BuilderClass <: AwsAsyncClientBuilder[BuilderClass, BuiltClass], BuiltClass](awsClientBuilder: AwsAsyncClientBuilder[BuilderClass, BuiltClass]): BuiltClass
- Definition Classes
- AwsClient
-
def
buildAwsClient[BuilderClass <: AwsSyncClientBuilder[BuilderClass, BuiltClass], BuiltClass](awsClientBuilder: AwsSyncClientBuilder[BuilderClass, BuiltClass]): BuiltClass
- Definition Classes
- AwsClient
-
def
chmod(options: String, dir: String): String
- Definition Classes
- CloudformationSupport
-
def
cidrFromSubnet(subnet: AWS::EC2::Subnet): String
- Definition Classes
- CloudformationSupport
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
val
concurrent: Concurrent[IO]
- Definition Classes
- CloudformationSupport → AwsClient
-
def
configureInterfaceForDocker(interfaceUnixName: String): String
- Definition Classes
- CloudformationSupport
-
implicit
val
contextShift: ContextShift[IO]
- Definition Classes
- CloudformationSupport
-
def
debug[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
debug[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
defaultEcsClusterName: String
- Definition Classes
- CloudformationSupport
-
def
defaultLogGroup(deletionPolicy: DeletionPolicy): GenericResource
- Definition Classes
- CloudformationSupport
-
def
defaultLogGroupName: JsObject
- Definition Classes
- CloudformationSupport
-
val
defaultTaskTargetRoleName: String
- Definition Classes
- CloudformationSupport
-
def
defer[F[_], A](f: ⇒ F[A])(implicit arg0: Sync[F]): F[A]
- Definition Classes
- CatsUtils
-
def
delay[F[_], A](f: ⇒ A)(implicit arg0: Sync[F]): F[A]
- Definition Classes
- CatsUtils
-
def
ec2Instance(name: String, instanceType: String, securityGroup: GenericResource, subnet: AWS::EC2::Subnet, keyName: CloudformationExpression, userData: String, amiId: CloudformationExpression, tags: Map[String, String], dependsOn: Seq[String]): IO[Template]
- Definition Classes
- CloudformationSupport
-
def
ec2TerminateAlarm(name: String, metricName: String, instanceId: String): AWS::CloudWatch::Alarm
- Definition Classes
- CloudformationSupport
-
def
ecsCluster(name: String): GenericResource
- Definition Classes
- CloudformationSupport
-
lazy val
ecsInstanceUserData: String
- Definition Classes
- CloudformationSupport
-
val
ecsOptimisedAmiForRegion: Map[String, String]
- Definition Classes
- CloudformationSupport
-
def
ecsResources(namespaceName: String, vpc: AWS::EC2::VPC, serviceDiscoveryNamespaceName: String): IO[Template]
- Definition Classes
- CloudformationSupport
-
def
ecsScheduledTask(name: String, description: String, scheduleExpression: String, containerImageRootUrl: String, ruleName: Option[String], memorySoftLimit: Option[Int], memoryHardLimit: Option[Int], image: Option[String], imageName: Option[String], imageTag: Option[String], entryPoint: Option[Seq[String]], command: Option[Seq[String]], placementConstraints: Seq[JsObject], portMappings: Map[Int, Int], volumes: Map[String, String], mountPoints: Map[String, String], environment: Map[String, String], taskRolePolicies: Seq[JsObject], clusterName: String, logGroupName: String, scheduleEnabled: Boolean): Template
- Definition Classes
- CloudformationSupport
-
def
ecsServiceTask(name: String, memorySoftLimit: Option[Int], memoryHardLimit: Option[Int], containerImageRootUrl: String, serviceName: Option[String], image: Option[String], imageName: Option[String], imageTag: Option[String], entryPoint: Option[Seq[String]], command: Option[Seq[String]], placementConstraints: Seq[JsObject], portMappings: Map[Int, Int], volumes: Map[String, String], mountPoints: Map[String, String], environment: Map[String, String], taskRolePolicies: Seq[JsObject], clusterName: String, logGroupName: String, desiredCount: Int): Template
- Definition Classes
- CloudformationSupport
-
def
ecsTaskDefinition(name: String, containerName: String, logGroupName: String, logStreamPrefix: String, containerImageRootUrl: String, memorySoftLimit: Option[Int], memoryHardLimit: Option[Int], image: Option[String], imageName: Option[String], imageTag: Option[String], entryPoint: Option[Seq[String]], command: Option[Seq[String]], placementConstraints: Seq[JsObject], portMappings: Map[Int, Int], volumes: Map[String, String], mountPoints: Map[String, String], environment: Map[String, String], taskRolePolicies: Seq[JsObject]): Template
- Definition Classes
- CloudformationSupport
-
implicit
def
eitherFormat[A, B](implicit arg0: JF[A], arg1: JF[B]): JF[Either[A, B]]
- Definition Classes
- StandardFormats
-
def
elasticIp(name: String): AWS::EC2::EIP
- Definition Classes
- CloudformationSupport
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
error[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
extractFieldNames(tag: ClassTag[_]): Array[String]
- Attributes
- protected
- Definition Classes
- ProductFormats
-
def
fromEither[F[_], A](e: Either[Throwable, A])(implicit arg0: Concurrent[F]): F[A]
- Definition Classes
- CatsUtils
-
def
fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T
- Attributes
- protected
- Definition Classes
- ProductFormats
-
def
fromFuture[F[_], A](f: ⇒ Future[A])(implicit arg0: Concurrent[F]): F[A]
- Definition Classes
- CatsUtils
-
def
fromJavaFuture[F[_], A](future: ⇒ Future[A], pollTime: FiniteDuration)(implicit arg0: Concurrent[F]): F[A]
- Definition Classes
- CatsUtils
-
implicit
def
genericResourceFormat: JsonFormat[GenericResource] { def read(json: spray.json.JsValue): Nothing }
- Definition Classes
- CloudformationSupport
-
def
getAccountId: IO[String]
- Definition Classes
- StsClient
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getDefaultRegion: Either[Throwable, String]
- Definition Classes
- ConfigurationUtils
-
def
guarantee[F[_], A](fa: F[A])(finalizer: F[Unit])(implicit bracket: Bracket[F, Throwable]): F[A]
- Definition Classes
- CatsUtils
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hostedZone(name: String, description: String, namespaceName: String, vpc: AWS::EC2::VPC): GenericResource
- Definition Classes
- CloudformationSupport
-
def
httpsUrl(bucketName: String, key: String): String
- Definition Classes
- S3Client
-
implicit
def
immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
immIterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
immLinearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
immSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
immSetFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
indexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]
- Definition Classes
- CollectionFormats
-
def
info[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
info[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
instanceProfile(name: String): IO[Template]
- Definition Classes
- CloudformationSupport
-
def
instanceRole(name: String): IO[GenericResource]
- Definition Classes
- CloudformationSupport
-
val
instanceTypesWithAtLeast16Gb: Seq[String]
- Definition Classes
- CloudformationSupport
-
val
instanceTypesWithAtLeast32Gb: Seq[String]
- Definition Classes
- CloudformationSupport
-
val
instanceTypesWithAtLeast8Gb: Seq[String]
- Definition Classes
- CloudformationSupport
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
iterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
iterableToSequenceSyntax[F[_], T](l: Iterable[F[T]])(implicit arg0: Parallel[F], arg1: Applicative[F]): IterableSequenceSyntax[F, T]
- Definition Classes
- CatsUtils
-
implicit
def
jsValueToCloudformationExpression(v: JsValue): CloudformationExpression
- Definition Classes
- CloudformationSupport
-
implicit
def
jsValueToString(v: JsValue): String
- Definition Classes
- CloudformationSupport
-
def
jsonFormat[T](reader: JsonReader[T], writer: JsonWriter[T]): JsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String, fieldName22: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: JF[P22]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, P2, T <: Product](construct: (P1, P2) ⇒ T, fieldName1: String, fieldName2: String)(implicit arg0: JF[P1], arg1: JF[P2]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat[P1, T <: Product](construct: (P1) ⇒ T, fieldName1: String)(implicit arg0: JF[P1]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat0[T](construct: () ⇒ T): RootJsonFormat[T]
- Definition Classes
- ProductFormats
-
def
jsonFormat1[P1, T <: Product](construct: (P1) ⇒ T)(implicit arg0: JF[P1], arg1: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat10[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat11[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat12[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat13[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat14[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat15[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat16[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat17[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat18[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat19[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat2[P1, P2, T <: Product](construct: (P1, P2) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat20[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat21[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat22[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: JF[P22], arg22: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat3[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat4[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat5[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat6[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat7[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat8[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
jsonFormat9[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: ClassTag[T]): RootJsonFormat[T]
- Definition Classes
- ProductFormatsInstances
-
def
lambda[T](timeout: Option[Duration], s3Bucket: Option[String], s3Key: Option[String], memorySize: Option[Int], policies: Seq[JsObject], schedule: Option[String], scheduleEnabled: Boolean, scheduleDescription: Option[String])(implicit arg0: ClassTag[T], context: StackContext): IO[Template]
- Definition Classes
- CloudformationSupport
-
def
lambda[T](implicit arg0: ClassTag[T], context: StackContext): IO[Template]
- Definition Classes
- CloudformationSupport
-
def
lambdaRole(name: String, policies: Seq[JsObject]): GenericResource
- Definition Classes
- CloudformationSupport
-
def
lazyFormat[T](format: ⇒ JsonFormat[T]): JsonFormat[T] { lazy val delegate: spray.json.JsonFormat[T] }
- Definition Classes
- AdditionalFormats
-
def
lift[T <: AnyRef](reader: RootJsonReader[T]): RootJsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
lift[T <: AnyRef](reader: JsonReader[T]): JsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
lift[T](writer: RootJsonWriter[T]): RootJsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
lift[T](writer: JsonWriter[T]): JsonFormat[T] { def read(value: spray.json.JsValue): Nothing }
- Definition Classes
- AdditionalFormats
-
def
liftIO[F[_], A](f: IO[A])(implicit arg0: Concurrent[F]): F[A]
- Definition Classes
- CatsUtils
-
implicit
def
linearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]
- Definition Classes
- CollectionFormats
-
implicit
def
listFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[List[T]] { def write(list: List[T]): spray.json.JsArray }
- Definition Classes
- CollectionFormats
-
def
logGroup(name: String, logGroupName: CloudformationExpression, deletionPolicy: DeletionPolicy): GenericResource
- Definition Classes
- CloudformationSupport
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
implicit
def
mapFormat[K, V](implicit arg0: JsonFormat[K], arg1: JsonFormat[V]): RootJsonFormat[Map[K, V]] { def write(m: Map[K,V]): spray.json.JsObject }
- Definition Classes
- CollectionFormats
-
implicit
def
mapToTags(tags: Map[String, String]): Seq[AmazonTag]
- Definition Classes
- CloudformationSupport
-
def
memberOf(expression: String): JsObject
- Definition Classes
- CloudformationSupport
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
networkInterface(name: String, description: String, securityGroup: Resource[_], subnet: AWS::EC2::Subnet, tags: Map[String, String]): GenericResource
- Definition Classes
- CloudformationSupport
-
def
nice(level: Int): Seq[String]
- Definition Classes
- CloudformationSupport
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
onCreate(implicit context: StackContext): IO[StackContext]
- Definition Classes
- CloudformationStack
-
def
onDelete(implicit context: StackContext): IO[StackContext]
- Definition Classes
- CloudformationStack
-
def
onUpdate(implicit context: StackContext): IO[StackContext]
- Definition Classes
- CloudformationStack
-
implicit
def
optionFormat[T](implicit arg0: JF[T]): JF[Option[T]]
- Definition Classes
- StandardFormats
-
implicit
def
optionalResourceToTemplate(r: Option[Resource[_]]): Template
- Definition Classes
- CloudformationSupport
-
implicit
def
optionalTemplateToTemplate(r: Option[Template]): Template
- Definition Classes
- CloudformationSupport
-
implicit
def
parameterToTemplate(p: Parameter): Template
- Definition Classes
- CloudformationSupport
-
implicit
def
parseJsStringToObject[T](s: String)(implicit arg0: JsonFormat[T]): T
- Definition Classes
- CloudformationSupport
-
def
policy(name: String, actions: Seq[String], effect: String, resource: Seq[String]): JsObject
- Definition Classes
- CloudformationSupport
-
def
policyToAllowReadWriteListOfS3Bucket(bucket: String): JsObject
- Definition Classes
- CloudformationSupport
-
def
printTags(tags: Map[String, String]): String
- Definition Classes
- CloudformationSupport
-
def
privateDnsNamespace(name: String, description: String, namespaceName: String, vpc: AWS::EC2::VPC): GenericResource
- Definition Classes
- CloudformationSupport
-
def
productElement2Field[T](fieldName: String, p: Product, ix: Int, rest: List[JsField])(implicit writer: JsonWriter[T]): List[JsField]
- Attributes
- protected
- Definition Classes
- ProductFormats
-
def
pure[F[_], A](a: A)(implicit arg0: Sync[F]): F[A]
- Definition Classes
- CatsUtils
-
def
raiseError[F[_], A](t: Throwable)(implicit arg0: Sync[F]): F[A]
- Definition Classes
- CatsUtils
-
def
redirectPortOnInterface(interfaceUnixName: String, fromPort: Int, toPort: Int): String
- Definition Classes
- CloudformationSupport
-
def
ref(p: Parameter): String
- Definition Classes
- CloudformationSupport
-
def
ref(p: Resource[_]): String
- Definition Classes
- CloudformationSupport
-
implicit
def
resourceToTemplate(r: Resource[_]): Template
- Definition Classes
- CloudformationSupport
-
def
rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]
- Definition Classes
- AdditionalFormats
-
def
rootJsonFormat[T](reader: RootJsonReader[T], writer: RootJsonWriter[T]): RootJsonFormat[T]
- Definition Classes
- AdditionalFormats
-
lazy val
s3: AmazonS3
- Definition Classes
- S3Client
-
def
s3CreateBucket(bucketName: String, region: String): IO[Bucket]
- Definition Classes
- S3Client
-
def
s3DeleteObject(bucketName: String, key: String): IO[Unit]
- Definition Classes
- S3Client
-
def
s3Exists(bucketName: String, key: String): IO[Boolean]
- Definition Classes
- S3Client
-
def
s3GetObject(bucketName: String, key: String): IO[S3Object]
- Definition Classes
- S3Client
-
def
s3GetObjectIfExists(bucketName: String, key: String): IO[Option[S3Object]]
- Definition Classes
- S3Client
-
def
s3GetText(bucketName: String, key: String): IO[String]
- Definition Classes
- S3Client
-
def
s3GetTextIfExists(bucketName: String, key: String): IO[Option[String]]
- Definition Classes
- S3Client
-
def
s3ListAllObjects(bucketName: String, prefix: String, maxCount: Option[Int]): IO[List[S3ObjectSummary]]
- Definition Classes
- S3Client
-
def
s3ListAllObjects(s3Path: String): IO[List[S3ObjectSummary]]
- Definition Classes
- S3Client
-
def
s3PutObject(bucketName: String, key: String, data: Array[Byte], storageClass: StorageClass): IO[PutObjectResult]
- Definition Classes
- S3Client
-
def
s3PutText(bucketName: String, key: String, data: String, storageClass: StorageClass): IO[PutObjectResult]
- Definition Classes
- S3Client
-
def
s3WaitForObjectExists(bucketName: String, key: String, repeat: Int): IO[Boolean]
- Definition Classes
- S3Client
-
def
safeReader[A](implicit arg0: JsonReader[A]): JsonReader[Either[Exception, A]]
- Definition Classes
- AdditionalFormats
-
def
securityGroup(ingresses: Seq[JsObject], vpc: AWS::EC2::VPC): GenericResource
- Definition Classes
- CloudformationSupport
-
def
securityGroupIngress(cidrIp: String, fromPort: Int, toPort: Int, ipProtocol: String): JsObject
- Definition Classes
- CloudformationSupport
-
implicit
def
seqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]
- Definition Classes
- CollectionFormats
-
val
serviceConfiguration: LambdaServiceConfiguration[TestRequest[_ <: TestResponse], TestResponse]
- Definition Classes
- TestServiceLambdaConfig
-
def
serviceDiscoveryNamespaces(name: String, description: String, namespaceName: String, vpc: AWS::EC2::VPC): Template
- Definition Classes
- CloudformationSupport
-
def
serviceRole: GenericResource
- Definition Classes
- CloudformationSupport
-
implicit
def
setFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]
- Definition Classes
- CollectionFormats
-
def
sleep[F[_]](duration: FiniteDuration)(implicit arg0: Timer[F]): F[Unit]
- Definition Classes
- CatsUtils
-
def
spotFleet(name: String, instanceTypes: Seq[String], securityGroup: Resource[_], subnet: AWS::EC2::Subnet, keyName: CloudformationExpression, userData: String, amiId: CloudformationExpression, tags: Map[String, String], dependsOn: Seq[String]): IO[Template]
- Definition Classes
- CloudformationSupport
-
def
spotFleetOrInstance(name: String, instanceTypes: Seq[String], securityGroup: GenericResource, subnet: AWS::EC2::Subnet, keyName: CloudformationExpression, userData: String, amiId: CloudformationExpression, tags: Map[String, String], dependsOn: Seq[String], useOnDemandInstances: Boolean): IO[Template]
- Definition Classes
- CloudformationSupport
-
def
spotFleetRole(name: String): GenericResource
- Definition Classes
- CloudformationSupport
-
def
stack(logicalName: String, description: String): Template
- Definition Classes
- CloudformationSupport
-
def
start[F[_], A](f: F[A])(implicit arg0: Concurrent[F]): F[Fiber[F, A]]
- Definition Classes
- CatsUtils
-
def
stringParameter(name: String, description: String, default: Option[String]): StringParameter
- Definition Classes
- CloudformationSupport
-
implicit
def
stringToCloudformationExpression(s: String): CloudformationExpression
- Definition Classes
- CloudformationSupport
-
implicit
def
stringToJsObject(s: String): JsObject
- Definition Classes
- CloudformationSupport
-
implicit
def
stringToJsValueMap(s: String): Option[Map[String, JsValue]]
- Definition Classes
- CloudformationSupport
-
lazy val
sts: AWSSecurityTokenService
- Definition Classes
- StsClient
-
def
subRef(p: Parameter): String
- Definition Classes
- CloudformationSupport
-
def
subRef(r: Resource[_]): String
- Definition Classes
- CloudformationSupport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
take[F[_], T](mvar: MVar[F, T], timeout: Option[FiniteDuration], pollTime: FiniteDuration)(implicit arg0: Concurrent[F], arg1: Timer[F]): F[T]
- Definition Classes
- CatsUtils
-
def
taskRole(name: String, policies: Seq[JsObject]): GenericResource
- Definition Classes
- CloudformationSupport
-
def
taskTargetRole: IO[GenericResource]
- Definition Classes
- CloudformationSupport
-
def
template(implicit context: StackContext): IO[Template]
- Definition Classes
- TestServiceStack → CloudformationStack
-
def
templateFromDescription(description: String): Template
- Definition Classes
- CloudformationSupport
-
def
templateFromParameters(parameters: Parameter*): Template
- Definition Classes
- CloudformationSupport
-
def
templateFromResources(resources: Resource[_]*): Template
- Definition Classes
- CloudformationSupport
-
def
templateIf(condition: Boolean, template: ⇒ Template): Template
- Definition Classes
- CloudformationSupport
-
val
timer: Timer[IO]
- Definition Classes
- CloudformationSupport → AwsClient
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
trace[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
implicit
def
tuple1Format[A](implicit arg0: JF[A]): JF[(A)]
- Definition Classes
- StandardFormats
-
implicit
def
tuple2Format[A, B](implicit arg0: JF[A], arg1: JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }
- Definition Classes
- StandardFormats
-
implicit
def
tuple3Format[A, B, C](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C]): RootJsonFormat[(A, B, C)] { def write(t: (A, B, C)): spray.json.JsArray }
- Definition Classes
- StandardFormats
-
implicit
def
tuple4Format[A, B, C, D](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D]): RootJsonFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): spray.json.JsArray }
- Definition Classes
- StandardFormats
-
implicit
def
tuple5Format[A, B, C, D, E](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E]): RootJsonFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): spray.json.JsArray }
- Definition Classes
- StandardFormats
-
implicit
def
tuple6Format[A, B, C, D, E, F](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F]): RootJsonFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): spray.json.JsArray }
- Definition Classes
- StandardFormats
-
implicit
def
tuple7Format[A, B, C, D, E, F, G](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F], arg6: JF[G]): RootJsonFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): spray.json.JsArray }
- Definition Classes
- StandardFormats
-
def
unit[F[_]](implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- CatsUtils
-
def
updateAliasRecord(hostedZoneName: String, recordName: String, comment: String): String
- Definition Classes
- CloudformationSupport
-
implicit
def
vectorFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Vector[T]]
- Definition Classes
- CollectionFormats
-
def
viaSeq[I <: Iterable[T], T](f: (Seq[T]) ⇒ I)(implicit arg0: JsonFormat[T]): RootJsonFormat[I]
- Definition Classes
- CollectionFormats
-
def
volume(name: String, availabilityZone: String, sizeInGB: Int, tags: Map[String, String]): AWS::EC2::Volume
- Definition Classes
- CloudformationSupport
-
def
volume(name: String, availabilityZone: String, snapshotId: String, tags: Map[String, String]): AWS::EC2::Volume
- Definition Classes
- CloudformationSupport
-
def
vpcWithSubnet(availabilityZone: Token[String], vpcName: String, cidrBlock: CidrBlock, subnetName: String, subnetCidrBlock: CidrBlock, publicPorts: Seq[Int], privatePorts: Seq[Int])(f: (AWS::EC2::VPC, AWS::EC2::Subnet, GenericResource) ⇒ Template): Template
- Definition Classes
- CloudformationSupport
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
waitFor[F[_], A](f: ⇒ F[A])(cond: (A) ⇒ F[Boolean], pollTime: FiniteDuration)(implicit arg0: Concurrent[F], arg1: Timer[F]): F[A]
- Definition Classes
- CatsUtils
-
def
warn[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
warn[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
-
def
whenA[F[_], A](cond: Boolean)(f: ⇒ F[A])(implicit arg0: Monad[F]): F[Unit]
- Definition Classes
- CatsUtils
-
implicit
object
BigDecimalJsonFormat extends JsonFormat[BigDecimal]
- Definition Classes
- BasicFormats
-
implicit
object
BigIntJsonFormat extends JsonFormat[BigInt]
- Definition Classes
- BasicFormats
-
implicit
object
BooleanJsonFormat extends JsonFormat[Boolean]
- Definition Classes
- BasicFormats
-
implicit
object
ByteJsonFormat extends JsonFormat[Byte]
- Definition Classes
- BasicFormats
-
implicit
object
CharJsonFormat extends JsonFormat[Char]
- Definition Classes
- BasicFormats
-
implicit
object
DoubleJsonFormat extends JsonFormat[Double]
- Definition Classes
- BasicFormats
-
implicit
object
FloatJsonFormat extends JsonFormat[Float]
- Definition Classes
- BasicFormats
-
implicit
object
IntJsonFormat extends JsonFormat[Int]
- Definition Classes
- BasicFormats
-
implicit
object
JsValueFormat extends JsonFormat[JsValue]
- Definition Classes
- AdditionalFormats
-
implicit
object
LongJsonFormat extends JsonFormat[Long]
- Definition Classes
- BasicFormats
-
implicit
object
RootJsArrayFormat extends RootJsonFormat[JsArray]
- Definition Classes
- AdditionalFormats
-
implicit
object
RootJsObjectFormat extends RootJsonFormat[JsObject]
- Definition Classes
- AdditionalFormats
-
implicit
object
ShortJsonFormat extends JsonFormat[Short]
- Definition Classes
- BasicFormats
-
implicit
object
StringJsonFormat extends JsonFormat[String]
- Definition Classes
- BasicFormats
-
implicit
object
SymbolJsonFormat extends JsonFormat[Symbol]
- Definition Classes
- BasicFormats
-
implicit
object
UnitJsonFormat extends JsonFormat[Unit]
- Definition Classes
- BasicFormats
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated