amazonka-opsworks-0.3.5: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.DescribeUserProfiles

Contents

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

Synopsis

Request

Request constructor

describeUserProfiles :: DescribeUserProfiles Source

DescribeUserProfiles constructor.

The fields accessible through corresponding lenses are:

Request lenses

dupIamUserArns :: Lens' DescribeUserProfiles [Text] Source

An array of IAM user ARNs that identify the users to be described.

Response

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.