Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.DeleteUserPolicy
Synopsis
- data DeleteUserPolicy = DeleteUserPolicy {
- dupPolicyName :: Text
- dupUserName :: Text
- data DeleteUserPolicyResponse = DeleteUserPolicyResponse
Documentation
data DeleteUserPolicy Source #
Deletes the specified policy associated with the specified user.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPolicy.html
Constructors
DeleteUserPolicy | |
Fields
|
Instances
data DeleteUserPolicyResponse Source #
Constructors
DeleteUserPolicyResponse |
Instances
AsMemoryResponse DeleteUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteUserPolicy Associated Types
Methods loadToMemory :: DeleteUserPolicyResponse -> ResourceT IO (MemoryResponse DeleteUserPolicyResponse) Source # | |||||
Show DeleteUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteUserPolicy Methods showsPrec :: Int -> DeleteUserPolicyResponse -> ShowS show :: DeleteUserPolicyResponse -> String showList :: [DeleteUserPolicyResponse] -> ShowS | |||||
Eq DeleteUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteUserPolicy Methods (==) :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Bool (/=) :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Bool | |||||
Ord DeleteUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteUserPolicy Methods compare :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Ordering (<) :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Bool (<=) :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Bool (>) :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Bool (>=) :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Bool max :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> DeleteUserPolicyResponse min :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> DeleteUserPolicyResponse | |||||
ResponseConsumer DeleteUserPolicy DeleteUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteUserPolicy Associated Types
Methods responseConsumer :: Request -> DeleteUserPolicy -> IORef (ResponseMetadata DeleteUserPolicyResponse) -> HTTPResponseConsumer DeleteUserPolicyResponse Source # | |||||
Transaction DeleteUserPolicy DeleteUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteUserPolicy | |||||
type MemoryResponse DeleteUserPolicyResponse Source # | |||||
type ResponseMetadata DeleteUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteUserPolicy |