zio.lambda.response

Type members

Classlikes

final case class APIGatewayProxyResponse(statusCode: Int, headers: Map[String, String], multiValueHeaders: Map[String, List[String]], body: String, isBase64Encoded: Boolean)
Companion:
object
final case class APIGatewayV2HTTPResponse(statusCode: Int, headers: Map[String, String], multiValueHeaders: Map[String, List[String]], cookies: List[String], body: String, isBase64Encoded: Boolean)
Companion:
object
final case class APIGatewayV2WebSocketResponse(isBase64Encoded: Boolean, statusCode: Int, headers: Map[String, String], multiValueHeaders: Map[String, List[String]], body: String)
Companion:
object
final case class ApplicationLoadBalancerResponse(statusCode: Int, statusDescription: String, isBase64Encoded: Boolean, headers: Map[String, String], multiValueHeaders: Map[String, List[String]], body: String)
Companion:
object
case object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

final case class S3BatchResponse()
Companion:
object
Companion:
class
final case class SimpleIAMPolicyResponse()
Companion:
object