class Aws::Plugins::ParamConverter

into the required types.
When ‘true`, an attempt is made to coerce request parameters
@seahorse.client.option [Boolean] :convert_params (true)

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  handlers.add(Handler, step: :initialize) if config.convert_params
end