Module ApiGateway.RequestValidator

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html

type properties = {
  1. validate_request_parameters : bool option;
  2. rest_api_id : string;
  3. validate_request_body : bool option;
  4. name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html;

val make_properties : ?validate_request_parameters:bool -> rest_api_id:string -> ?validate_request_body:bool -> ?name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. request_validator_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string