Values.UpdateRequestValidatorRequestSourceUpdates a RequestValidator of a given RestApi.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)requestValidatorId : String_.t;The identifier of RequestValidator to be updated.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}