Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
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:
$sel:userName: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.
Instances
newDeleteUserPermissionsBoundaryResponse :: DeleteUserPermissionsBoundaryResponse Source #
Create a value of DeleteUserPermissionsBoundaryResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.