File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "${LATEST}" : " 3.301.7 "
3+ "${LATEST}" : " 3.303.0 "
44 },
55 "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
66 "services" : {
Original file line number Diff line number Diff line change 22
33## NOT RELEASED
44
5+ ### Changed
6+
7+ - AWS enhancement: Documentation updates.
8+
59## 1.0.1
610
711### Changed
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ public function listMetrics($input = []): ListMetricsOutput
240240 * up to fifteen minutes for the metric to appear in calls to ListMetrics [^1].
241241 *
242242 * You can publish either individual data points in the `Value` field, or arrays of values and the number of times each
243- * value occurred during the period by using the `Values` and `Counts` fields in the `MetricDatum ` structure. Using the
243+ * value occurred during the period by using the `Values` and `Counts` fields in the `MetricData ` structure. Using the
244244 * `Values` and `Counts` method enables you to publish up to 150 values per metric with one `PutMetricData` request, and
245245 * supports retrieving percentile statistics on this data.
246246 *
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ final class GetMetricDataInput extends Input
8282 * when the `MaxDatapoints` limit is reached. `TimestampAscending` returns the oldest data first and paginates when the
8383 * `MaxDatapoints` limit is reached.
8484 *
85+ * If you omit this parameter, the default of `TimestampDescending` is used.
86+ *
8587 * @var ScanBy::*|null
8688 */
8789 private $ scanBy ;
You can’t perform that action at this time.
0 commit comments