mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|cloudwatch] Remove duplicate RequestId from response.
This commit is contained in:
parent
c337c630bc
commit
584ce1b16c
1 changed files with 1 additions and 9 deletions
|
@ -15,19 +15,11 @@ module Fog
|
||||||
|
|
||||||
def end_element(name)
|
def end_element(name)
|
||||||
case name
|
case name
|
||||||
<<<<<<< HEAD
|
|
||||||
when 'RequestId'
|
when 'RequestId'
|
||||||
@response['ResponseMetadata'][name] = value
|
@response['ResponseMetadata'][name] = value.strip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
=======
|
|
||||||
when /RequestId|PutMetricAlarmResponse/
|
|
||||||
@response['ResponseMetadata'][name] = @value.strip
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
>>>>>>> [aws|cloudwatch] Add support for put-metric-alarm call.
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue