Safe Haskell | Safe-Inferred |
---|---|
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
SignQuery GetUser # | |
Defined in Aws.Iam.Commands.GetUser Associated Types type ServiceConfiguration GetUser :: Type -> Type # Methods signQuery :: GetUser -> ServiceConfiguration GetUser queryType -> SignatureData -> SignedQuery # | |
Show GetUser # | |
Eq GetUser # | |
Ord GetUser # | |
Defined in Aws.Iam.Commands.GetUser | |
ResponseConsumer GetUser GetUserResponse # | |
Defined in Aws.Iam.Commands.GetUser Associated Types Methods responseConsumer :: Request -> GetUser -> IORef (ResponseMetadata GetUserResponse) -> HTTPResponseConsumer GetUserResponse # | |
Transaction GetUser GetUserResponse # | |
Defined in Aws.Iam.Commands.GetUser | |
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
|