From 430196dc4cffa7cfcb4726e532091b3ebfd906db Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:46:22 -0700 Subject: [PATCH] Update generated code (#1684) update generated code --- CHANGELOG.md | 4 ++++ src/ValueObject/Endpoint.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df159f..35c4b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 1.2.1 ### Changed diff --git a/src/ValueObject/Endpoint.php b/src/ValueObject/Endpoint.php index d43f3a2..91c6909 100644 --- a/src/ValueObject/Endpoint.php +++ b/src/ValueObject/Endpoint.php @@ -3,7 +3,7 @@ namespace AsyncAws\ElastiCache\ValueObject; /** - * Represents the information required for client programs to connect to a cache node. + * Represents the information required for client programs to connect to a cache node. This value is read-only. */ final class Endpoint {