amazonka-iam-1.2.0.2: Amazon Identity and Access Management 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.IAM.GetUserPolicy

Contents

Description

Retrieves the specified inline policy document that is embedded in the specified user.

A user can also have managed policies attached to it. To retrieve a managed policy document that is attached to a user, use GetPolicy to determine the policy's default version, then use GetPolicyVersion to retrieve the policy document.

For more information about policies, refer to Managed Policies and Inline Policies in the Using IAM guide.

See: AWS API Reference for GetUserPolicy.

Synopsis

Creating a Request

getUserPolicy Source

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

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

Request Lenses

gupUserName :: Lens' GetUserPolicy Text Source

The name of the user who the policy is associated with.

gupPolicyName :: Lens' GetUserPolicy Text Source

The name of the policy document to get.

Destructuring the Response

getUserPolicyResponse Source

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

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

Response Lenses

guprsStatus :: Lens' GetUserPolicyResponse Int Source

The response status code.

guprsUserName :: Lens' GetUserPolicyResponse Text Source

The user the policy is associated with.