Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.GetUserPolicy
Synopsis
- data GetUserPolicy = GetUserPolicy {
- gupPolicyName :: Text
- gupUserName :: Text
- data GetUserPolicyResponse = GetUserPolicyResponse {}
Documentation
data GetUserPolicy #
Retreives the specified policy document for the specified user.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUserPolicy.html
Constructors
GetUserPolicy | |
Fields
|
Instances
data GetUserPolicyResponse #
Constructors
GetUserPolicyResponse | |
Fields
|
Instances
AsMemoryResponse GetUserPolicyResponse # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Associated Types
Methods loadToMemory :: GetUserPolicyResponse -> ResourceT IO (MemoryResponse GetUserPolicyResponse) # | |||||
Show GetUserPolicyResponse # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Methods showsPrec :: Int -> GetUserPolicyResponse -> ShowS # show :: GetUserPolicyResponse -> String # showList :: [GetUserPolicyResponse] -> ShowS # | |||||
Eq GetUserPolicyResponse # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Methods (==) :: GetUserPolicyResponse -> GetUserPolicyResponse -> Bool # (/=) :: GetUserPolicyResponse -> GetUserPolicyResponse -> Bool # | |||||
Ord GetUserPolicyResponse # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Methods compare :: GetUserPolicyResponse -> GetUserPolicyResponse -> Ordering # (<) :: GetUserPolicyResponse -> GetUserPolicyResponse -> Bool # (<=) :: GetUserPolicyResponse -> GetUserPolicyResponse -> Bool # (>) :: GetUserPolicyResponse -> GetUserPolicyResponse -> Bool # (>=) :: GetUserPolicyResponse -> GetUserPolicyResponse -> Bool # max :: GetUserPolicyResponse -> GetUserPolicyResponse -> GetUserPolicyResponse # min :: GetUserPolicyResponse -> GetUserPolicyResponse -> GetUserPolicyResponse # | |||||
ResponseConsumer GetUserPolicy GetUserPolicyResponse # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Associated Types
| |||||
Transaction GetUserPolicy GetUserPolicyResponse # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy | |||||
type MemoryResponse GetUserPolicyResponse # | |||||
type ResponseMetadata GetUserPolicyResponse # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy |