class Aws::Plugins::ParamValidator
sending the request.
When ‘true`, request parameters are validated before
@seahorse.client.option [Boolean] :validate_params (true)
def add_handlers(handlers, config)
def add_handlers(handlers, config) if config.validate_params handlers.add(Handler, step: :validate, priority: 50) end end