Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.PutUserPolicy
Synopsis
- data PutUserPolicy = PutUserPolicy {}
- data PutUserPolicyResponse = PutUserPolicyResponse
Documentation
data PutUserPolicy Source #
Adds a policy document with the specified name, associated with the specified user.
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
| |||||
Transaction PutUserPolicy PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy | |||||
type MemoryResponse PutUserPolicyResponse Source # | |||||
type ResponseMetadata PutUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutUserPolicy |