class Seahorse::Client::Plugins::ParamValidation
def add_handlers(handlers, config)
def add_handlers(handlers, config) if config.validate_params handlers.add(Handler, step: :validate, priority: 50) end end
def add_handlers(handlers, config) if config.validate_params handlers.add(Handler, step: :validate, priority: 50) end end