p

feral.lambda

cloudformation

package cloudformation

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cloudformation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CloudFormationCustomResource[F[_], Input, Output] extends AnyRef
  2. final case class CloudFormationCustomResourceRequest[A](RequestType: CloudFormationRequestType, ResponseURL: Uri, StackId: StackId, RequestId: RequestId, ResourceType: ResourceType, LogicalResourceId: LogicalResourceId, PhysicalResourceId: Option[PhysicalResourceId], ResourceProperties: A, OldResourceProperties: Option[JsonObject]) extends Product with Serializable
  3. final case class CloudFormationCustomResourceResponse(Status: RequestResponseStatus, Reason: Option[String], PhysicalResourceId: Option[PhysicalResourceId], StackId: StackId, RequestId: RequestId, LogicalResourceId: LogicalResourceId, Data: Json) extends Product with Serializable
  4. sealed trait CloudFormationRequestType extends AnyRef
  5. final case class HandlerResponse[A](physicalId: PhysicalResourceId, data: Option[A]) extends Product with Serializable
  6. type LogicalResourceId = cloudformation.LogicalResourceId.Type
  7. type PhysicalResourceId = cloudformation.PhysicalResourceId.Type
  8. type RequestId = cloudformation.RequestId.Type
  9. sealed trait RequestResponseStatus extends AnyRef
  10. type ResourceType = cloudformation.ResourceType.Type
  11. type StackId = cloudformation.StackId.Type

Value Members

  1. object CloudFormationCustomResource
  2. object CloudFormationCustomResourceRequest extends CirceInstances with Serializable
  3. object CloudFormationCustomResourceResponse extends Serializable
  4. object CloudFormationRequestType
  5. object HandlerResponse extends Serializable
  6. object LogicalResourceId extends NewtypeWrapped[String]
  7. object MissingResourceProperties extends RuntimeException
  8. object PhysicalResourceId extends NewtypeWrapped[String]
  9. object RequestId extends NewtypeWrapped[String]
  10. object RequestResponseStatus
  11. object ResourceType extends NewtypeWrapped[String]
  12. object StackId extends NewtypeWrapped[String]

Inherited from AnyRef

Inherited from Any

Ungrouped