diff --git a/manifest.json b/manifest.json index f5271a909..12a51575a 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { diff --git a/src/Service/CloudWatchLogs/CHANGELOG.md b/src/Service/CloudWatchLogs/CHANGELOG.md index af2ee9147..c52fa678d 100644 --- a/src/Service/CloudWatchLogs/CHANGELOG.md +++ b/src/Service/CloudWatchLogs/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 2.7.1 ### Changed diff --git a/src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php b/src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php index 085e5a2c7..ba25a6d6c 100644 --- a/src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php +++ b/src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php @@ -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. *