| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.DeleteRole
Description
Deletes the specified role. The role must not have any policies attached. For more information about roles, go to Working with Roles .
Important: Make sure you do not have any Amazon EC2 instances running with the role you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance.
Creating a Request
Arguments
| :: Text | |
| -> DeleteRole |
Creates a value of DeleteRole with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drRoleName- The name of the role to delete. The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
data DeleteRole Source #
See: deleteRole smart constructor.
Instances
Request Lenses
drRoleName :: Lens' DeleteRole Text Source #
The name of the role to delete. The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
Destructuring the Response
deleteRoleResponse :: DeleteRoleResponse Source #
Creates a value of DeleteRoleResponse with the minimum fields required to make a request.
data DeleteRoleResponse Source #
See: deleteRoleResponse smart constructor.