| 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 UserPermissions.
http://docs.aws.amazon.com/opsworks/latest/APIReference/API_DescribeMyUserProfile.html
Request
data DescribeMyUserProfile Source
Instances
| Eq DescribeMyUserProfile | |
| Ord DescribeMyUserProfile | |
| Read DescribeMyUserProfile | |
| Show DescribeMyUserProfile | |
| Generic DescribeMyUserProfile | |
| AWSRequest DescribeMyUserProfile | |
| ToQuery DescribeMyUserProfile | |
| ToPath DescribeMyUserProfile | |
| ToHeaders DescribeMyUserProfile | |
| ToJSON DescribeMyUserProfile | |
| type Rep DescribeMyUserProfile | |
| type Sv DescribeMyUserProfile = OpsWorks | |
| type Rs DescribeMyUserProfile = DescribeMyUserProfileResponse |
Request constructor
describeMyUserProfile :: DescribeMyUserProfile Source
DescribeMyUserProfile constructor.
Response
Response constructor
describeMyUserProfileResponse :: DescribeMyUserProfileResponse Source
DescribeMyUserProfileResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
dmuprUserProfile :: Lens' DescribeMyUserProfileResponse (Maybe SelfUserProfile) Source
A UserProfile object that describes the user's SSH information.