class Aws::Plugins::ResponsePaging::Handler

def call(context)

def call(context)
  context[:original_params] = context.params
  PageableResponse.new(@handler.call(context), pager(context))
end