class Aws::Query::Handler
def call(context)
-
(Seahorse::Client::Response)
-
Parameters:
-
context
(Seahorse::Client::RequestContext
) --
def call(context) build_request(context) @handler.call(context).on_success do |response| response.error = nil response.data = parse_xml(context) end end