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

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.ListUserPolicies

Synopsis

Documentation

data ListUserPolicies #

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.

Instances

Eq ListUserPolicies # 
Ord ListUserPolicies # 
Show ListUserPolicies # 
SignQuery ListUserPolicies # 
IteratedTransaction ListUserPolicies ListUserPoliciesResponse # 
Transaction ListUserPolicies ListUserPoliciesResponse # 
ResponseConsumer ListUserPolicies ListUserPoliciesResponse # 
type ServiceConfiguration ListUserPolicies # 

data ListUserPoliciesResponse #

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.

Instances

Eq ListUserPoliciesResponse # 
Ord ListUserPoliciesResponse # 
Show ListUserPoliciesResponse # 
AsMemoryResponse ListUserPoliciesResponse # 
IteratedTransaction ListUserPolicies ListUserPoliciesResponse # 
Transaction ListUserPolicies ListUserPoliciesResponse # 
ResponseConsumer ListUserPolicies ListUserPoliciesResponse # 
type MemoryResponse ListUserPoliciesResponse # 
type ResponseMetadata ListUserPoliciesResponse #