@@ -427,18 +427,20 @@ public function listUsers($input = []): ListUsersResponse
427
427
* Adds or updates an inline policy document that is embedded in the specified IAM user.
428
428
*
429
429
* 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*.
432
432
*
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 ]
434
434
* in the *IAM User Guide*.
435
435
*
436
436
* > 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*.
438
438
*
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
442
444
*
443
445
* @see https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html
444
446
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-iam-2010-05-08.html#putuserpolicy
0 commit comments