class Aws::Plugins::JsonRpcHeaders::Handler

def target(context)

def target(context)
  prefix = context.config.api.metadata['json_target_prefix']
  "#{prefix}.#{context.operation.name}"
end