class Aws::Plugins::ResponsePaging

def pageable_operations(config)

def pageable_operations(config)
  config.api.operations.inject([]) do |pageable, (name, operation)|
    pageable << name if operation[:pager]
    pageable
  end
end