From c7ce7c5e3585b8d0d207d7bf93755d1599d8d37a Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Fri, 17 May 2024 04:33:42 -0700 Subject: [PATCH] Update generated code (#1713) update generated code --- CHANGELOG.md | 4 ++++ src/Input/GetSecretValueRequest.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7fbb85..622f393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 2.2.2 ### Changed diff --git a/src/Input/GetSecretValueRequest.php b/src/Input/GetSecretValueRequest.php index 28ab3f8..7fa9548 100644 --- a/src/Input/GetSecretValueRequest.php +++ b/src/Input/GetSecretValueRequest.php @@ -10,7 +10,7 @@ final class GetSecretValueRequest extends Input { /** - * The ARN or name of the secret to retrieve. + * The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN. * * For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a * partial ARN [^1].