Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data GetUser = GetUser (Maybe Text)
- data GetUserResponse = GetUserResponse User
- data User = User {
- userArn :: Text
- userCreateDate :: UTCTime
- userPath :: Text
- userUserId :: Text
- userUserName :: Text
Documentation
Retreives information about the given user.
If a user name is not given, IAM determines the user name based on the access key signing the request.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html
Instances
Eq GetUser Source # | |
Ord GetUser Source # | |
Show GetUser Source # | |
SignQuery GetUser Source # | |
Defined in Aws.Iam.Commands.GetUser signQuery :: GetUser -> ServiceConfiguration GetUser queryType -> SignatureData -> SignedQuery Source # | |
Transaction GetUser GetUserResponse Source # | |
Defined in Aws.Iam.Commands.GetUser | |
ResponseConsumer GetUser GetUserResponse Source # | |
Defined in Aws.Iam.Commands.GetUser type ResponseMetadata GetUserResponse :: Type Source # | |
type ServiceConfiguration GetUser Source # | |
Defined in Aws.Iam.Commands.GetUser |
data GetUserResponse Source #
Instances
The IAM User
data type.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_User.html
User | |
|