| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Aws.Iam.Commands.CreateAccessKey
- data CreateAccessKey = CreateAccessKey (Maybe Text)
 - data CreateAccessKeyResponse = CreateAccessKeyResponse AccessKey
 - data AccessKey = AccessKey {}
 
Documentation
data CreateAccessKey Source #
Creates a new AWS secret access key and corresponding AWS access key ID for the given user name.
If a user name is not provided, IAM will determine the user name based on the access key signing the request.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html
Constructors
| CreateAccessKey (Maybe Text) | 
Instances
data CreateAccessKeyResponse Source #
Constructors
| CreateAccessKeyResponse AccessKey | 
Instances
Represents the IAM AccessKey data type.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_AccessKey.html
Constructors
| AccessKey | |
Fields 
  | |