Seahorse::Client::Handler
@api private
# File lib/aws-sdk-core/plugins/response_paging.rb, line 24 def call(context) context[:original_params] = context.params resp = @handler.call(context) resp.extend(PageableResponse) resp.pager = context.operation[:pager] resp end