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

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.ListAccessKeys

Synopsis

Documentation

data ListAccessKeys #

Returns the access keys associated with the specified user.

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

Constructors

ListAccessKeys 

Fields

  • lakUserName :: Maybe Text

    Name of the user. If the user name is not specified, IAM will determine the user based on the key sigining the request.

  • lakMarker :: Maybe Text

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

  • lakMaxItems :: Maybe Integer

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

data ListAccessKeysResponse #

Constructors

ListAccessKeysResponse 

Fields

  • lakrAccessKeyMetadata :: [AccessKeyMetadata]

    List of AccessKeyMetadata objects

  • lakrIsTruncated :: Bool

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

  • lakrMarker :: 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 ListAccessKeysResponse # 
Ord ListAccessKeysResponse # 
Show ListAccessKeysResponse # 
AsMemoryResponse ListAccessKeysResponse # 
IteratedTransaction ListAccessKeys ListAccessKeysResponse # 
Transaction ListAccessKeys ListAccessKeysResponse # 
ResponseConsumer ListAccessKeys ListAccessKeysResponse # 
type MemoryResponse ListAccessKeysResponse # 
type ResponseMetadata ListAccessKeysResponse #