1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
fog--fog-aws/lib/fog
Aaron Stone c422aa7501 Support Partial reservations by parsing an array of recurring charges
This is a semi-breaking change: the recurringCharges field is switching from a
Hash to an Array, however it never before contained any values because it was
unable to parse the AWS XML response. The likelihood of breaking anybody's
"working" code is rather low given that it never worked.

While the AWS API currently supports only a single type of recurring charge,
hourly, they've left the ability to have more/other recurring charge types in
the future, so we should reflect that in the parsed data structure as well.
2017-01-04 12:07:25 -08:00
..
aws Support Partial reservations by parsing an array of recurring charges 2017-01-04 12:07:25 -08:00
aws.rb Update aws.rb 2016-12-15 17:03:20 +00:00