Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.GetUserPolicy
Synopsis
- data GetUserPolicy = GetUserPolicy {
- gupPolicyName :: Text
- gupUserName :: Text
- data GetUserPolicyResponse = GetUserPolicyResponse {
- guprPolicyDocument :: Text
- guprPolicyName :: Text
- guprUserName :: Text
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
|
Instances
data GetUserPolicyResponse Source #
Constructors
GetUserPolicyResponse | |
Fields
|
Instances
AsMemoryResponse GetUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Associated Types
Methods loadToMemory :: GetUserPolicyResponse -> ResourceT IO (MemoryResponse GetUserPolicyResponse) Source # | |||||
Show GetUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Methods showsPrec :: Int -> GetUserPolicyResponse -> ShowS show :: GetUserPolicyResponse -> String showList :: [GetUserPolicyResponse] -> ShowS | |||||
Eq GetUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Methods (==) :: GetUserPolicyResponse -> GetUserPolicyResponse -> Bool (/=) :: GetUserPolicyResponse -> GetUserPolicyResponse -> Bool | |||||
Ord GetUserPolicyResponse Source # | |||||
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 Source # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy Associated Types
Methods responseConsumer :: Request -> GetUserPolicy -> IORef (ResponseMetadata GetUserPolicyResponse) -> HTTPResponseConsumer GetUserPolicyResponse Source # | |||||
Transaction GetUserPolicy GetUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy | |||||
type MemoryResponse GetUserPolicyResponse Source # | |||||
type ResponseMetadata GetUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetUserPolicy |