Sha256: 2e750fc2ccf1c04be917a29aab40da3361b7e78783ee99ba6db6fb5ad982b0a2

Contents?: true

Size: 298 Bytes

Versions: 8

Compression:

Stored size: 298 Bytes

Contents

module Aws
  module Plugins
    class ResponsePaging < Seahorse::Client::Plugin

      # @api private
      class Handler < Seahorse::Client::Handler

        def call(context)
          PageableResponse.new(@handler.call(context))
        end

      end

      handler(Handler)

    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc10 lib/aws/plugins/response_paging.rb
aws-sdk-core-2.0.0.rc9 lib/aws/plugins/response_paging.rb
aws-sdk-core-2.0.0.rc8 lib/aws/plugins/response_paging.rb
aws-sdk-core-2.0.0.rc7 lib/aws/plugins/response_paging.rb
aws-sdk-core-2.0.0.rc6 lib/aws/plugins/response_paging.rb
aws-sdk-core-2.0.0.rc5 lib/aws/plugins/response_paging.rb
aws-sdk-core-2.0.0.rc4 lib/aws/plugins/response_paging.rb
aws-sdk-core-2.0.0.rc3 lib/aws/plugins/response_paging.rb