package proxy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- proxy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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
- case class ProxyResponse [T](statusCode: Int, headers: Option[Map[String, String]] = None, body: Option[T] = None) extends Product with Serializable
- case class RequestContext (authorizer: Option[RequestContextAuthorizer] = None) extends Product with Serializable
- case class RequestContextAuthorizer (principalId: String) extends Product with Serializable
- case class RequestInput (body: String) extends Product with Serializable
Value Members
- object ProxyResponse extends Serializable
- object RequestContext extends Serializable