class Aws::Json::Handler
def call(context)
-
(Seahorse::Client::Response)
-
Parameters:
-
context
(Seahorse::Client::RequestContext
) --
def call(context) build_request(context) response = @handler.call(context) response.on(200..299) { |resp| parse_response(resp) } response.on(200..599) { |resp| apply_request_id(context) } response end