| 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 # | |
| Ord GetUser # | |
Defined in Aws.Iam.Commands.GetUser | |
| Show GetUser # | |
| SignQuery GetUser # | |
Defined in Aws.Iam.Commands.GetUser Associated Types type ServiceConfiguration GetUser :: * -> * # Methods signQuery :: GetUser -> ServiceConfiguration GetUser queryType -> SignatureData -> SignedQuery # | |
| Transaction GetUser GetUserResponse # | |
Defined in Aws.Iam.Commands.GetUser | |
| ResponseConsumer GetUser GetUserResponse # | |
Defined in Aws.Iam.Commands.GetUser Associated Types type ResponseMetadata GetUserResponse :: * # Methods responseConsumer :: Request -> GetUser -> IORef (ResponseMetadata GetUserResponse) -> HTTPResponseConsumer GetUserResponse # | |
| type ServiceConfiguration GetUser # | |
Defined in Aws.Iam.Commands.GetUser | |
data GetUserResponse #
Constructors
| GetUserResponse User |
Instances
The IAM User data type.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_User.html
Constructors
| User | |
Fields
| |