class Aws::Plugins::ParamValidator

@api private

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  if config.validate_params
    handlers.add(Handler, step: :validate, priority: 50)
  end
end