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 1
1
{
2
2
"variables" : {
3
- "${LATEST}" : " 3.301.7 "
3
+ "${LATEST}" : " 3.303.0 "
4
4
},
5
5
"endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
6
6
"services" : {
Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 1.0.1
6
10
7
11
### Changed
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ public function listMetrics($input = []): ListMetricsOutput
240
240
* up to fifteen minutes for the metric to appear in calls to ListMetrics [^1].
241
241
*
242
242
* 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
244
244
* `Values` and `Counts` method enables you to publish up to 150 values per metric with one `PutMetricData` request, and
245
245
* supports retrieving percentile statistics on this data.
246
246
*
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ final class GetMetricDataInput extends Input
82
82
* when the `MaxDatapoints` limit is reached. `TimestampAscending` returns the oldest data first and paginates when the
83
83
* `MaxDatapoints` limit is reached.
84
84
*
85
+ * If you omit this parameter, the default of `TimestampDescending` is used.
86
+ *
85
87
* @var ScanBy::*|null
86
88
*/
87
89
private $ scanBy ;
You can’t perform that action at this time.
0 commit comments