class Aws::Stubbing::Protocols::Query

def stub_data(api, operation, data)

def stub_data(api, operation, data)
  resp = Seahorse::Client::Http::Response.new
  resp.status_code = 200
  resp.body = build_body(api, operation, data)
  resp
end