Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data GetUserPolicy = GetUserPolicy {
- gupPolicyName :: Text
- gupUserName :: Text
- data GetUserPolicyResponse = GetUserPolicyResponse {}
Documentation
data GetUserPolicy Source #
Retreives the specified policy document for the specified user.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUserPolicy.html
GetUserPolicy | |
|
Instances
data GetUserPolicyResponse Source #
GetUserPolicyResponse | |
|