Skip to content

Commit

Permalink
Update generated code (#1558)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Aug 30, 2023
1 parent d778192 commit 1a2a244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changed

- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.

## 1.7.0

Expand Down
3 changes: 2 additions & 1 deletion src/CognitoIdentityProviderClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 1a2a244

Please sign in to comment.