| Copyright | (c) 2013-2015 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.OpsWorks.DescribeMyUserProfile
Description
Describes a user's SSH information.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
See: AWS API Reference for DescribeMyUserProfile.
- describeMyUserProfile :: DescribeMyUserProfile
- data DescribeMyUserProfile
- describeMyUserProfileResponse :: Int -> DescribeMyUserProfileResponse
- data DescribeMyUserProfileResponse
- dmuprsUserProfile :: Lens' DescribeMyUserProfileResponse (Maybe SelfUserProfile)
- dmuprsStatus :: Lens' DescribeMyUserProfileResponse Int
Creating a Request
describeMyUserProfile :: DescribeMyUserProfile Source
Creates a value of DescribeMyUserProfile with the minimum fields required to make a request.
data DescribeMyUserProfile Source
See: describeMyUserProfile smart constructor.
Instances
Destructuring the Response
describeMyUserProfileResponse Source
Arguments
| :: Int | |
| -> DescribeMyUserProfileResponse |
Creates a value of DescribeMyUserProfileResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeMyUserProfileResponse Source
Contains the response to a DescribeMyUserProfile request.
See: describeMyUserProfileResponse smart constructor.
Response Lenses
dmuprsUserProfile :: Lens' DescribeMyUserProfileResponse (Maybe SelfUserProfile) Source
A UserProfile object that describes the user's SSH information.
dmuprsStatus :: Lens' DescribeMyUserProfileResponse Int Source
The response status code.