Seahorse::Client::Handler
# File lib/aws-sdk-core/plugins/swf_read_timeouts.rb, line 8 def call(context) context.config = context.config.dup context.config.http_read_timeout = 90 @handler.call(context) end