| 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 |
Network.AWS.MQ.DeleteUser
Description
Deletes an ActiveMQ user.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteUser |
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:
data DeleteUser Source #
See: deleteUser smart constructor.
Instances
Request Lenses
dUsername :: Lens' DeleteUser Text Source #
The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteUserResponse |
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:
delrsResponseStatus- -- | The response status code.
data DeleteUserResponse Source #
See: deleteUserResponse smart constructor.
Response Lenses
delrsResponseStatus :: Lens' DeleteUserResponse Int Source #
- - | The response status code.