aws-0.11.3: Amazon Web Services (AWS) for Haskell

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.CreateAccessKey

Synopsis

Documentation

data AccessKey Source

Constructors

AccessKey 

Fields

akAccessKeyId :: Text

The Access Key ID.

akCreateDate :: Maybe UTCTime

Date and time at which the access key was created.

akSecretAccessKey :: Text

Secret key used to sign requests. The secret key is accessible only during key creation.

akStatus :: AccessKeyStatus

Whether the access key is active or not.

akUserName :: Text

The user name for which this key is defined.