Skip to content

Commit 9792949

Browse files
Update generated code (#1473)
update generated code
1 parent b5678e9 commit 9792949

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
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.273.6"
3+
"${LATEST}": "3.273.8"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Iam/src/IamClient.php

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -427,18 +427,20 @@ public function listUsers($input = []): ListUsersResponse
427427
* Adds or updates an inline policy document that is embedded in the specified IAM user.
428428
*
429429
* An IAM user can also have a managed policy attached to it. To attach a managed policy to a user, use
430-
* AttachUserPolicy. To create a new managed policy, use CreatePolicy. For information about policies, see Managed
431-
* policies and inline policies [^1] in the *IAM User Guide*.
430+
* `AttachUserPolicy` [^1]. To create a new managed policy, use `CreatePolicy` [^2]. For information about policies, see
431+
* Managed policies and inline policies [^3] in the *IAM User Guide*.
432432
*
433-
* For information about the maximum number of inline policies that you can embed in a user, see IAM and STS quotas [^2]
433+
* For information about the maximum number of inline policies that you can embed in a user, see IAM and STS quotas [^4]
434434
* in the *IAM User Guide*.
435435
*
436436
* > Because policy documents can be large, you should use POST rather than GET when calling `PutUserPolicy`. For
437-
* > general information about using the Query API with IAM, see Making query requests [^3] in the *IAM User Guide*.
437+
* > general information about using the Query API with IAM, see Making query requests [^5] in the *IAM User Guide*.
438438
*
439-
* [^1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
440-
* [^2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html
441-
* [^3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html
439+
* [^1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_AttachUserPolicy.html
440+
* [^2]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html
441+
* [^3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
442+
* [^4]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html
443+
* [^5]: https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html
442444
*
443445
* @see https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html
444446
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-iam-2010-05-08.html#putuserpolicy

0 commit comments

Comments
 (0)