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 ProxyRequest[T](path: String, httpMethod: String, headers: Option[Map[String, String]] = None, queryStringParameters: Option[Map[String, String]] = None, stageVariables: Option[Map[String, String]] = None, requestContext: RequestContext = RequestContext(), body: Option[T] = None) extends Product with Serializable

    Permalink
  2. case class ProxyResponse[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] = None) 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 ProxyResponse extends Serializable

    Permalink
  2. object RequestContext extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped