Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Adds (or updates) an inline policy document that is embedded in the specified user.
A user can also have a managed policy attached to it. To attach a managed policy to a user, use AttachUserPolicy. To create a new managed policy, use CreatePolicy. For information about policies, refer to Managed Policies and Inline Policies in the IAM User Guide.
For information about limits on the number of inline policies that you can embed in a user, see Limitations on IAM Entities in the IAM User Guide.
Because policy documents can be large, you should use POST rather than
GET when calling PutUserPolicy
. For general information about using
the Query API with IAM, go to
Making Query Requests
in the Using IAM guide.
See: AWS API Reference for PutUserPolicy.
Creating a Request
Creates a value of PutUserPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PutUserPolicy Source
See: putUserPolicy
smart constructor.
Request Lenses
pupUserName :: Lens' PutUserPolicy Text Source
The name of the user to associate the policy with.
pupPolicyName :: Lens' PutUserPolicy Text Source
The name of the policy document.
pupPolicyDocument :: Lens' PutUserPolicy Text Source
The policy document.
Destructuring the Response
putUserPolicyResponse :: PutUserPolicyResponse Source
Creates a value of PutUserPolicyResponse
with the minimum fields required to make a request.