Skip to content

Commit 68b6150

Browse files
Update generated code (#1558)
update generated code
1 parent 1f94f11 commit 68b6150

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.279.6"
3+
"${LATEST}": "3.279.9"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CognitoIdentityProvider/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

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

910
## 1.7.0
1011

src/Service/CognitoIdentityProvider/src/CognitoIdentityProviderClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,8 @@ public function adminSetUserPassword($input): AdminSetUserPasswordResponse
801801
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^3] in
802802
* > the *Amazon Cognito Developer Guide*.
803803
*
804-
* Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user.
804+
* Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user. To
805+
* delete an attribute from your user, submit the attribute in your API request with a blank value.
805806
*
806807
* For custom attributes, you must prepend the `custom:` prefix to the attribute name.
807808
*

0 commit comments

Comments
 (0)