Skip to content

Commit 088b751

Browse files
Update generated code (#1693)
update generated code
1 parent b2d4069 commit 088b751

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/Service/CloudWatch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.0.1
610

711
### Changed

src/Service/CloudWatch/src/CloudWatchClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

src/Service/CloudWatch/src/Input/GetMetricDataInput.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)