@api private
# File lib/aws-sdk-core/plugins/response_paging.rb, line 8 def call(context) context[:original_params] = context.params PageableResponse.new(@handler.call(context), pager(context)) end
# File lib/aws-sdk-core/plugins/response_paging.rb, line 15 def pager(context) context.client.class.paginators.pager(context.operation.name) end