| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.IAM.DeleteUserPolicy
Description
Deletes the specified policy associated with the specified user.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPolicy.html
Request
data DeleteUserPolicy Source
Instances
| Eq DeleteUserPolicy | |
| Ord DeleteUserPolicy | |
| Read DeleteUserPolicy | |
| Show DeleteUserPolicy | |
| AWSRequest DeleteUserPolicy | |
| ToQuery DeleteUserPolicy | |
| ToPath DeleteUserPolicy | |
| ToHeaders DeleteUserPolicy | |
| type Sv DeleteUserPolicy = IAM | |
| type Rs DeleteUserPolicy = DeleteUserPolicyResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> DeleteUserPolicy |
DeleteUserPolicy constructor.
The fields accessible through corresponding lenses are:
dupPolicyName::TextdupUserName::Text
Request lenses
dupPolicyName :: Lens' DeleteUserPolicy Text Source
The name of the policy document to delete.
dupUserName :: Lens' DeleteUserPolicy Text Source
The name of the user the policy is associated with.