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

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.PutUserPolicy

Synopsis

Documentation

data PutUserPolicy

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.