lib/aws-sdk-cloudwatch/metric.rb in aws-sdk-cloudwatch-1.30.0 vs lib/aws-sdk-cloudwatch/metric.rb in aws-sdk-cloudwatch-1.31.0

- old
+ new

@@ -216,12 +216,12 @@ # The time stamp that determines the first data point to return. Start # times are evaluated relative to the time that CloudWatch receives the # request. # # The value specified is inclusive; results include data points with the - # specified time stamp. The time stamp must be in ISO 8601 UTC format - # (for example, 2016-10-03T23:00:00Z). + # specified time stamp. In a raw HTTP query, the time stamp must be in + # ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z). # # CloudWatch rounds the specified time stamp as follows: # # * Start time less than 15 days ago - Round down to the nearest whole # minute. For example, 12:32:34 is rounded down to 12:32:00. @@ -244,12 +244,12 @@ # between 15:02:15 and 15:07:15. # @option options [required, Time,DateTime,Date,Integer,String] :end_time # The time stamp that determines the last data point to return. # # The value specified is exclusive; results include data points up to - # the specified time stamp. The time stamp must be in ISO 8601 UTC - # format (for example, 2016-10-10T23:00:00Z). + # the specified time stamp. In a raw HTTP query, the time stamp must be + # in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z). # @option options [required, Integer] :period # The granularity, in seconds, of the returned data points. For metrics # with regular resolution, a period can be as short as one minute (60 # seconds) and must be a multiple of 60. For high-resolution metrics # that are collected at intervals of less than one minute, the period @@ -489,10 +489,10 @@ # # An alarm's total current evaluation period can be no longer than one # day, so this number multiplied by `Period` cannot be more than 86,400 # seconds. # @option options [Integer] :datapoints_to_alarm - # The number of datapoints that must be breaching to trigger the alarm. + # The number of data points that must be breaching to trigger the alarm. # This is used only if you are setting an "M out of N" alarm. In that # case, this value is the M. For more information, see [Evaluating an # Alarm][1] in the *Amazon CloudWatch User Guide*. # #