Skip to content

Commit

Permalink
Update CS dependencies (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Mar 19, 2024
1 parent 63757e9 commit d4c5026
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 1.5.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/IamClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function deleteServiceSpecificCredential($input): Result
/**
* Deletes the specified IAM user. Unlike the Amazon Web Services Management Console, when you delete a user
* programmatically, you must delete the items attached to the user manually, or the deletion fails. For more
* information, see Deleting an IAM user [^1]. Before attempting to delete a user, remove the following items:.
* information, see Deleting an IAM user [^1]. Before attempting to delete a user, remove the following items:
*
* - Password (DeleteLoginProfile)
* - Access keys (DeleteAccessKey)
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ final class User
* Web Services website. For a list of Amazon Web Services websites that capture a user's last sign-in time, see the
* Credential reports [^2] topic in the *IAM User Guide*. If a password is used more than once in a five-minute span,
* only the first use is returned in this field. If the field is null (no value), then it indicates that they never
* signed in with a password. This can be because:.
* signed in with a password. This can be because:
*
* - The user never had a password.
* - A password exists but has not been used since IAM started tracking this information on October 20, 2014.
Expand Down

0 comments on commit d4c5026

Please sign in to comment.