class Aws::Plugins::ParamValidator
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