aws-0.8.6: Amazon Web Services (AWS) for Haskell

Safe HaskellNone

Aws.Iam.Commands.ListUserPolicies

Synopsis

Documentation

data ListUserPolicies Source

Lists the user policies associated with the specified user.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserPolicies.html

Constructors

ListUserPolicies 

Fields

lupUserName :: Text

Policies associated with this user will be listed.

lupMarker :: Maybe Text

Used for paginating requests. Marks the position of the last request.

lupMaxItems :: Maybe Integer

Used for paginating requests. Specifies the maximum number of items to return in the response. Defaults to 100.

data ListUserPoliciesResponse Source

Constructors

ListUserPoliciesResponse 

Fields

luprPolicyNames :: [Text]

List of policy names.

luprIsTruncated :: Bool

True if the request was truncated because of too many items.

luprMarker :: Maybe Text

Marks the position at which the request was truncated. This value must be passed with the next request to continue listing from the last position.