ApiGateway.RequestValidator
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html
type properties = {
validate_request_parameters : bool option;
rest_api_id : string;
validate_request_body : bool option;
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 ]
val create_attributes : string -> attributes