stratosphere-apigateway-1.0.0: Stratosphere integration for AWS ApiGateway.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ApiGateway.RequestValidator

Documentation

data RequestValidator Source #

Instances

Instances details
ToJSON RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Show RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Eq RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

ToResourceProperties RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Property "Name" RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Associated Types

type PropertyType "Name" RequestValidator 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Property "RestApiId" RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Associated Types

type PropertyType "RestApiId" RequestValidator 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Property "ValidateRequestBody" RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Associated Types

type PropertyType "ValidateRequestBody" RequestValidator 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

type PropertyType "ValidateRequestBody" RequestValidator = Value Bool

Methods

set :: PropertyType "ValidateRequestBody" RequestValidator -> RequestValidator -> RequestValidator #

Property "ValidateRequestParameters" RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

Associated Types

type PropertyType "ValidateRequestParameters" RequestValidator 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

type PropertyType "ValidateRequestParameters" RequestValidator = Value Bool

Methods

set :: PropertyType "ValidateRequestParameters" RequestValidator -> RequestValidator -> RequestValidator #

type PropertyType "Name" RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

type PropertyType "RestApiId" RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

type PropertyType "ValidateRequestBody" RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

type PropertyType "ValidateRequestBody" RequestValidator = Value Bool
type PropertyType "ValidateRequestParameters" RequestValidator Source # 
Instance details

Defined in Stratosphere.ApiGateway.RequestValidator

type PropertyType "ValidateRequestParameters" RequestValidator = Value Bool