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

Safe HaskellNone

Aws.Iam.Commands.GetUserPolicy

Synopsis

Documentation

data GetUserPolicy Source

Retreives the specified policy document for the specified user.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUserPolicy.html

Constructors

GetUserPolicy 

Fields

gupPolicyName :: Text

Name of the policy.

gupUserName :: Text

Name of the user with whom the policy is associated.