Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.GetUser
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 # | |
Defined in Aws.Iam.Commands.GetUser | |
Show GetUser Source # | |
SignQuery GetUser Source # | |
Defined in Aws.Iam.Commands.GetUser Methods 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 Associated Types type ResponseMetadata GetUserResponse :: Type Source # Methods responseConsumer :: Request -> GetUser -> IORef (ResponseMetadata GetUserResponse) -> HTTPResponseConsumer GetUserResponse Source # | |
type ServiceConfiguration GetUser Source # | |
Defined in Aws.Iam.Commands.GetUser |
data GetUserResponse Source #
Constructors
GetUserResponse User |
Instances
The IAM User
data type.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_User.html
Constructors
User | |
Fields
|