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

Safe HaskellNone
LanguageHaskell2010

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.

Instances

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

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.

Instances

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