Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.PutUserPolicy
- data PutUserPolicy = PutUserPolicy {
- pupPolicyDocument :: Text
- pupPolicyName :: Text
- pupUserName :: Text
- data PutUserPolicyResponse = PutUserPolicyResponse
Documentation
data PutUserPolicy Source #
Adds a policy document with the specified name, associated with the specified user.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html
Constructors
PutUserPolicy | |
Fields
|
data PutUserPolicyResponse Source #
Constructors
PutUserPolicyResponse |
Instances