| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IAM.DeleteUserPermissionsBoundary
Description
Deletes the permissions boundary for the specified IAM user.
Deleting the permissions boundary for a user might increase its permissions by allowing the user to perform all the actions granted in its permissions policies.
Synopsis
- data DeleteUserPermissionsBoundary = DeleteUserPermissionsBoundary' {}
- newDeleteUserPermissionsBoundary :: Text -> DeleteUserPermissionsBoundary
- deleteUserPermissionsBoundary_userName :: Lens' DeleteUserPermissionsBoundary Text
- data DeleteUserPermissionsBoundaryResponse = DeleteUserPermissionsBoundaryResponse' {
- newDeleteUserPermissionsBoundaryResponse :: DeleteUserPermissionsBoundaryResponse
Creating a Request
data DeleteUserPermissionsBoundary Source #
See: newDeleteUserPermissionsBoundary smart constructor.
Constructors
| DeleteUserPermissionsBoundary' | |
Instances
newDeleteUserPermissionsBoundary Source #
Create a value of DeleteUserPermissionsBoundary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteUserPermissionsBoundary, deleteUserPermissionsBoundary_userName - The name (friendly name, not ARN) of the IAM user from which you want to
remove the permissions boundary.
Request Lenses
deleteUserPermissionsBoundary_userName :: Lens' DeleteUserPermissionsBoundary Text Source #
The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
Destructuring the Response
data DeleteUserPermissionsBoundaryResponse Source #
See: newDeleteUserPermissionsBoundaryResponse smart constructor.
Constructors
| DeleteUserPermissionsBoundaryResponse' | |
Instances
newDeleteUserPermissionsBoundaryResponse :: DeleteUserPermissionsBoundaryResponse Source #
Create a value of DeleteUserPermissionsBoundaryResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.