You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was failing the improved botocore param validation because
we were previously setting this value to a string. We now set
this value to a decimal.Decimal to ensure we have a valid type
that will also pass the botocore param validation.
While I was in the code, I also updated the code to use the new
botocore CamelCasing from metric_data to MetricData. There was
also some general test cleanup to switch the tests to
assert_params_for_cmd2.
Fixesaws#1036.
One of our automated scripts stopped reporting data a few weeks ago - we've traced this to a newer version of the AWS CLI.
In fact, the documented example for how to publish statistic sets (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#publishingDataPoints1) fails with the same error that we are getting.
The text was updated successfully, but these errors were encountered: