aws-0.8.6: Amazon Web Services (AWS) for Haskell

Safe HaskellNone

Aws.Iam.Commands.PutUserPolicy

Synopsis

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

pupPolicyDocument :: Text

The policy document.

pupPolicyName :: Text

Name of the policy.

pupUserName :: Text

Name of the user with whom this policy is associated.