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

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.UpdateAccessKey

Synopsis

Documentation

data UpdateAccessKey Source

Constructors

UpdateAccessKey 

Fields

uakAccessKeyId :: Text

ID of the access key to update.

uakStatus :: AccessKeyStatus

New status of the access key.

uakUserName :: Maybe Text

Name of the user to whom the access key belongs. If omitted, the user will be determined based on the access key used to sign the request.