From 299b515d1add6d61f83748b3f8e670ab9b201381 Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:36:07 -0800 Subject: [PATCH] Update generated code (#1663) update generated code --- src/CloudWatchLogsClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CloudWatchLogsClient.php b/src/CloudWatchLogsClient.php index 012f92c..f55fde5 100644 --- a/src/CloudWatchLogsClient.php +++ b/src/CloudWatchLogsClient.php @@ -40,6 +40,7 @@ class CloudWatchLogsClient extends AbstractApi * - Log group names can be between 1 and 512 characters long. * - Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward * slash), '.' (period), and '#' (number sign) + * - Log group names can't start with the string `aws/` * * When you create a log group, by default the log events in the log group do not expire. To set a retention policy so * that events expire and are deleted after a specified time, use PutRetentionPolicy [^1].