package proxy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- proxy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ProxyRequest (path: String, httpMethod: String, headers: Map[String, String] = Map.empty, queryStringParameters: Option[Map[String, String]] = None, stageVariables: Option[Map[String, String]] = None, body: Option[String] = None, requestContext: RequestContext = RequestContext()) extends Product with Serializable
- case class ProxyResponse (statusCode: Int, headers: Map[String, String] = Map.empty, body: Option[String] = 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