@@ -60,8 +60,8 @@ final class GetMetricStatisticsInput extends Input
6060 * - Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is
6161 * rounded down to 12:00:00.
6262 *
63- * If you set `Period` to 5, 10, or 30, the start time of your request is rounded down to the nearest time that
64- * corresponds to even 5-, 10-, or 30-second divisions of a minute. For example, if you make a query at (HH:mm:ss)
63+ * If you set `Period` to 5, 10, 20, or 30, the start time of your request is rounded down to the nearest time that
64+ * corresponds to even 5-, 10-, 20-, or 30-second divisions of a minute. For example, if you make a query at (HH:mm:ss)
6565 * 01:05:23 for the previous 10-second period, the start time of your request is rounded down and you receive data from
6666 * 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the previous 5 minutes of data, using a period of 5
6767 * seconds, you receive data timestamped between 15:02:15 and 15:07:15.
@@ -87,8 +87,8 @@ final class GetMetricStatisticsInput extends Input
8787 /**
8888 * The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as
8989 * short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at
90- * intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics
91- * are those metrics stored by a `PutMetricData` call that includes a `StorageResolution` of 1 second.
90+ * intervals of less than one minute, the period can be 1, 5, 10, 20, 30, 60, or any multiple of 60. High-resolution
91+ * metrics are those metrics stored by a `PutMetricData` call that includes a `StorageResolution` of 1 second.
9292 *
9393 * If the `StartTime` parameter specifies a time stamp that is greater than 3 hours ago, you must specify the period as
9494 * follows or no data points in that time range is returned:
0 commit comments