CloudFormationCustomResourceRequest

feral.lambda.cloudformation.CloudFormationCustomResourceRequest$

Attributes

Companion:
class
Source:
package.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Inherited methods

def accumulatingJsonOf[F[_], A](implicit F: Concurrent[F], decoder: Decoder[A]): EntityDecoder[F, A]

An EntityDecoder that uses circe's accumulating decoder for decoding the JSON.

An EntityDecoder that uses circe's accumulating decoder for decoding the JSON.

In case of a failure, returns an InvalidMessageBodyFailure with the cause containing a DecodingFailures exception, from which the errors can be extracted.

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

Attributes

Inherited from:
JawnInstances
Source:
JawnInstances.scala

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

An EntityEncoder for a fs2.Stream of JSONs, which will encode it as a single JSON array.

An EntityEncoder for a fs2.Stream of JSONs, which will encode it as a single JSON array.

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

An EntityEncoder for a fs2.Stream of values, which will encode it as a single JSON array.

An EntityEncoder for a fs2.Stream of values, which will encode it as a single JSON array.

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

Implicits

Inherited implicits

implicit val decodeUri: Decoder[Uri]

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala
implicit val encodeUri: Encoder[Uri]

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala
implicit def jsonDecoder[F[_] : Concurrent]: EntityDecoder[F, Json]

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala
implicit def jsonEncoder[F[_]]: EntityEncoder[F, Json]

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala
final implicit def toMessageSyntax[F[_]](req: Message[F]): MessageSyntax[F]

Attributes

Inherited from:
CirceInstances
Source:
CirceInstances.scala