amazonka-opsworks-1.3.3: Amazon OpsWorks SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DescribeUserProfiles.

Synopsis

Creating a Request

describeUserProfiles :: DescribeUserProfiles Source

Creates a value of DescribeUserProfiles with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dupIAMUserARNs :: Lens' DescribeUserProfiles [Text] Source

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

Destructuring the Response

describeUserProfilesResponse Source

Creates a value of DescribeUserProfilesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

duprsUserProfiles :: Lens' DescribeUserProfilesResponse [UserProfile] Source

A Users object that describes the specified users.