Values.CreateRequestValidatorRequestSourceCreates a RequestValidator of a given RestApi.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)name : String_.t option;The name of the to-be-created RequestValidator.
*)validateRequestBody : Boolean.t option;A Boolean flag to indicate whether to validate request body according to the configured model schema for the method (true) or not (false).
*)validateRequestParameters : Boolean.t option;A Boolean flag to indicate whether to validate request parameters, true, or not false.
*)}