Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.PutUserPolicy
Synopsis
- data PutUserPolicy = PutUserPolicy {
- pupPolicyDocument :: Text
- pupPolicyName :: Text
- pupUserName :: Text
- data PutUserPolicyResponse = PutUserPolicyResponse
Documentation
data PutUserPolicy Source #
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
|
Instances
data PutUserPolicyResponse Source #
Constructors
PutUserPolicyResponse |
Instances
AsMemoryResponse PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy Associated Types
Methods loadToMemory :: PutUserPolicyResponse -> ResourceT IO (MemoryResponse PutUserPolicyResponse) Source # | |||||
Show PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy Methods showsPrec :: Int -> PutUserPolicyResponse -> ShowS show :: PutUserPolicyResponse -> String showList :: [PutUserPolicyResponse] -> ShowS | |||||
Eq PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy Methods (==) :: PutUserPolicyResponse -> PutUserPolicyResponse -> Bool (/=) :: PutUserPolicyResponse -> PutUserPolicyResponse -> Bool | |||||
Ord PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy Methods compare :: PutUserPolicyResponse -> PutUserPolicyResponse -> Ordering (<) :: PutUserPolicyResponse -> PutUserPolicyResponse -> Bool (<=) :: PutUserPolicyResponse -> PutUserPolicyResponse -> Bool (>) :: PutUserPolicyResponse -> PutUserPolicyResponse -> Bool (>=) :: PutUserPolicyResponse -> PutUserPolicyResponse -> Bool max :: PutUserPolicyResponse -> PutUserPolicyResponse -> PutUserPolicyResponse min :: PutUserPolicyResponse -> PutUserPolicyResponse -> PutUserPolicyResponse | |||||
ResponseConsumer PutUserPolicy PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy Associated Types
Methods responseConsumer :: Request -> PutUserPolicy -> IORef (ResponseMetadata PutUserPolicyResponse) -> HTTPResponseConsumer PutUserPolicyResponse Source # | |||||
Transaction PutUserPolicy PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy | |||||
type MemoryResponse PutUserPolicyResponse Source # | |||||
type ResponseMetadata PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy |