| 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.CognitoIdentityProvider.DeleteUserAttributes
Description
Deletes the attributes for a user.
- deleteUserAttributes :: DeleteUserAttributes
- data DeleteUserAttributes
- duaAccessToken :: Lens' DeleteUserAttributes (Maybe Text)
- duaUserAttributeNames :: Lens' DeleteUserAttributes [Text]
- deleteUserAttributesResponse :: Int -> DeleteUserAttributesResponse
- data DeleteUserAttributesResponse
- duarsResponseStatus :: Lens' DeleteUserAttributesResponse Int
Creating a Request
deleteUserAttributes :: DeleteUserAttributes Source #
Creates a value of DeleteUserAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteUserAttributes Source #
Represents the request to delete user attributes.
See: deleteUserAttributes smart constructor.
Instances
Request Lenses
duaAccessToken :: Lens' DeleteUserAttributes (Maybe Text) Source #
The access token used in the request to delete user attributes.
duaUserAttributeNames :: Lens' DeleteUserAttributes [Text] Source #
An array of strings representing the user attribute names you wish to delete.
Destructuring the Response
deleteUserAttributesResponse Source #
Arguments
| :: Int | |
| -> DeleteUserAttributesResponse |
Creates a value of DeleteUserAttributesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteUserAttributesResponse Source #
Represents the response from the server to delete user attributes.
See: deleteUserAttributesResponse smart constructor.
Instances
Response Lenses
duarsResponseStatus :: Lens' DeleteUserAttributesResponse Int Source #
The response status code.