Skip to content

Commit 27d0348

Browse files
Update generated code (#1445)
* update generated code * Update src/Service/S3/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 7fbf7ee commit 27d0348

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/IamClient.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,13 @@ public function listServiceSpecificCredentials($input = []): ListServiceSpecific
401401
* Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all
402402
* users in the Amazon Web Services account. If there are none, the operation returns an empty list.
403403
*
404-
* > IAM resource-listing operations return a subset of the available attributes for the resource. For example, this
405-
* > operation does not return tags, even though they are an attribute of the returned object. To view all of the
406-
* > information for a user, see GetUser.
404+
* > IAM resource-listing operations return a subset of the available attributes for the resource. This operation does
405+
* > not return the following attributes, even though they are an attribute of the returned object:
406+
* >
407+
* > - PermissionsBoundary
408+
* > - Tags
409+
* >
410+
* > To view all of the information for a user, see GetUser.
407411
*
408412
* You can paginate the results using the `MaxItems` and `Marker` parameters.
409413
*

0 commit comments

Comments
 (0)