| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.OpsWorks.DescribeUserProfiles
Description
Describe specified users.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
http://docs.aws.amazon.com/opsworks/latest/APIReference/API_DescribeUserProfiles.html
Request
data DescribeUserProfiles Source
Instances
| IsList DescribeUserProfiles | |
| Eq DescribeUserProfiles | |
| Ord DescribeUserProfiles | |
| Read DescribeUserProfiles | |
| Show DescribeUserProfiles | |
| Monoid DescribeUserProfiles | |
| Semigroup DescribeUserProfiles | |
| AWSRequest DescribeUserProfiles | |
| ToQuery DescribeUserProfiles | |
| ToPath DescribeUserProfiles | |
| ToHeaders DescribeUserProfiles | |
| ToJSON DescribeUserProfiles | |
| type Item DescribeUserProfiles = Text | |
| type Sv DescribeUserProfiles = OpsWorks | |
| type Rs DescribeUserProfiles = DescribeUserProfilesResponse |
Request constructor
describeUserProfiles :: DescribeUserProfiles Source
DescribeUserProfiles constructor.
The fields accessible through corresponding lenses are:
dupIamUserArns::[Text]
Request lenses
dupIamUserArns :: Lens' DescribeUserProfiles [Text] Source
An array of IAM user ARNs that identify the users to be described.
Response
data DescribeUserProfilesResponse Source
Instances
Response constructor
describeUserProfilesResponse :: DescribeUserProfilesResponse Source
DescribeUserProfilesResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
duprUserProfiles :: Lens' DescribeUserProfilesResponse [UserProfile] Source
A Users object that describes the specified users.