All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.lambda.event.CognitoUserPoolVerifyAuthChallengeResponseEvent.scala Maven / Gradle / Ivy

The newest version!
package zio.lambda.event

import zio.json._

final case class CognitoUserPoolVerifyAuthChallengeResponseEvent()
object CognitoUserPoolVerifyAuthChallengeResponseEvent {
  implicit val decoder: JsonDecoder[CognitoUserPoolVerifyAuthChallengeResponseEvent] =
    DeriveJsonDecoder.gen[CognitoUserPoolVerifyAuthChallengeResponseEvent]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy