Skip to content

Commit 076f422

Browse files
Update generated code (#1949)
update generated code
1 parent 2f6755b commit 076f422

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.356.13"
3+
"${LATEST}": "3.356.19"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CloudWatchLogs/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
## 2.7.1
610

711
### Changed

src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public function describeLogStreams($input = []): DescribeLogStreamsResponse
180180
*
181181
* - A filter pattern
182182
* - A time range
183-
* - The log stream name, or a log stream name prefix that matches mutltiple log streams
183+
* - The log stream name, or a log stream name prefix that matches multiple log streams
184184
*
185185
* You must have the `logs:FilterLogEvents` permission to perform this operation.
186186
*

0 commit comments

Comments
 (0)