com.github.yoshiyoshifujii.aws

apigateway

package apigateway

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. apigateway
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AWSApiGatewayAuthorize(regionName: String, restApiId: RestApiId) extends AWSApiGatewayAuthorizeWrapper with Product with Serializable

  2. trait AWSApiGatewayAuthorizeWrapper extends AWSApiGatewayRestApiWrapper

  3. case class AWSApiGatewayMethods(regionName: String, restApiId: RestApiId, path: Path, httpMethod: HttpMethod) extends AWSApiGatewayMethodsWrapper with Product with Serializable

  4. trait AWSApiGatewayMethodsWrapper extends AWSApiGatewayRestApiWrapper

  5. case class AWSApiGatewayRestApi(regionName: String) extends AWSApiGatewayRestApiWrapper with Product with Serializable

  6. trait AWSApiGatewayRestApiWrapper extends AWSApiGatewayWrapper

  7. trait AWSApiGatewayWrapper extends AWSWrapper

  8. type AuthorizerId = String

  9. type DeploymentId = String

  10. type HttpMethod = String

  11. case class IdentitySource(header: String) extends Product with Serializable

  12. type PatchPath = String

  13. type PatchValue = String

  14. type Path = String

  15. type Region = String

  16. case class RequestTemplates(values: (String, String)*) extends Product with Serializable

  17. type ResourceId = String

  18. case class ResponseTemplate(statusCode: String, selectionPattern: Option[String] = scala.None, templates: Map[String, String] = ..., parameters: Map[String, String] = ...) extends Product with Serializable

  19. case class ResponseTemplates(values: ResponseTemplate*) extends Product with Serializable

  20. type RestApiId = String

  21. type SelectionPattern = String

  22. type StageDescription = String

  23. type StageName = String

  24. type StageVariables = Map[String, String]

  25. type StatusCode = String

  26. case class Uri(regionName: String, awsAccountId: String, lambdaName: String, lambdaAlias: Option[String]) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped