1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[AWS|cloud_watch]: fix list_metrics NextMarker should be NextToken

http://docs.amazonwebservices.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html
This commit is contained in:
Michael Hale 2012-10-17 15:46:01 -04:00
parent 9bda38a5dc
commit f61f31958f

View file

@ -38,7 +38,7 @@ module Fog
@metric[name] = value
when 'Dimensions'
@in_dimensions = false
when 'NextMarker'
when 'NextToken'
@response['ListMetricsResult'][name] = value
when 'RequestId'
@response['ResponseMetadata'][name] = value