From 1a2a2443baaa7ab72fe4087b647c2b9d2d7a3f77 Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Wed, 30 Aug 2023 01:00:44 -0700 Subject: [PATCH] Update generated code (#1558) update generated code --- CHANGELOG.md | 1 + src/CognitoIdentityProviderClient.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ac997..29e2fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Changed - Allow passing explicit null values for optional fields of input objects +- AWS enhancement: Documentation updates. ## 1.7.0 diff --git a/src/CognitoIdentityProviderClient.php b/src/CognitoIdentityProviderClient.php index f42c113..fc3d0aa 100644 --- a/src/CognitoIdentityProviderClient.php +++ b/src/CognitoIdentityProviderClient.php @@ -801,7 +801,8 @@ public function adminSetUserPassword($input): AdminSetUserPasswordResponse * > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^3] in * > the *Amazon Cognito Developer Guide*. * - * Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user. + * Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user. To + * delete an attribute from your user, submit the attribute in your API request with a blank value. * * For custom attributes, you must prepend the `custom:` prefix to the attribute name. *