Package

io.github.mkotsur.aws

proxy

Permalink

package proxy

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. proxy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ApiProxyRequest[B, C](path: String, pathParameters: Option[Map[String, String]] = None, httpMethod: String, headers: Option[Map[String, String]] = None, queryStringParameters: Option[Map[String, String]] = None, stageVariables: Option[Map[String, String]] = None, requestContext: C, body: Option[B] = None)(implicit evidence$1: Decoder[C]) extends Product with Serializable

    Permalink
  2. case class ApiProxyResponse[T](statusCode: Int, headers: Option[Map[String, String]] = None, body: Option[T] = None) extends Product with Serializable

    Permalink
  3. case class RequestContext(authorizer: Option[RequestContextAuthorizer]) extends Product with Serializable

    Permalink
  4. case class RequestContextAuthorizer(principalId: String) extends Product with Serializable

    Permalink
  5. case class RequestInput(body: String) extends Product with Serializable

    Permalink

Value Members

  1. object ApiProxyResponse extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped