From e1fcd22850fd767727367a8b8b0708efee28120c Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:38:39 -0800 Subject: [PATCH] Update generated code (#1647) update generated code --- CHANGELOG.md | 4 ++++ src/Result/GetSecretValueResponse.php | 5 ++--- src/ValueObject/SecretListEntry.php | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a3b94..2a31d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 2.2.0 ### Added diff --git a/src/Result/GetSecretValueResponse.php b/src/Result/GetSecretValueResponse.php index 9862e57..38acf4d 100644 --- a/src/Result/GetSecretValueResponse.php +++ b/src/Result/GetSecretValueResponse.php @@ -30,13 +30,12 @@ class GetSecretValueResponse extends Result /** * The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte array. - * The response parameter represents the binary data as a base64-encoded [^1] string. + * When you retrieve a `SecretBinary` using the HTTP API, the Python SDK, or the Amazon Web Services CLI, the value is + * Base64-encoded. Otherwise, it is not encoded. * * If the secret was created by using the Secrets Manager console, or if the secret value was originally provided as a * string, then this field is omitted. The secret value appears in `SecretString` instead. * - * [^1]: https://tools.ietf.org/html/rfc4648#section-4 - * * @var string|null */ private $secretBinary; diff --git a/src/ValueObject/SecretListEntry.php b/src/ValueObject/SecretListEntry.php index db24cea..99895be 100644 --- a/src/ValueObject/SecretListEntry.php +++ b/src/ValueObject/SecretListEntry.php @@ -98,8 +98,8 @@ final class SecretListEntry private $deletedDate; /** - * The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation, Secrets - * Manager returns null. + * The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or + * rotation has been disabled, Secrets Manager returns null. * * @var \DateTimeImmutable|null */