Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Deletes a specified user by user ARN and enrollment ARN.
Creating a Request
Creates a value of DeleteUser
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
duUserARN
- The ARN of the user to delete in the organization. Required.duEnrollmentId
- The ARN of the user's enrollment in the organization. Required.
data DeleteUser Source #
See: deleteUser
smart constructor.
Request Lenses
duUserARN :: Lens' DeleteUser (Maybe Text) Source #
The ARN of the user to delete in the organization. Required.
duEnrollmentId :: Lens' DeleteUser Text Source #
The ARN of the user's enrollment in the organization. Required.
Destructuring the Response
Creates a value of DeleteUserResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dursResponseStatus
- -- | The response status code.
data DeleteUserResponse Source #
See: deleteUserResponse
smart constructor.
Response Lenses
dursResponseStatus :: Lens' DeleteUserResponse Int Source #
- - | The response status code.