From 310c88f28031ae45d9a63edc819c53fbbc21ad76 Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:26:48 -0800 Subject: [PATCH] Update generated code (#1645) update generated code --- CHANGELOG.md | 4 ++++ src/Input/CreateLogGroupRequest.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cc50a..b6faae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 2.1.0 ### Added diff --git a/src/Input/CreateLogGroupRequest.php b/src/Input/CreateLogGroupRequest.php index 2f466ad..8232355 100644 --- a/src/Input/CreateLogGroupRequest.php +++ b/src/Input/CreateLogGroupRequest.php @@ -53,7 +53,7 @@ final class CreateLogGroupRequest extends Input * * If you omit this parameter, the default of `STANDARD` is used. * - * ! After a log group is created, its class can't be changed. + * ! The value of `logGroupClass` can't be changed after a log group is created. * * For details about the features supported by each class, see Log classes [^1] *