Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.356.13"
"${LATEST}": "3.356.19"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
4 changes: 4 additions & 0 deletions src/Service/CloudWatchLogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 2.7.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function describeLogStreams($input = []): DescribeLogStreamsResponse
*
* - A filter pattern
* - A time range
* - The log stream name, or a log stream name prefix that matches mutltiple log streams
* - The log stream name, or a log stream name prefix that matches multiple log streams
*
* You must have the `logs:FilterLogEvents` permission to perform this operation.
*
Expand Down
Loading