Gets a RequestValidator of a given RestApi.
apigateway_get_request_validator(restApiId, requestValidatorId)
[required] [Required] The string identifier of the associated RestApi.
[required] [Required] The identifier of the RequestValidator to be retrieved.
A list with the following syntax:
list( id = "string", name = "string", validateRequestBody = TRUE|FALSE, validateRequestParameters = TRUE|FALSE )
svc$get_request_validator( restApiId = "string", requestValidatorId = "string" )